/* set all to 0 */
* {	margin: 0; padding: 0; }

/* Standardelemente */
body
{
 font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
}

/*debug
div {	border:1px solid black; }*/

a { color:#005a9c; }

/*a.pdf
{
	background: url(../images/pdficon_smaller.gif) center right no-repeat;
	padding-right: 16px;
}*/

p 
{
	font-size: 80%;
	padding-bottom: 10px;
}

td
{
	font-size:80%;
	text-align:left;
	padding: 2px 2px 2px 2px;
}

form
{
	padding-top: 10px;
	padding-bottom: 15px;
}

strong	{	font-weight: bold;	} /* damit auf allen Browsern fett */
em	{	font-style: italic;	}	/* damit auf allen Browsern kursiv */

/* eigener Container, damit nicht alle Tabelle sichtbar */

#showTable table
{
	empty-cells: show;
	border: 1px solid #7d9db4;
	border-collapse: collapse;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 15px;
}

#showTable th
{
	color:	#FFFFFF;
	background-color:	#7d9db4;
	font-weight:	700;
	font-size:80%;
}

#showTable tr:hover {	background-color:#7d9db4; }
#showTable td{	border:1px solid #7d9db4; }

/* Container */

#rahmen
{
	position: relative;
	margin:0px auto;
	border:	1px solid #527D99;
	text-align:left;
	margin-top:5px;
	width: 61.2em;	
	min-height: 37.2em;
	min-width: 984px;
}

/* Navigation oben */
#naviTop
{
	background-color:#527d99;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:70%;
	height:1.6em;
	padding-top:3px;
	padding-right:4px;
}

#naviTop a
{
 color:#FFFFFF;
	text-decoration:none;
}

#naviTop a:hover {	text-decoration:underline; }

/* Bildleiste */
#bildReihe
{
	background-image: url(../images/bildleiste.jpg);
	height: 6.4em;
}

#symbole
{
	background-image: url(../images/symbole.jpg);
	margin-top:35px;
	background-color:#527d99;
	border-top: 1px solid #BCD2E6;
	border-bottom: 1px solid #BCD2E6;
	height: 40px;
}

/* Tabs */
#tabMenu
{
 /*float:left; -> fuehrt hier in IE6 zu komischem Effekt (letzter Buchstabe ausserhalb des Contents); daher bei Selektor setzen */
 width:100%;
 font-size:70%;
 line-height:normal;
 border-bottom:1px solid #BCD2E6;
}

/* Selektor ueberfluessig; IE kann Selektoren nicht auswerten (siehe oben) */
#tabMenu[id] { float:left; }

#tabMenu ul
{
 margin:0;
 padding:13px 10px 0 65px;
 list-style:none;
}

#tabMenu li
{
 display:inline;
 margin:0;
 padding:0;
}

#tabMenu a
{
 float:left;
 background:url("../images/tableft.gif") no-repeat left top;
 margin:0;
 padding:0 0 0 4px;
 text-decoration:none;
}

#tabMenu a span
{
 float:left;
 display:block;
 background:url("../images/tabright.gif") no-repeat right top;
 padding:5px 15px 4px 6px;
 color:#627EB7;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabMenu a span {float:none;}
/* End IE5-Mac hack */
#tabMenu a:hover span { color:#627EB7; }
#tabMenu a:hover { background-position:0% -42px; }
#tabMenu a:hover span { background-position:100% -42px; color:#FFFFFF; }
#tabMenu #current a { background-position:0% -42px; }
#tabMenu #current a span { background-position:100% -42px; color:#FFFFFF;}

/* Navigation links */
#naviLeft
{	
	width: 11em;
	float:	left;
}

#menuItems {	min-height:12em; }

#naviLeft ul { list-style-type: none; }
#naviLeft li { display: inline; }

#naviLeft a
{
 display:	block;
 padding:	3px 5px 3px 15px;
 font-size:	80%;
 text-decoration:	none;
	background-color:#e2ebf4;
	border-bottom:	1px dashed #ffffff;
}

#naviLeft a:hover { text-decoration:underline;	}

#naviLeft a.aktiv
{
	background-image:url(../images/pfeil-rechts.gif);
	background-repeat:no-repeat;
	background-position:5px 9px;
}

#naviLeft ul.subMenu {	font-size:80%; }

#naviLeft a.subMenuItem
{
 padding-left:24px;
	background-color:#f2f3f4;
}

#naviLeft a.subMenuItemAktiv
{
 padding-left:24px;
	background-color:#f2f3f4;
	background-image:url(../images/pfeil-rechts.gif);
	background-repeat:no-repeat;
	background-position:15px 7px;
}

#mmLogo
{
	margin-top:30px;
	text-align:center;
}

#logoSuche {	margin-top:15px; }

/* Content */
#mitte
{
	float: left;
	width: 36.5em;
}

/* Breadcrumb */
#breadcrumb
{
	font-size:70%;
	padding-top:2px;
}

#content
{
	float: left;
	background-color:#f2f3f4;
	padding: 5px 5px 5px 10px;
	width: 37.6em;
	font-size:	95%;
	min-height: 32em;
	margin-bottom:20px;
}

#content h1
{
	font-size: 115%;
	color: #527D99;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content h2
{
	font-size: 95%;
	color: #80b07c;
	padding-bottom: 10px;
	padding-top: 5px;
}

#content h3
{
	font-size: 85%;
	font-weight:bold;
	color: #000000;
	padding-bottom: 4px;
	padding-top: 4px;
}

#content ul
{
	font-size: 80%;
	padding-left: 25px;
	padding-bottom: 10px;
	list-style-type: square;
	color: #527D99;
}

#content ol
{
	font-size: 80%;
	padding-left: 25px;
	padding-bottom: 10px;
}

#content span	{	color:#000000;	}	/* damit die Schriftfarbe schwarz bleibt */

#content .imgFloatLeft
{
	float:left;
	padding-right:10px;
}

#content .imgFloatRight
{
	float:right;
	padding-left:10px;
}

#content .tipps
{
	margin-top:5px;
	border: 1px solid #7d9db4;
	padding:4px 4px 4px 4px;
	font-size:80%;
}

#content h2.tippsSmall
{
	color:#000000;	
	padding-bottom:0;
	padding-top:0;
}

#content p.moreInfo
{
	padding-bottom:0;
	text-align:right;
}

/*falls JS disabled, alle Bilder ausblenden (außer dem ersten)*/
.picInvisible	{ display:none; }

#bildbeschriftung {	font-style:italic; }

/* Teaser rechts */
#teaser
{
	float: right;
	width: 12.3em;
	margin-top:2.2em;
	/* dieser Wert ist nur für IE6; wird unten von richtigen Browsern ueberschrieben */
	margin-right: 5px;
}
/* Selektor ueberfluessig; IE kann Selektoren nicht auswerten, daher wird der neue Wert nur von allen neuen Browsern verwendet */  
#teaser[id] { margin-right: 10px; }

/* Teaser-Kopfzeile */
#teaser h1
{
	background-color: #7d9db4;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

#teaser h2
{
	font-size: 100%;
	padding: 10px 0px 2px 0px;
}

#teaser p
{
	font-size: 100%;
	padding-bottom: 0px;
}

#teaser p.green	{	color:#006600;	}
#teaser span.blue	{	color:#336699;	}
#teaser p.right	{	text-align:right;	}
#teaser p.fachbereiche	{	margin-top:10px; color:#7d9db4;	}

#teaser .teaserBody
{
	background-color: #eaeff4;
	border:	1px solid #7d9db4;
	margin-bottom: 1em;
	font-size: 70%;
	padding: 5px 5px 5px 5px;
}

#teaser ul
{
	list-style-image: url(../images/link.gif);
	padding-left:1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	padding-right: 0.3em;
}

ol.download
{
	list-style-image: url(../images/pdficon_smaller.gif);
	padding-left:1.8em;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	padding-right: 0.3em;
}

ol.download2
{
	list-style-image: url(../images/download.gif);
	padding-left:1.8em;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	padding-right: 0.3em;
}

#teaser span	{	color:#000000;	}	/* damit die Schriftfarbe schwarz bleibt */

#footer
{
	clear:both;
	height:1px;
}