/* styles.css 
/* Formatierungen für Förderkreis der Leibnizschule
/* (c)2006 c.sehrt

/* Farben:
/* Dunkelblau: #0093dd
/* Hellblau:   #bae2f8
/* pastellblau:#eff7ff



/* Generelle Text/Link Formatierung : */
body { background-color:#fff; color:#0093DD; background: url('bg2.jpg'); background-repeat: repeat-x;}

* { font-family:Helvetica,Arial,sans-serif; font-size:10pt; color:#0081C2; }

h1 { 
	font-size:16pt; 
	border-bottom: 2px solid #FFDECC;
}

#content h2 { 
	font-size:14pt;
	margin-right:150px;
	min-width:200px;
	border-bottom: 3px solid #eff7ff;
 }

h3 { 
	font-size:10pt;
	margin: 2em 1em 0.5em 1em;
}

a { text-decoration:underline; }
a:link { color:#0093dd; }
a:visited { color:#0093dd; }
a:focus { color:#bae2f8; }
a:hover { color:#bae2f8; text-decoration:none; }
a:active { color:#fff; }


#content a { text-decoration:underline; }
#content a:link { color:#FF9966; }
#content a:visited { color:#FF9966; }
#content a:focus { color:#FFCC88; }
#content a:hover { color:#FFCC88; text-decoration:none; }
#content a:active { color:#fff; }


/* Positionierung: */

#main {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

#head {
	width:800px;
	height:100px;
	margin-bottom:8px;
	border: 0px solid #fff;
	background-color:#bae2f8;
	background-image:url(head3.jpg);
	background-repeat:no-repeat;
	text-align:right;
}

#headfill {
	height:80px;
}

#navigation {
	float: left;
	width:160px;
/*	min-height:400px; */
	height:400px;
	background-color:#fff; /*#eff7ff;*/
	padding:0.3em;
}


#navigation ul {
	padding-left: 0em;
	margin-left:2em;
	background-color: white;
}

#navigation ul.no2 {
	margin-left: -2em;
	padding-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;	
	background-color: #EFF7FF;
}

#navigation li.no1, li.no2 {
	list-style-image:url(nav1.jpg);
}


#navigation li.act1, li.act2 {
	list-style-image:url(nav1o.jpg);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#navigation li.no2, li.act2 {
	margin-left: 1em;
}


#content {
	background-color:#fff;
	border:4px none #bae2f8;
	margin-left: 180px;
	margin-bottom:4px;
	padding:7px;
	line-height:140%;
	border-bottom:1px solid #eff7ff;
	min-height:400px; 
}

#quicklinks {
	background-color:#eff7ff;
	margin-left: 180px;
	padding: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
}

span.reset {
	clear: both;
}

/***** Formatierungen *****/

/* Bilder */

div.img-text-left, div.img-text-right {
	padding:0px;
	background-color:#EFF7FF;
}

div.img-text-border {
	padding:2px;
}

div.img-text-left, div.img-text-right p{
	text-align:center;
	font-size:80%;
	margin: 0em;
}

div.img-text-left {
	float: left;
	margin:0em 2em 0em 0em;

}

div.img-text-right {
	float: right;
	margin:0em 0em 2em 0em;
}

/* Listen */

#content ul {
	list-style-type: disc;
}

#content ul ul {
	list-style-type: circle;
}

/* Tabellen */

#content table.table-border {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	padding: 2px;
}

#content table.table-border tbody tr td {
	border: 1px solid #bae2f8;
}

#content table.table-border td {
	padding: 3px 10px 3px 4px;
}
#content table.table-border thead tr td {
	border: 0px solid #bae2f8;
	border-width: 0px 1px 1px 1px;
	background-color: #EFF7FF;
}

/* NEWS CONFIGURATION */

#navigation p.nonews {
	font-size:80%;
	margin-top:35px;
}

.news-latest-container * {
	font-size: 90%;
}

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer {
	clear:both;
	height:0px;
	border:0px;
}

.news-list-item {
	background-color: #eff7ff;
	
	
	
}

/* NEWS CONFIGURATION ENDE */

/* FILELINKS CONFIGURATION */

.csc-uploads {
	border: 1px solid #bae2f8;
}

.csc-uploads tr.tr-even {
	background-color:#eff7ff;
}

.csc-uploads tr.tr-odd {
	background-color: white;
}

.csc-uploads .csc-uploads-fileSize {
	font-size: 9pt;
}






/* styles.css ende ! */

