@charset "UTF-8";
/* CSS Document */

body {
 	margin:0;
	padding:0;
	font-family: Verdana, Arial, san-serif;
	font-size: 13px;
	color:  #444;
	line-height: 150%;
	height: 100%;
	width: 100%;
	background: url(../images/body_bg.jpg) 0 82px repeat-y;
}

#outer
{
 	min-height:100%;
 	height:auto;
}



/*-------------TEXT------------------------ */



h1 {
	font-size: 16pt;
	letter-spacing: 0.1em;
	color: #2e4697;
	font-weight: normal;
	line-height: 150%;
	padding: 10px 0 0 0;
}

h2 {
	letter-spacing: 0.1em;
	color: #2E4697;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 150%;
	font-size: 15px;
}


h3 {
	letter-spacing: 0.1em;
	padding-top: 20px;
	font-size: 13px;
}	


h4 {
	letter-spacing: 0.1em;
	/*color: #4db82d;*/
	/*font-weight: normal;*/
	padding-top: 20px;
	/*font-size: 15px;*/
}


ol {
	margin-top: 10px;
}

td p {
	font-size: 11px;
	font-weight: bold;
	line-height: 130%;
}

ul {
	padding-left: 18px;
	list-style-image: url(../images/navi_pfeil.gif);
}

.logotext {
	font-size: 1.19em;
	margin:0;
	padding: 10px 0 0 0;
}

.logotext a {
	color: #e60000;
}

a {
	text-decoration: none;
	color: #2e4697;
}

a:active, a:hover {
	text-decoration: none;
}

blockquote {
        padding: 0 0 0 15px;
        margin: 0;
        width: 32%;
        font-size: 11px;
        background-color: #FFFFCC;
        border: 1px dotted #2E4697;
}


/*--------------HEADER----------------------- */


#header_bg {
	width: 100%;
	background: transparent url(../images/header_zooschule.jpg) no-repeat;
	height: 133px;
}

#header {
	width: 1150px;
	/*height: 133px;*/
	float:left;
}

#logo {
	float: left;
	width: 240px;
	border-right: 1px dotted #2e4697;
	border-bottom: 1px dotted #2e4697;
	height: 133px;
	text-align: center;
	margin: 0;
	/*padding: 5px 0 0;*/
}


/*-----------NAVIGATION------------------------ */


#navigation {
	padding: 103px 0 0 0;
	font-size: 1.19em;
}

.navipunkt {
	float:left;
	margin:0;
	border-right: 1px solid #CCC;
	/*height: 17px;*/
	padding:3px 0 6px 0;
}

.navipunkt a {
	text-decoration:none;
	letter-spacing: 0.1em;
	color: #FFF;
	padding: 0 50px 0 44px;
	text-align: center;
}

.navipunkt-freeze {
	float:left;
	margin:0;
	border-right: 1px solid #CCC;
	/*height: 17px;*/
	padding:3px 0 6px 0;
	background: #2E4697;
	}

.navipunkt-freeze a {
	text-decoration:none;
	letter-spacing: 0.1em;
	color: #FFF;
	padding: 0 50px 0 44px;
	text-align: center;
}

.navipunkt-freeze a:active, .navipunkt-freeze a:hover {
	background: #2E4697;
	text-decoration:none;
	letter-spacing: 0.1em;
	color: #FFF;
	padding-top:4px;
	padding-bottom: 6px;
	text-align: center;
}


.navipunkt a:active, .navipunkt a:hover {
	background: #2E4697;
	text-decoration:none;
	letter-spacing: 0.1em;
	color: #FFF;
	padding-top:4px;
	padding-bottom: 6px;
	text-align: center;
}


#subnavigation {
	width: 240px;
	background: #ffffcc;
	float: left;
	padding-top: 15px;
}

.subnavipunkt {
	width: 240px;
}

.subnavipunkt a {
	display:block;
	text-decoration:none;
	letter-spacing: 0.1em;
	color: #2e4697;
	padding: 10px 0 11px 50px;
	border-bottom: 1px dotted #C2C1A2;
}

.subnavipunkt-freeze {
	padding: 10px 0 11px 50px;
	background: #c2c1a2 url(../images/navi_pfeil.gif) 30px 16px no-repeat;
}

.subnavipunkt-freeze a {
	text-decoration:none;
	color: #2e4697;
	width: 180px;
}

.subnavipunkt a:active, .subnavipunkt a:hover {
	text-decoration:none;
	background: #c2c1a2 url(../images/navi_pfeil.gif) 30px 16px no-repeat;
}

#projektlogos {
	width: 200px;	
	float: left;
	padding: 30px 10px 0 20px;
}


/*-------------CONTENT------------------------ */



#gesamt {
	max-width: 1270px;
}


#content_gesamt {
	margin: 0 250px 50px 285px;
	max-width: 730px;
}

#content_navi_box {
	width: 1024px;
	height: 100%;
	padding-bottom: 30px;
	margin: 0;
}

#content {
	padding: 15px 0 0 0;
}


#content a {
	text-decoration: none;
	color : #023480;
}

#content a:hover {
	text-decoration: underline;
	color : #023480;
}

#content_inhalt {
	margin: 60px 0 0 60px;
	padding: 20px 50px 30px 50px;
	width: 530px;
	height: 800px;
}


.csc-uploads-fileName p {
	padding:0;	
	margin:0;
}

.csc-uploads-description {
	font-weight: normal;
	padding:0;	
	margin:0;
}

.csc-uploads-fileSize p {
	font-weight: normal;
	font-size: 80%;
}

.tr-even {
	height: 40px;
}

.tr-odd {
	height: 40px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fielset legend {
	color: #FFF;
}

input {
	padding: 0;
}


/*-----------FOOTER------------------------ */

div#footer {
	border-top: 1px dotted #555;
	margin-left:241px;
	clear:both;	
	bottom:0;
	position:fixed;
	width:100%;
	background: #FFF;
	bottom:0;
	padding:0;
}

div#footer_content {
	padding: 8px 0 7px 7px;
	width: 425px;
	text-align: center;
}

.footer {
	margin:0;
	display: inline;
	color: #555;
}

.footer a {
	color: #555;
	padding: 0 30px;
}

/*-------------TEASER---------------------- */

div#teaser {
	float:right;
	width: 165px;
	margin: 40px 0 80px 0;
	text-align:left;
	font-weight: bold;
}


div#teaser_content h3 {
	font-size: 13px;
	font-family: Verdana, helvetica, sans-serif;
	letter-spacing: 0.1em;
	line-height: 20px;
	color: #2E4697;
}

.tx-mininews-pi1 .tx-mininews-pi1-fp_listrow p.tx-mininews-pi1-fp_listrowField-title {
	letter-spacing: 0.1em;
	color: #2E4697;
	line-height:150%;
	font-size: 12px;
}

.tx-mininews-pi1 .tx-mininews-pi1-fp_listrow p.tx-mininews-pi1-fp_listrowField-teaser {
	font-weight:normal;
	font-size: 12px;
}


#teaser_content {
	background-color:#FFFF99;
        border: 1px dotted #2E4697;
	padding: 5px 15px 5px 15px;
	min-height: 220px;
}

/*--------SITEMAP---------------------*/


.csc-sitemap-level1 {
	font-weight: bold;
	color:  #707173;
	padding-top: 10px;
}

.csc-sitemap-level2 {
	padding-left: 30px;
	background: transparent url(../images/navi_pfeil.gif) 10px 5px no-repeat;
	color:  #707173;
}

.csc-sitemap-level3 {
	padding-left: 30px;
	background: transparent url(../images/navi_pfeil.gif) 10px 5px no-repeat;
	color:  #707173;
}


/*------------------------------------- */

/* Floating clearen */
.clearFloat {
    height: 1px;
    line-height: 1px;
    clear: both;
}

/******************************/
/* Clearing - do not modify */
/**************************/

.floatholder { overflow:hidden; }

.clerasil:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clerasil { display: block; }
/* Floating clearen - Ende */

/*------------------------------------- */


