/*	benutzte Farben:

	hellgrau			#eff0dc
	ockergrün			#cccc33
	dunkelblau			#003366
	dunkleres blau		#000066
	linkblau			#002E5C
*/

body
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color:#000000;
	background:#eff0dc;
	margin:0;
	padding:0;
}

body img
{
	border-style:none;
}

h1,h2
{
	font-size:1.1em;
	color:#000066;
	text-align:center;
}

h2
{
	font-size:1em;
}

a
{
	color:#002e5c;
}

a:visited
{
	color:#000066;
}

a:hover
{ 
	background-color:#cccc33;
	font-weight:bold;
}



#Header
{
	position:absolute;
	width:90%;
	height:80px;
	background: #cccc33 url(../grafiken/regenbogen6.jpg) no-repeat;
	padding:0px;
	left:5%;
	margin-top:10px;
}

#Main
{
	position:absolute;
	top:110px;
	width:53%;
	left:23%;
	font-size:0.8em;
}

#Main td.zelle1
{
	width:280px;
}

#Main td.zelle2
{
	width:80px;
	background-color:#ffffff;
	text-align:center;
}


#Main img.rechts
{
	float:right;
	margin-left:5px;
}

#Main img.links
{
	float:left;
	margin-right:5px;
}

#Main .center
{
	text-align:center;
}

#Main .right
{
	text-align:right;
}

#Main td.border
{	
	border:thin solid black;
	border-width:1px;
	width:260px;
}

#Main p.center
{	
	align: center;
}


#LeftNav
{
	left:5%;
}

#LeftNav, #RightNav
{
	position:absolute;
	width:15%;
	top:110px;
	border:5px solid #cccc33;
	font-size:1.0em;
}

#LeftNav p, #RightNav p
{
	text-align:center;
	font-size:0.8em;
	margin-top:8px;
	margin-bottom:8px;
}

#LeftNav p.head, #RightNav p.head
{
	font-weight:bold;
	background:#cccc33;
	padding-top:15px;
	margin:0px;
	font-size:0.9em;
}

#LeftNav p.untermenue, #RightNav p.untermenue
{
	text-align:center;
	font-size:0.7em;
	margin-top:8px;
	margin-bottom:8px;
}

#LeftNav p.ueberpunkt, #RightNav p.ueberpunkt
{
	text-align:center;
	font-size:0.9em;
	margin-top:8px;
	margin-bottom:8px;
}

#LeftNav a, #RightNav a
{
	text-decoration:none;
}

#LeftNav a:hover, #RightNav a:hover
{
	font-weight:normal;
}

#RightNav
{
	right:5%;
}

#Footer
{
	text-align:center;
	font-size:0.8em;
}
th {
	text-align: left;
	border: 2px solid #CCCC33;
	background: #ECEED5;
}
.tableSeminare {
	border: 2px solid #CCCC33;
}
#contentAdmin {
	position: absolute;
	left: 5%;
	top: 110px;
}
h3 {
	font-size: 1em;
	color: #000000;
}
h4 {
	font-size: 0.9em;
	color: #999900;
}
