/********************************************
	AUTHOR:  			waf-Net e. V. 
	WEBSITE:   		http://www.fritz-winter-gesamtschule.de/
	VERSION:          	1.0     
	DATE:			December-22-2009     	
 *******************************************/
 
@import url("style_tt_news.css");
@import url("style_content.css");
@import url("style_form.css");
 
/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background-color: #3366aa;
	font: 75%/1.5em Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	margin-top: 2.0em;
}

.skip {
	display:none;
}

/* Überschriften - Standardformatierung */
h1, h2, h3, h4 {
	padding: 0.4em 0;
	color: #3366aa;
	line-height: 1.3em;	
	font-weight: bold;
}

h1 {
	font-size: 160%;
	margin: 0.8em 0;
	border-bottom: 1px dotted #999999;
}
	/* Überschrift - Artikelmenü (id = #sidebar) */
	#sidebar h1 {
		background: #3366aa;
		color: #fff;
		margin: 0;
		padding: 0.2em 0.3em;
		font-size: 100%;
	}
	
h2 {
	font-size: 110%;
	background-color: #3366aa;
	margin: 0.3em 0;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

h3 {
	font-size: 105%;
	margin: 0.3em 0;
}
h4 {
	font-size: 100%;
	margin: 0.3em 0;
}

/* Absätze - Standardformatierung */
p {
	margin: 0.3em 0;
	padding: 0.4em 0;
}
	/* Anleser */
	.teaser {
		font-style: italic;
		border-bottom: 1px dotted #999999; 
		padding-bottom: 1.0em;
		margin-bottom: 1.0em;
	}
	
	/* Farbige Absätze */
	.colored-block-light {
		background-color: #d2deee;
		padding: 0.5em 0.5em;
		border: 1px dashed #3366aa;
		margin-bottom: 0.5em;
	}
	.colored-block-dark {
		background-color: #3366aa;
		color: #fff;
		font-weight: bold;
		padding: 0.2em 0.3em;
		margin-top: 1.5em;
	}
	.colored-text-dark {
		color: #3366aa; 
		font-weight: bold;
	}
	
	/* Absätze - Ausrichtung */
	.align-right {
		text-align: right;
	}
	.align-center {
		text-align: center;
	}
	.align-left {
		text-align: left;
	}
	.align-justify {
		text-align: justify;
	}
	
	.csc-uploads {
		margin-bottom: 1.5em;
	}
	
	.csc-linkToTop {
		text-align: right;
	}
	
	/* Fusszeile */
	#footer p { 
		padding: 0;
		margin: 0;
	}

/* Links - Standardformatierung */
a, a:visited {
	color: #3366aa;
	text-decoration: none;
	font-weight: bold;
}
	a:hover, a:focus {
		text-decoration: underline;
	}
	
	/* Links - Hauptmenü (id = #header-menu) */
	#header-menu a, #page-navigation a:link, #page-navigation a:visited {
		background: #3366aa;
		border: 1px solid #fff;
		bottom: 2px;
		color: #fff;
		display: inline;
		height: 1em;
		margin: 0 3px 0 3px;
		padding: 3px 5px 3px 5px;
		position: relative;
		right: 2px;
		text-decoration: none;
		font-weight: normal;
	}
	#header-menu a:hover {
		background: #A8C2E4;
		bottom: 1px;
		color: #FFF;
		position: relative;
		right: 1px;
	}
	#header-menu a:active {
		background: #FC0;
		bottom: 0px;
		color: #FFF;
		position: relative;
		right: 0px;
	}

	#header-menu .active a, #header-menu .active a:link, #header-menu .active a:visited, #header-menu .active a:hover {
		background: #a8c2e4;
		border: 1px solid #fff;
		border-bottom: 1px solid #a8c2e4;
		bottom: 1px;
		color: #fff;
		cursor: text;
		margin: 0;
		position: relative;
		right: 0;
	}
	
	/* Links - Artikelmenü (id = #sidebar) */
	#sidebar a, #sidebar a:visited {
		color: #3366aa;
		text-decoration: none;
		font-weight: normal;
	}
	#sidebar a:hover, #sidebar a:focus {
		text-decoration: underline;
	}
	
	/* Links - Fusszeile */
	#footer a { 
		color: #fff;
		text-decoration: none; 
	}
	
/* Bilder - Standardformatierung */
img {
	border: 0;
}
	/* Bilder - Ausrichtung und Bildunterschriften */
	.csc-textpic-caption {
		font-size: 0.9em;
		line-height: 1.2em;
		text-align: center;
	}
	.csc-textpic-imagewrap {
		margin-top: 0.6em;
	}
	.csc-textpic-image {
		margin: 0;
		padding: 0;
	}
	.csc-textpic-above {
		margin-top: 1.5em;
	}
	/* Bilder - Ausrichtung Teaser-Menü */
	.img-teaser {
		margin-right: 1.5em;
		margin-bottom: 1.0em;
	}
	/* Bilder - Ausrichtung rte */
	.img-spaceleft {
		padding-right: 1.0em;
		padding-top: 0.5em;
	}
	.img-spaceright {
		padding-left: 1.0em;
		padding-top: 0.5em;
	}

/* Listen - Standardformatierung */
ul {
	padding: 0em 20px;
}

	ul li {
		margin: 0.4em 0;
	}
	
	/* Liste - Hauptmenü (id = #header-menu) */	
	#header-menu ul {
		list-style: none outside none;
		margin: 0;
		padding: 0;
	}
	#header-menu ul li {
		bottom: 11px;
		display: inline;
		line-height: 1.2em;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#header-menu li.active {
		background: #369;
		bottom: 13px;
		margin: 0 3px 0 0;
		padding: 0;
		position: relative;
	}
	
	/* Liste - Artikelmenü (id = #sidebar) */
	#sidebar ul {
		margin-left: 0.3em;
		margin-top: 0.5em;
		background-color: #fff;
	}
	#sidebar ul .sidebar-menu-second {
		margin-left: 0;
		padding-left: 1.0em;
		margin-top: 0.5em;
		background-color: #fff;
	}
	
	
ol {
	padding: 0em 28px;
}

	ol li {
		margin: 0.4em 0;
	}
	
dl {
	margin: 0.3em 0;
	padding: 0.4em 5px;
}

/* Horizontale Linie */
hr {
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #999999;
	margin: 1.5em 0 1.5em 0;
}

/* Tabellen - Standardlayout */
table {
	border-collapse: collapse;
	margin: 1.0em 0 1.0em 0;	
}
	th strong {
		color: #fff;
	}
	th {
		background: #bdc6c9; 
		padding: 0.5em;
		color: #fff;
		text-align: left;
		border: 1px solid #fff;
	}
	tr {
		background: #fff;
		vertical-align: top;
	}
	td {
		padding: 0.5em;
		border: 1px solid #dddddd; 
	}
	table p {
		margin: 0; padding: 0;
	}
	table ul li {
		margin: 0;
	}
	
	table.table-center {
		margin-left: auto;
		margin-right: auto;
	}
	
	table.table-blank {
		border: 0;
	}
		.table-blank td, .table-blank tr {
			border: 0;
		}

/********************************************
   Teaser-Menü
********************************************/ 
.menu-teaser {

}
	.menu-teaser-item {
		border: 1px solid transparent;
		border-bottom: 1px dotted #999999;
		margin-bottom: 1.0em;
		padding-bottom: 1.0em;
		min-height: 10em;
	}
		.menu-teaser-img {
			float: left;
			margin-top: 0.2em;
			padding-top: 0.5em;
			padding-right: 0.5em;
		}
		.menu-teaser-text {
			
		}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 950px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

/* Kopf der Seite */
#header {
	position: relative;
	height: 87px;
	background: #a8c2e4 url('top_headline.jpg') no-repeat center top;
	padding: 0;	
	color: #fff;
	border-bottom: 1px solid #fff;
}
	#header-left {
		height: 87px;
		width: 200px;
		background-image: url('top_img_left.jpg');
		background-position: left;
		float: left;
	}
	#header-right {
		height: 87px;
		width: 200px;
		background-image: url('top_img_right.jpg');
		background-position: right;
		float: right;
	}

/* Hauptnavigation */
#header-menu {
	clear: both;	
	margin: 0 auto;
	padding: 0;
	background-color: #a8c2e4;
	width: 100%;
	text-align: center;
}

/* Inhalt */
#content-wrap {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

	/* Inhalt - Hauptspalte */
	#content {
		float: right;
		width: 64%;
		margin: 0 auto;
		padding: 1.0em 2.0em;
		display: inline;
		font-size: 105%;
	}
	
		#content .rootline {
			margin-bottom: 20px;
		}

	/* Sidebar: Linkes Navigationsmenü */	
	#sidebar {
		float: left;
		width: 28%;
		margin: 0 auto;
		padding: 1.0em 0 0 1.5em;
		color: #777;
	}
		#sidebar-search {
			border: 1px solid #3366aa;
			margin-bottom: 1.5em;
			padding: 0.3em;
		}
		#sidebar-menu-standard {
			border: 1px solid #3366aa;
			margin-bottom: 1.5em;
			padding: 0.3em;
		}
		#sidebar-menu-article {
			border: 1px solid #3366aa;
			margin-bottom: 1.5em;
			padding: 0.3em;
		}
		#sidebar-menu-dates {
			border: 1px solid #3366aa;
			margin-bottom: 1.5em;
			padding: 0.3em;
		}
		#sidebar-menu-menu {
			border: 1px solid #3366aa;
			margin-bottom: 1.5em;
			padding: 0.3em;
		}

/* Footer */	
#footer {
	color: #fff;
	clear: both;
	width: 100%;
	height: 2.0em;
	text-align: center;	
	font-size: 80%;
	background-color: #a8c2e4;
}

