* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
	width:100%;
	font-family: verdana , arial , sans-serif;
	font-size: 10pt;
}

html {
	background: #ccc url(../images/html_bg-img.png) top center repeat;
	}

body {
	}

/*##################################################################*/
/* Struktur
/*##################################################################*/
#page {
	float: left;
	width: 100%;
	background: #e9e0c0 url(../images/body_bg-img.png) top center repeat-x;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	#head {
		float: left;
		width: 100%;
		height: 375px;
		background: url(../images/banner_startseite.png) top center no-repeat;		
	}
	
	#main-menu a {
		float: left;
		display: block;
		width: 230px;
		height: 70px;
		text-indent: -1200px;
	}
	
	#unsere_schule, #fuer_schueler, #fuer_eltern, #fuer_lehrer {
		float: left;
		width: 230px;
		height: 70px;
		position: absolute;
		margin-left: 50%;
		background-color: #940202;
	}
	
	#unsere_schule {
		top: 180px;
		left: -390px;
		width: 180px;
	}
	
		#unsere_schule a {
			width: 180px;
			background: url(../images/unsere-schule_startseite.png) bottom left no-repeat;
		}
		
		#unsere_schule a:hover {
			background-position: left top;
		}
	
	
	
	#fuer_schueler {
		top: 280px;
		left: -290px;
	}
		
		#fuer_schueler a {
			background: url(../images/fuer-schueler_startseite.png) bottom left no-repeat;
		}
		
		#fuer_schueler a:hover {
			background-position: left top;
		}
		
	#fuer_eltern {
		top: 280px;
		left: 30px;
	}
		
		#fuer_eltern a {
			background: url(../images/fuer-eltern_startseite.png) bottom left no-repeat;
		}
		
		#fuer_eltern a:hover {
			background-position: left top;
		}
		
	#fuer_lehrer {
		top: 180px;
		left: 190px;
	}
		
		#fuer_lehrer a {
			background: url(../images/fuer-lehrer_startseite.png) bottom left no-repeat;
		}
		
		#fuer_lehrer a:hover {
			background-position: left top;
		}
	
		
	
	/*################################################################*/
	/* torso
	/*################################################################*/
	#torso {
		float:left;
		left:50%;
		margin-left:-500px;
		position:relative;
		width:1000px;
	}
	
		/*##############################################################*/
		/* left
		/*##############################################################*/
		#left {
			float: left;
			width: 200px;
		}
		
		#left h2 {
			float: left;
			display: block;
			width: 150px;
			height: 100px;
			background: url(../images/h2_startseite.png) top left no-repeat;
		}
			
			#sub-menu {
				display: none;
			}
		
		
		
		/*##############################################################*/
		/* content
		/*##############################################################*/		
		#content {
			float: left;
			width: 493px;
			margin: 0 0 30px 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		
			#content h3 {
				margin: 10px 0;
				color: #6E0000;
				font-weight: bold;
			}
			
			#content h4 {
				margin: 10px 0;
				color: #6E0000;
				font-weight: bold;
			}

			
			#content img {
				margin: 10px;
			}
			
			#content p {
				margin: 5px 0 10px;
			}
			
			#content a {
				color: #940202;
			}
			
			/*######################################################*/
			/* tt_news
			/*######################################################*/
		
			/*news-list-container, .news-list-item, .news-list-subheader, .news-list-container h3, .news-list-img {
				float: left;
			}*/
			
			.news-list-img {
				float: left;
			}

			
			#content .news-list-morelink {
				float: left;
				display: block;
				padding: 5px 15px 5px 5px;
				margin: 15px 0 0 0;
				color: #FFFFFF;
				background-color: #0099CC;
				font-weight: bold;
				text-decoration: none;
			}
			
			#content .news-list-morelink a {
				color: #FFFFFF;
			}

		/*##############################################################*/
		/* right
		/*##############################################################*/		
		#right {
			float: left;
			width: 280px;
			padding: 15px 10px;
			font-size:11px;
		}

		/*######################################################*/
		/* cal
		/*######################################################*/
		
		#right .tx-cal-controller {
			float: left;
			width: 250px;
			padding: 15px;
			background-color: #FFFFFF;
		}
		
		.tx-cal-controller h3, .tx-cal-controller .V9G {
			display: none;
		}
		
		#right .date {
			
		} 
		
		#right .time {
			display: none;
		}
		
		.tx-cal-controller .h4 {
			margin-top: 15px;
			color: #940202;
			font-weight: bold;
		}
		
		#right .news-list-morelink {
			float: left;
			position: relative;
			width: 250px;
			background-color: #FFFFFF;
			padding: 15px;
			top: -15px;
			}
			
		#right a.internal-link {
			background-color:#0099CC;
			color:#FFFFFF;
			padding: 5px;
			text-decoration:none;
			font-weight: bold;
		}
		

	/*################################################################*/
	/* foot
	/*################################################################*/
	#foot {
		float: left;
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
		margin: 5px 0 0 0;
		background: url(../images/footer_bg.png) top left repeat-x;
	}
	
		#foot-functions {
			position: relative;
			margin: 0pt;
			margin-left: -500px;
			left: 50%;
			width: 1000px;
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
		}
		
		#foot-functions li {
			float:left;
			padding:0px 7px;
		}
		
		#foot-functions li a {
			color:#363636;
			font-weight:bold;
			text-decoration: none;
		}
		
		#foot-functions li.last {
			border-left: 1px solid #363636;
		}
		
		#foot-functions li a:hover {
			text-decoration: underline;
		}

/*##################################################################*/
/* globale Tags	
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul, ol {
	margin: 0 0 0.5em 1.5em;
}

option {
	margin-right: 6px;
}
/*##################################################################*/
/* globale Klassen		
/*##################################################################*/
.invisible {
	position: absolute;
	text-indent: -999em;
	width: 0px;
}

.clearer {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}
