* 	{
		padding:0;
		margin:0;
	}
img	{
		border:0;
	}
html	{
		height:100.01%;
		}
body	{
		font-family: arial, verdana, sans-serif;
		font-size: 72.5%;
		background-color:#fff;
		color:#000000;
		text-align:center;
		}
#wrap	{ 
		width:1024px; 
		height: 800px; 
		margin: 10px auto; 
		background-color: transparent; 
		color:#000000; 
		text-align:left; 
		}

#header	{width:100%;
		height: 150px;
		background-image: url(../bilder/bg_head.png);
		background-repeat:no-repeat;
		text-align:center;
		}

#navi	{
		width:272px;
		height:600px;
		background-image:url(../bilder/bg_navigation.png);
		background-repeat:no-repeat;
		float:left;
		text-align:center;
		margin-left:-3px;
		}

#content {
		width:100%; 
		}
		
#spalte1{
		width:730px;
		height:600px;
		background-image:url(../bilder/bg_content.png);
		background-repeat:no-repeat;		
		float:left;
		margin-left:5px;
  }
#footer	{width:100%;
        margin:0;
		height:25px;
		background-color: transparent;
		color:#000000;
		text-align:center;
		clear:both;}


/*********************** Navigation ********************************/
#navi h2	{
		margin-left:-10000px;
		line-height:1px;
		padding-top:20px;
		}

#navi ul	{ 
		width:90%;
		text-align:left;
      }

#navi ul li	{
		list-style-type:none;
		margin: 2px 10px;
		font-size:1.3em;
		font-weight:bold;
		vertical-align:bottom;
		}

#navi ul li a	{
		display:block;
		padding: 3px 10px 0 10px;
		font-size:1.2em;
		border-bottom:2px solid #fff;
		color:#666;
		background-color:transparent;
		text-align:left;
		font-variant:small-caps;
		}

#navi ul li a, a:hover, a:active, a:visited	{
		text-decoration:none;
		}
#navi ul li a:hover	{
		border-bottom:2px dotted green;
		color:#1c0e0d;
		}
#navi ul li.active	a{
		color:#1c0e0d;
		font-style:italic;
		}
#navi ul li.active	a:hover{
		color:#1c0e0d;
		}
/*
#navi ul li#impressum	{
		float:right;
		}
*/

#navi ul ul {
		width:95%;
      }
#navi ul ul li	{ list-style-type:none;
		width:100%;}

#navi ul ul li a	{
		display:block;
		padding: 5px 0 0 10px;
		text-decoration:none;
		font-size:0.7em;
		font-weight: bold;
		}

#navi ul ul li.active a{
		color:#444;
		}

#navi ul ul li a:hover	{
		text-decoration:underline;
		}

/***************** Inhalt ***********************/

#header h1	{
	padding-top: 35px;
		}

p		{
		margin: 10px;
		}

#spalte1 p a		{
		color:#000066;
		text-decoration:underline;
		}
#spalte1 p a:hover	{ text-decoration:underline;
		background-color:#FFFFFF;
		  }

#spalte1 h1	{
		text-align:right;
		border-bottom: 2px dotted green;
		margin:15px 15px 20px 10px;
		color:#fff;
		font-size:2em;
		}

#spalte1 h2	{
		margin:20px 10px 10px 10px;
		color:#333;
		border-bottom:1px solid green;
		
		}
#spalte1 h3	{
		color:#555;
		margin-left:10px;
		}
#spalte1 ul	{
		margin:20px 0 0 20px;
		}

#spalte1 ul li	{
		margin:3px 20px;
		line-height:1.1em;
		list-style-type:square;
		}

#spalte1 img.qsl		{float:left;
		margin:5px;
		border:2px solid #ccc;
		height:60px;
		}

#footer p	{
		font-size:0.8em;
		color:#a7a4af;
		background-color:transparent;
		margin:0 0 0 1em;
		}

#footer p img {
		margin:3px 20px 0 20px;
}

p.cite	{
		margin:20px 25px;
		padding:5px;
		border:1px solid #000066;
		text-align:justify;
		}
p.center	{
		text-align:center;
}
table.contest	{
	width: ;
	border:1px solid #000;
	text-align:left;
	margin:20px auto;
	font-size:0.9em;
	border-spacing:0;
	empty-cells:show;
	table-layout:fixed;
	border-collapse:collapse;
	color:#000;
	background-color:#fff;
	}

table.contest td	{
	border:1px solid #aaa;
	padding: 2px;
	}

table.contest th	{
	background-color:#dfdfdf;
	color:#000;
	border:1px solid #bbb;
	padding: 2px;
	}

table.contest td.gelb	{
	background-color:#FF9900;
	color:#000;
	}


img.contest	{
		margin:10px 70px;;
		}

acronym	{
	color:#79204c;
	font-style:italic;
	}
.left	{float:left; margin-left:5px;}
.clear	{clear:both;}
