* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	background-color: #E1E1E1;
}

body {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0;
}


table {
	border-spacing: 0;
}

td {
	padding: 0;
}



input, textarea {
	border: 1px solid #f4c122;
	font-size: 13px;
	padding: 1px;
}

input[type='submit'] {
	background-color: #FFFFFF;
	border: 1px solid #404040;
	color: #000000;
	margin: 0;
	padding: 0;
	width: 148px;
}

input[type='submit']:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#wrapper {
	background-color: #000000;
	margin: 0 auto;
	width: 960px;
}

	#header {
		background-image: url('images/header.png');
		height: 99px;
		position: relative;
	}
	
		#search {
			position: absolute;
			right: 19px;
			bottom: 5px;
		}
		
		#search input {
			border: 0;
			font-size: 12px;
		}
		
		#search input[type="text"] {
			background-color: #000000;
			border-bottom: 1px solid #FFFFFF;
			color: #FFFFFF;
			margin-right: 5px;
			width: 165px;
		}
		
		#search input[type="image"] {
			margin: 0;
			padding: 0;
			position: relative;
			bottom: -3px;
		}
		
		

	#head-bar {
		background-image: url('images/header_sub.png');
		height: 32px;
		position: relative;
	}
	
		#tab-menu {
			height: 28px;
			margin-left: 19px;
			padding-top: 4px;
			vertical-align: bottom;
		}

			.tab {
				display: inline;
			}
		
		#static-links {
			position: absolute;
			top: 0;
			right: 19px;
		}
		
		#static-links li {
			padding: 3px;
		}

	#h-menu {
		height: 19px;
	}


	#content-head {
		background-color: #FFFFFF;
		color: #000000;
		height: 264px;
		padding-left: 19px;
		padding-top: 19px;
		padding-bottom: 19px;
		position: relative;
	}

		#picture {
			/*background-image: url('images/head/schule.png');*/
			height: 264px;
			position: absolute;
			width: 647px;
		}

		#menu {
			background-color: #E1E1E1;
			color: #404040;
			height: 264px;
			left: 685px;
			position: absolute;
			width: 256px;
		}

			#menu ul {
				background-color: #FFFFFF;
			}

				#menu li, #right li {
					background-color: #E1E1E1;
					background-image: url('images/graybox_default.png');
					margin-bottom: 2px;
					padding-left: 19px;
					padding-bottom: 7px;
					padding-top: 7px;
					height: 17px;
				}
					#menu li a, #right li a {
						display: block;
					}
					
				#menu li:hover, #right li:hover {
					background-image: url('images/graybox_hover.png');
				}
				
				#menu  li.selected, #right li.selected {
					background-image: url('images/graybox_selected.png');
				}

	#content-body {
		background-color: #FFFFFF;
		color: #000000;
		padding-left: 19px;
		padding-bottom: 19px;
		position: relative;
	}

		#content {
			line-height: 1.5em;
			text-align: justify;
			width: 647px;
			position: static;
		}
			
			#content a[href^="http://"] {
				/*background: url('images/link2.gif') right 60% no-repeat;
				padding-right: 10px;
				*/
				background: url('images/link6.png') right center no-repeat;
				border-bottom-width: 0;
				margin-right: 2px;
				padding-right: 13px;
			}

			#content a:hover {
				color: #F4C122;
			}
			
			#content p a {
				border-bottom: 1px dashed #F4C122;
			}
			
			#content a.img {
				border-bottom-width: 0;
			}
			
			
			
			
			#content h1 {
				color: #d1d1d1;
				font-family: Arial, 'Myriad Pro', sans-serif;
				font-size: 26px;
				margin-top: 30px;
				margin-bottom: 8px;
				text-align: right;
				text-transform: uppercase;
			}
			
			#content h1:first-child {
				margin-top: 0;
			}
			
			
			
			#content h2 {
				margin-top: 30px;
				font-size: 16px;
			}
			
			#content h2:first-child {
				margin-top: 0;
			}
			
			
			#content h3 {
				margin-top: 15px;
				font-size: 14px;
				font-weight: bold;
			}
			
			#content h4, h5, h6 {
				margin-top: 5px;
				font-size: 13px;
				font-weight: bold;
			}
			
			#content p {
				margin-top: 3px;
				margin-bottom: 8px;
			}
			
			#content blockquote {
				background-image: url('images/quotation_mark.png');
				background-position: right top;
				background-repeat: no-repeat;
				font-family: Georgia, sans-serif;
				letter-spacing: 1px;
				margin: 0 auto;
				quotes: '\201E' '\201C';
				width: 70%;
			}
			
			#content blockquote:before {
				content: open-quote;
			}
			
			#content blockquote:after {
				content: close-quote;
			}
			
			#content ul {
				list-style-type: disc;
				margin-top: 10px;
				margin-bottom: 10px;
				margin-left: 19px;
			}
			
			#content ul.no-list {
				list-style-type: none;
				margin-left: 0;
			}
			
			#content ol {
				margin-bottom: 10px;
				margin-left: 19px;
			}
			
			#content table {
				margin: 0 auto;
				margin-top: 10px;
				margin-bottom: 10px;
				width: 95%;
			}
			
				#content table td, #content table th {
					border-left: 1px solid #d1d1d1;
					border-bottom: 1px solid #d1d1d1;
					padding: 5px;
				}
				
				#content table th {
					border-bottom-width: 2px;
				}
				
				#content table .col_first {
					border-left-width: 0;
					padding-left: 0;
				}
				
				#content table tr.row_last td {
					border-bottom-width: 0;
				}
			
			/* Kalender ================================================================= */
			#content table.calendar {
				text-align: center;
			}
			
				#content table.calendar td {
					font-size: 11px;
					width: 14.28%;
				}
				
					#content table.calendar .header {
						font-size: 13px;
					}
						
			/* Fotoalben - Übersicht ================================================================= */
			#content .photoalbums_list{ }
			
				#content .photoalbums_list table{ }
			
					#content .photoalbums_list table td {
						text-align: left;
					}
					
						#content .photoalbums_list table td .title {
							font-weight: bold;
						}
						
						#content .photoalbums_list table td .date {
							color: #a1a1a1;
						}
						
						#content .photoalbums_list table td .description {
							font-style: italic;
						}
			
			/* Fotoalbum - Ansicht ================================================================= */
			#content .photoalbums_viewer { }
				
				#content .photoalbums_viewer .album_info {
					background-color: #E1E1E1;
					padding: 20px;
				}
				
					#content .photoalbums_viewer .album_info .title {
							font-weight: bold;
						}
						
						#content .photoalbums_viewer .album_info .date {
							color: #a1a1a1;
						}
						
						#content .photoalbums_viewer .album_info .description {
							font-style: italic;
						}
						
				#content .photoalbums_viewer table { }
				
					#content .photoalbums_viewer table td
					{
						text-align: center;
					}
			
			/* News Post  ================================================================= */
			#content .post-info {
				color: #707070;
				font-size: 11px;
				float: left;
			}
			
			#content .post-image{
				background-color: #d1d1d1;
				float: right;
				height: 100px;
				margin-left: 8px;
				margin-bottom: 8px;
				overflow: hidden;
				padding: 5px;
				text-align: center;
				vertical-align: middle;
				width: 150px;
			}
			
			/* News-Archiv ================================================================= */
			#content .post-date {
				color: #707070;
			}
			
			#content .archive_name {
				text-align: right;
				font-style: italic;
				color: #F4C122;
			}
			
			#content .invisible {
				display: none;
			}
			
			/* Vertretungsplan ================================================================= */
			#content table.vertretungsplan {
				text-align: center;
				width: 100%;
			}
			
				#content table.vertretungsplan  th {
					text-align: center;
					vertical-align: top;
				}
			
			
		
		#right {
			left: 685px;
			position: absolute;
			top: 0;
			width: 256px;
		}
			
			
			#right ul {
				margin-bottom: 19px;
			}
			
			
			.login fieldset, .logout fieldset {
				background-color: #e1e1e1;
				line-height: 20px;
				padding: 19px;
			}
				
				.login fieldset legend, .logout fieldset legend {
					background-color: #FFFFFF;
					padding-left: 5px;
					padding-right: 5px;
				}
				
				.login label {
					font-size: 11px;
					margin-left: 10px;
				}
				
				.login input {
					border: 0;
				}
				
				.login input[type='text'], .login input[type='password'] {
					background-color: #FFFFFF;
					padding: 1px;
					width: 148px;
				}
				
				.login input[type='submit'], .logout input[type='submit'] {
					font-size: 12px;
					width: 150px;
				}

	#footer {
		height: 39px;
		line-height: 39px;
		text-align: center;
		vertical-align: middle;
	}