/* ######################################################################################################
**  Dateiversion: 01.11.06  
**  Datei       : content.css
**  Funktion    : Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
**
*/

@media all
{
/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
** 

/* ### Ueberschriften, Fließtexte ###################################################################### */

body { color: #333; font-size: 12px; font-family: Helvetica, Arial, sans-serif; } 
h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight:normal;}

h1 {font-size: 1.0em; color: #666; margin: 0 0 1.25em 0; padding: 2.5em 1.5em 0em 17em; }
h2 {font-size: 1.0em; color: #0064C8; margin: 0 0 1em 0; padding: 0 0 0 0.5em; font-weight:bold; border-left: 6px #ff0000 solid; }
h3 {font-size: 1.0em; color: #0064C8; margin:1em 0 0.5em 0; padding: 0 0 0 0.5em; font-weight:normal; border-left: 5px #EF332D solid;}
h4 {font-size: 1.0em; color: #0064C8; margin:0em 0 0.5em 0; padding: 0 0 0 0.5em; font-weight:normal; border-left: 5px #EF332D solid;}
h5 {font-size: 0.9em; color: #666; margin: 0 0 0.30em 0; font-weight:normal; }
h6 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style:italic; }

#teaser h1 { font-size: 1.2em; border: 0; }

p,ul,dd,dt { line-height: 1.5em; }
p { line-height: 1.2em; margin: 0 0 1em 0; }


strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 1em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #ddd dotted; 
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

.error{
	color:#ff0000;

}

.blue{
	color:#0064C8;
}
/* ### Bildpositionierung ############################################################################ */

img.float_left { float: left; margin-right: 1em; margin-bottom: 0.5em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.5em; border:0; }
img.center { text-align:center; margin:0 0 0.5em 0; background: #fff; }
img.framed {padding:3px; border: 1px #ddd solid; background: #f4f4f4 }



#col3-2 img {
	margin:0 0 1em 0;
}

#logo{
	position:relative;
	top:-1.25em;
	left:-4em;
}

/* ### Auszeichnung lokaler und Externer Links ######################################################## */
a, a em.file {color: #0064C8; text-decoration:none;}
a:hover {color: #ff0000;}
a:focus {border:0;}
a:active {border:0;}


#main a.imagelink {
	padding-left: 0;
	background: transparent;
}

#col2_content strong { font-weight: normal; color: #9999A2 }

#col2_content a {
	color:#0064C8;
	/*
	background: url(../images/arrow_red.gif) no-repeat;
	padding-left:1.25em;
	*/
}

#col2_content a:hover {
	color:#ff0000;
	/*
	background: url(../images/arrow_red.gif) no-repeat;
	padding-left:1.25em;
	*/
}

.cleanlink a {
	padding-left:0;
	color:#0064C8;
	background: none;
}

.cleanlink a:hover {
	padding-left:0;
	color:#0064C8;
	background: none;
}
/*
a.back {
	padding-left:1.25em;
	color:#ff0000;
	background: url(../images/arrow_red.gif) no-repeat;
}

a.back:hover {
	padding-left:1.25em;
	color:#0064C8;
	background: url(../images/arrow_blue.gif) no-repeat;
}
*/
/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; width: 100%; margin-bottom: 0.5em; }

td {
	padding:0.35em;
}


input, textarea {
    width: auto;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

span.form_label{
display: block;
margin-left:2em;
    }

span.form_elem{
float: left;

display: block;
    }
	
span.form_label-left{
display: block;
float: left;
padding-top:0.1em;

    }

span.form_elem_right{
display: block;
margin-left:8em;
    }
	
fieldset{
width:28em;
background-color:#fff;
border:1px solid #0064C8;
padding:1em;
margin:0.7em 0em;
}

legend{
font-weight:bold;
color:#0064C8;
background-color:#fff;
padding:0.2em 0.5em;
}

fieldset.separate div{
	margin:1em;
}

/* ###  Textformatierungen ################################################################## */


.red {
	color:#ff0000;
}
.small{
	font-size:0.9em;
}

/* ### Tabellen ################################################################## */


/* ###         ################################################################## */

#title{
	position:relative;
	top:-1.25em;
	left:14em;
}

#anmeldung{
	position:relative;
	top:-8.8em;
	left:56em;
}

#header .subtitle{
	margin:0em;
	padding: 0em 1.5em 1.5em 17em;
	font-size:1em;
	font-weight:normal;
	color:#0064C8;
	}

#header .subinfo{
	margin:0;
	padding: 2em 1.5em 1.5em 17em;
	font-size:1em;
	font-weight:normal;
	color:#999;
	}

#col2 .grey {
	color:#aaa;
}



/* ### Navigation  ################################################################## */

#topnav ul{

}

#topnav li{
	float:left;
	display:inline;
	margin:0;
	padding:0 1em 0em 1em;
	line-height: 1.1em;
	background:#66A2DE url(../images/topnav_corner.gif) bottom right no-repeat;
	border-left:1px solid #FFF;
}
#topnav a { color: #fff; background:transparent; text-decoration:none;}
#topnav a:hover { text-decoration:none; background-color: transparent;}
#topnav a:focus { text-decoration:none; background-color: transparent;}

#subnav ul{
	margin:0 0 0 1em;
	padding:0;
	list-style-type:none;
	font-size:11px;
}

#subnav ul li{
	margin:0.2em 0;
}

#subnav ul li ul{
	margin:0 0 0 1em;
	padding:0;
	list-style-type:none;
	font-size:10px;
}

#subnav ul li ul li {
	margin:0.1em 0;
	padding:0;
	background-image:none;
	background-color:#FFF;
}

#subnav span.open{
	display:block;
	width:160px;
	padding:0 0.5em;
	background: transparent url(../images/subnav_bg_active.gif) no-repeat left;
	color:#fff;
}

#subnav ul li a { 
	display:block;
	width:160px;
	padding:0em 0.5em;
	color: #fff; 
	background: transparent url(../images/subnav_bg.gif) no-repeat left; 
	text-decoration:none; 
	vertical-align:center;
	}
	
#subnav ul li a.active { 
	background: transparent url(../images/subnav_bg_active.gif) no-repeat left; 
}
	
#subnav ul li.active a { 
	background: transparent url(../images/subnav_bg_active.gif) no-repeat left; 
}
	
#subnav a:hover { }
#subnav a:focus { }

#subnav ul li ul li a {
	color:#0064C8;
	background-image:none;
	background-color:#fff;
}

#subnav ul li.active ul li a {
	color:#0064C8;
	background-image:none;
	background-color:#fff;
}

#subnav ul li ul li a:hover {
	color:#EF332D;
}

#subnav ul li ul li a.active {
	color:#EF332D;
	background:none;
}

#subnav ul li ul li.active a {
	color:#EF332D;
	background:none;
}

#prog_nav{
	border-bottom: 1px #ddd dotted; 	
	margin-bottom:1em;

}

#prog_nav ul{
	margin:0;
}

#prog_nav li{
	float:left;
	display:inline;
	margin:0;
	padding:0 1.5em 0em 0em;
	color:#EF332D;
	
}

#prog_nav ul li.active a {
	color:#EF332D;
	background:none;
}


}

