*{
	margin:0 0 0 0;
	padding:0;
}
body{
	background: #e4e5e6 url(media/body_bg.png) repeat-x top center;
	margin:0;
	padding:0;
	font-family:Verdana,Verdana,Helvetica;
	font-size:13px;
}

@font-face {
    font-family: Papyrus, fantasy;
    /*
	font-style: normal;
    font-weight: normal;
    src:url("media/fonts/brushscriptstd-webfont.eot?#iefix") format("embedded-opentype"), 
	url("media/fonts/brushscriptstd-webfont.woff") format("woff"), 
	url("media/fonts/brushscriptstd-webfont.ttf") format("truetype"), 
	url("media/fonts/brushscriptstd-webfont.svg#BrushScriptStdMedium") format("svg");
	*/
}


#site{
	width:934px;
	margin:0 auto;
	border:0px solid #ffffff;
	padding:0;
}



#header{
	background:url(media/header.png) top center no-repeat;
	height:135px;
	position:relative;
	margin:0;
}
#kopfmenu{
	top:78px;
	left:400px;
	color:#ffffff;
	position:absolute;
	text-align:right;
	border:0px solid white;
	width:500px;
	margin:0;	
}

#kopfmenu a{
	color:#ffffff;
	text-decoration:none;
}
#kopfmenu a:hover{
	text-decoration:underline;
}


#content{
	background:url(media/site_bg.png) top center repeat-y;
	min-height:500px;
	padding:0 0 0 40px;
	margin:0 0 0 0;
}
.inline{
	text-decoration:none;
	border-bottom:1px dotted #252d4d;
	color:#252d4d;
}
.inline:hover{
	border-bottom:1px solid #252d4d;
}
.yoxview img{
	border:1px solid #e4e4e4;
	padding:3px;
}

#footer{
	background:url(media/footer.png) top center no-repeat;
	height:105px;
	margin:0;
	padding:0;
	top:0;
}
#footer p, #footer a{
	color:#252d4d;
	margin:0;
	padding:0;
}

#footer a{
	text-decoration:none;
	border-bottom:1px dotted #252d4d;
}

#footer a:hover{
	text-decoration:none;
	border-bottom:1px solid #252d4d;
}

table, th{
	background-color:#f5f5f5;
	border:2px ridge gray;
	padding:2px;
}
table th{
	background-color:#252d4d;
	color:#ffffff;
}
h1{
	font-size:18px;
	color: #252d4d;
	margin-bottom:10px;
}
h2{
	color: #252d4d;
	margin:0;
}
p{
	margin:0;
	padding:10px 10px 0 0;
}

#blog{
	float:left;
	width:650px;
	border: 0px solid black;
	text-align:justify;
}

#blog_menu{
	float:left;
	width:200px;
	border: 0px solid green;
	margin:0 0 0 10px;
	background:#ffffff url(media/blogmenu.png) top left repeat-y;
	padding:0 0 0 10px;
}

.kommentar{
	width:635px;
	min-height:100px;
	border: 1px dotted #888;
	text-align:justify;
	margin:10px 0 0 0;
	padding:5px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 4px 4px 3px #888;
}

.ci{
	font-family: Papyrus !important;
	font-size:120%;
	line-height:70%;
}


textarea{
	font-family:Verdana,Verdana,Helvetica;
	font-size:13px;
}

#counter{
	color:#252d4d;
	padding:3px;
	font-weight:bold;

}

#wetter {
	float:right;
	width:220px;
	border-collapse:collapse; 
	border:1px dotted #252d4d; 
	margin:15px 0 10px 10px; 
	padding:2px 5px 5px 5px;
}

#wetter td{
	padding:2px;
}
#wetter  .wetter{
	border:1px dotted #252d4d; 
}

#watermark{
	background:url(media/Heimdal_wasserzeichen.png) 460px 0px no-repeat;
	min-height:530px;
}


#map_canvas{
	margin:0;
	width:850px;
	height:750px;
}

input{
	padding:3px;
}
select{
	padding:3px;
}
textarea{
	padding:3px;
}