/* Standard-CSS für www.sds-ulm.de */

/* Wichtige Farben
Grün		= #00923F
Blau		= #007CC2
Gelb		= #FFF500
Hellgrau	= #EAEAEA
Dunkelgrau	= #464646

*/

html, body, div, h1, h2, h3,  
span, a, table, td, form,  {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html, body {
   background: #fff url(/images/layout/content_bg.gif) repeat-y;
   font-size: 80%;
}

a:link {
   color: #464646;
   text-decoration: underline;
}

a:visited {
   color: #464646;
   text-decoration: underline;
}

a:hover {
   color: #007CC2;
   text-decoration: underline;
}

a:active {
   color: #464646;
   text-decoration: underline;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
   font-size: 1.0em;
   color: #f60;
   margin: 20px 60px 10px 240px;
   border-bottom: 1px solid #fff;
}

h2 {
   font-size: 0.8em;
   color: #f60;
   margin: 15px 60px -5px 240px;
}


/* Header */
#header {
   position: absolute; left: 0px; top: 0px;
   border: 0px solid #fff;
}

#header p {
   font-size: 0.8em;
}
/* ENDE Header */


/* Navigation */
#navigation {
   position: absolute; left: 0px; top: 235px;
   border-top: 1px solid #E0E0E0;
   background-color: #E0E0E0;
   font-size: 13px;
   font-weight: normal;
   width: 186px;
   margin-left: 0px;
}





/* ENDE Navigation */


/* Content */
#content {
	border: 0px solid #000;
	position: absolute;
	left: 200px;
	top: 290px;
	width: 450px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	color: #464646;
	z-index: 10;
}
#content table{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #464646;
}

#content a {
   text-decoration: none;
}

#content a {
   text-decoration: none;
   border-bottom: 0px dashed #007CC2;
   padding-left: 15px;
   background: transparent url(/images/layout/link.gif) no-repeat 0em;
}

#content a img{
   text-decoration: none;
   border-bottom: 0px dashed #007CC2;
   padding-left: -30px;
   margin-left: -30px;
   padding-top: 5px;
   background: #fff;
}


/* ENDE Content */



/* Aktuelles */
#aktuelles {
	border: 0px solid #000;
	position: absolute;
	left: 700px;
	top: 290px;
	padding-left: 0px;
	z-index: 10;
}
#aktuelles table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal; 
	color: #000000;
}
.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal; 
	color: #464646;
}
.text_blau {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal; 
	color: #007CC2;
}
.text_gruen {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal; 
	color: #00923F;
}

#aktuelles a {
   text-decoration: none;
}
/* ENDE Aktuelles */

/* Headlinetext */

#headlinetext {
position: absolute;
right: 20px;
top: 195px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 30px;
font-weight: bold; 
color: #FFFFFF;
filter:Shadow(color=#000000, direction=135, strength=4);
text-shadow: #000000 3px 3px 3px; 
z-index: 999;
}
#headlinetextschatten {
position: absolute;
right: 18px;
top: 197px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 30px;
font-weight: bold;
color: #000000;
z-index: 998;
}

/* Ende Headlinetext */

/* Breadcrumb */
#breadcrumb { 
	position: absolute; 
	left: 186px; 
	top: 235px; 
	height: 23px;
	width: 684px; 
	padding-top: 7px;
	padding-left: 20px;
	margin-left: 0px;
	background-color: #464646; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#FFFFFF;
}
#breadcrumb a { 
	font-weight:bold; 
	color: #FFFFFF; 
}

/* Ende Breadcrumb */

.headline {

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 15px;
font-weight: bold;
color: #464646;

}

ul { 
list-style-type: square; 
}
.img_re_oben {

	float: right;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border: 0px;

}

.img_li_oben {

	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 0px;

}

.img_mittig {

	float: center;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 0px;

}

