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

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

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

a { color:#005a9c; }

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

h1, h2, h3, h4 { font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;		}

h1 
{
	font-size: 115%;
	font-style: italic;
	color: #750000;
	padding-bottom: 8px;
	padding-top: 8px;
}

h2
{
	font-size: 95%;
	color:#000066;
	padding-bottom: 7px;
	padding-top: 7px;
}

h3
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	padding-bottom: 7px;
	padding-top: 7px;
}

hr
{
	border:1px solid #e49e2f;
	margin-bottom:8px;
	margin-top:5px;
}

table.showTable
{
	border:1px solid #750000;
	border-collapse:collapse;	
	empty-cells:show;	
	font-size: 80%;
	margin-top:5px;
	margin-bottom:20px;
}

table.showTable th
{
	color:#FFFFFF;
	background-color:#750000;
	font-weight:bold;
}

table.showTable tr:hover {	background-color:#FFF8DC; }

table.showTable td
{	
	border:1px solid #750000;
	padding: 2px 2px 2px 2px;
}

table.showTable td.leftCol
{
	text-align:right;	
	padding-right:5px;
	font-size:85%;
	width:20%;
}

table.showTable td.rightCol
{
	text-align:left;
	padding-left:5px;
	font-size:85%;
	width:80%;
}

input[type=radio] 
{
	margin-right:5px;
	margin-top:2px;
	border:0px solid #ffffff;
}

input, textarea, select
{
	border:1px solid #c4c4c4;
	font-size:80%;
}

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

/* Container */

#rahmen
{
	/*muss relative sein, sonst Probleme beim Ausdruck mehrerer Seiten in Firefox*/
	position: relative;
	width: 58.6em;
	margin:0px auto;
	text-align:left;
	top: 12px;
	left: 12px;	
	background-color: #ffffff;
	border:1px solid #750000;
}

#topic
{
	width: 100%;
	background-color: #750000;
	height:90px;
	text-align:center;
}

#topic h1
{
	color: #ffffff;
	font-size: 170%;
}

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

#navLeft
{
	float: left;
	width: 11.6em;
	margin-top:26px;
}

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

#navLeft a
{
 display: block;
 padding: 5px 5px 5px 12px;
 font-size: 70%;
 text-decoration: none;
}

#navLeft ul li a:link,
#navLeft ul li a:visited,
#navLeft ul li a:focus,
#navLeft ul li a:hover,
#navLeft ul li a:active
{
 border-bottom: 1px solid #ffffff;
 background-color: #750000;
	color: #FFFFFF;
}

#navLeft ul li a:focus,
#navLeft ul li a:hover,
#navLeft ul li a:active
{
 background-color: #FFF8DC;
	border-bottom: 1px solid #FFF8DC;
	color: #000000;
	text-decoration: underline;
}

#navLeft ul li a.aktiv:link,
#navLeft ul li a.aktiv:visited,
#navLeft ul li a.aktiv:focus,
#navLeft ul li a.aktiv:hover,
#navLeft ul li a.aktiv:active
{
 background: #EEEEEE url("../images/pfeil.gif") no-repeat right center;
	color: #750000;
	font-weight: bold;
}

#breadCrumb
{
	/*position:relative;*/
	float: left;
 width: 50%;
	margin-left: 10px;
	height: 2em;
	padding: 3px 5px 0px 5px;
	color: #000000;;
	font-size: 70%;
}

#content
{
	/*position:relative; sonst Probleme beim Ausdruck mehrer Seiten */
	float: left;
 width: 31em;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px 5px 5px 5px;
	background-color: #ffffff;;
	border: 1px dashed #750000;
	min-height: 35.6em;
}

#content p.pageNavi
{
	height:0.8em;
	font-size:65%;
	text-align:right;
	margin-top:8px;
}

#content a.linkExtern
{
	background: url(../images/linkExtern.gif) center right no-repeat;
 padding-right: 15px;
}

#content .contentBlockWhite
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
}

#content .contentBlockGelb
{
	background-color: #FFF8DC;
	padding: 5px 5px 5px 7px;
}

#content .quelle
{
	font-size: 75%;
	font-style:italic;
	padding: 5px 5px 5px 7px;
}

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

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

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

#content span.red
{
 /* fuer rote Spielkarten (hearts, diams) */
	color:red;
}

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

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

#content .ads
{
	margin-bottom:5px;
	margin-top:8px;
	text-align:center;
}

#teaser
{
	float: right;
	width: 14em;
}

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

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

#teaser ul
{
	margin-left:15px;
	color: #750000;
}

#teaser .teaserBody
{
	background-color: #EEEEEE;
	margin-bottom: 2em;
	margin-right:8px;
	font-size: 70%;
	padding: 5px 5px 5px 5px;
	border: 1px solid #750000;
}

#footer
{
 height: 1.5em;
	background-color: #EEEEEE;
	clear: both;
	text-align: center;
	font-size: 70%;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #750000;
}
