
/* Basis blau: #002c72 hellblu: #8597b3*/

* {
	
}

html{height:100%;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	height:100%;
	background-image:url(../images/back.gif);
	background-color:#fff;
	background-repeat:repeat-x;
}
div#wrapper{
	text-align:left;
	background-image:url(../images/layout.jpg);
	padding:30px;
	padding-left:0;
	padding-right:10px;
}
div#head{
	width:244px;
	float:left;
}

div#metanav{
	text-align:right;
	background:url(../images/metanav.gif) right top no-repeat;
	padding-right:50px;
	border-bottom:1px solid #999;
}
div#breadcrumb{
	height:22px;
	margin:0 50px 0 280px;
	border-bottom:1px solid #002c72;
}
div#content{
	margin-left:300px;
	margin-right:40px;
}
div#left{
	width:150px;
	margin:0 auto;
	font-size:76%;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#left p{
	text-align:justify;
}
#right{
	padding-left:9px;
	margin-left:auto;
}
#inhalt{
	width:70%;
	border-top:11px dotted #eee;
	margin-top:11px;
	padding-top:10px;
}
div#footer{
	height:auto;
	margin-top:22px;
	background-color:white;
	border-top:1px solid #002c72;
	font-size:70%;
}

/* Layout *********************************************/
a{
	color:green;
	text-decoration:none;
}
a:visited{
	color:#999;
}
a:hover, a:active, a:focus{
	color:red;
}
div#breadcrumb p{
	font-size:10px;
	line-height:22px;
	vertical-align:middle;
}

/* Menue */

#left ul{
	
}
#left li{
	
}
#left li a:visited{
	color:green;
}
#left li a:hover{
	color:red;
}

#right h2{
	font-size:96%;
}
#right ul{
	padding:3px;
	margin:1px;
}
#left ul{
	padding-left:3px;
	margin-left:13px;
}
#right li{
	
}
/*Format Artikel*/
.item{
	padding:5px;
	padding-bottom:10px;
	margin-bottom:20px;
	border:1px solid #eee;
	border-bottom:11px dotted #eee;
	border-top:none;
}

.itemfoot p{
	font-size:70%;
}

.item h2{
	margin-bottom:3px;
	color:#ccc;
	font-family:Georgia, Helvetica, sans-serif;
	line-height:20px;
}
.item h2 a:visited{
	color:green;
}
.item h2 a:hover{
	color:red;
}

.item h3{
	font-size:110%;
	margin-top:0;
	color:#666;
}

#head h1{
	margin-top:-10px;
}

.item p, .item li{
	line-height:18px;
	vertical-align:middle;
	color:#333;
}
.item li{
	margin-bottom:3px;
}

/* Formular */

input[type=button]{font-size:60%;background-color:#dedede;border-color:#eee;}