/* The main-div surrounds the whole content */
#main {
	margin-top:20px;
	margin-left:10%;
	width:80%;
	background-image:url('grafik/emblem-bg-t6.gif');
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center;
	text-align:left;
}

/* From here down all styles for elements included in header are described */
#header {
	margin-bottom:10px;
}

#header h1 {
	font-family:sans-serif;
	font-style:italic;
	color:#000000;
}

/* From here down all styles for elements included in navigation are described */

#nvigation {
	padding:10px;
	margin:5px;
	background-image:url('grafik/grey-top.gif');
	background-position: center;
}

#nav_top1 {
	text-align:right;
	font-weight:bold;
	font-family:sans-serif;
	font-size:14px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
/*	border-top:1px dotted #FFF3CF;
	border-left:1px dotted #FFF3CF;
	border-bottom:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
	background:#FFF9E7; */
	color:#000080;
}

#nav_top1 a:link {color:#00503F;text-decoration:none;}
#nav_top1 a:visited {color:#555555;text-decoration:none;}
#nav_top1 a:hover {color:#CC0000; text-decoration:underline;}
#nav_top1 a:active {color:#EEAA00; text-decoration:none;}

#nav_top2 {
	text-align:left;
	font-weight:bold;
	font-family:sans-serif;
	font-size:14px;
	padding-top:5px;
	padding-left:20px;
/*	border-top:1px dotted #FFF3CF;
	border-left:1px dotted #FFF3CF;
	border-bottom:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
	background:#FFF9E7; */
	color:#007C3F;
}

#nav_top2 a:link {color:#000080;text-decoration:none;}
#nav_top2 a:visited {color:#555555;text-decoration:none;}
#nav_top2 a:hover {color:#CC0000; text-decoration:underline;}
#nav_top2 a:active {color:#EEAA00; text-decoration:none;}

span.nav1_act {
	font-weight:normal;
	font-style:italic;
	color:#000000;
}

span.nav2_act {
	font-weight:normal;
	font-style:italic;
	color:#000000;
}

/* From here down all styles for elements included in nav_top are described */
#content {
	padding:5px;
	font-family:serif;
}

#content h3 {
	font-family:serif;
	color:#007C3F;
}

#content p {
	padding-left:5px;
}

#content img {
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	border-right:1px solid #A0A0A0;
	border-bottom:1px solid #A0A0A0;
	padding:1px;
	margin:5px;
}

#content .picleft {
	float:left;
    margin-right:10px;
    padding-top:4px;
}

#content .picright {
	float:right;
    margin-left:10px;
    padding-top:4px;
}

#content ul li {
	list-style-image:url('grafik/dot-green8.gif');
}

#content div.greenbtn a {
	color:#fff3df;
	background:#007c3f;
	font:bold 16px arial, sans-serif;
	text-decoration:none;
	display:block;
	width:150px;
	padding:5px;
	border:1px solid black;
}

#content div.greenbtn a:hover {
	color:#007c3f;
	background:#fff3df;
}

#content div.greenbtn a span {display:none;}

#content div.greenbtn a:hover span {
	position:relative;
	top:35px;
	left:0px;
	z-index:1;
	display:block;
	width:300px;
	color:blue;
	background:#ffffff;
	font:12px arial;
	border:2px solid red;
	padding:5px;
}

/* Special declarations for ts3status */
#ts3status {
	float:right;
	width:200px;
	border:1px dotted;
	padding:15px;
	background:#FFF;
	margin-left:25px;
	margin-right:50px;
}

#ts3status img{
	margin: 0px;
	margin-right: 2px;
	border: 0px;
	padding: 0px;
}

/* From here down all styles for elements included in nav_top are described */
#footer {
	font-size:10px;
	font-family:sans-serif;
	text-align:center;
	margin-top:10px;
	border-top:0px solid #AAAAAA;
}

#footer a:link {color:#00503F;text-decoration:none;}
#footer a:visited {color:#555555;text-decoration:none;}
#footer a:hover {color:#CC0000; text-decoration:underline;}
#footer a:active {color:#EEAA00; text-decoration:none;}

body {
	background-image:url('grafik/bgline-orange2.png');
}

/* From here down all styles for button elements with sep info included in weather are described */
div.box a {
	color:#fff3df;
	background:#007c3f;
	font:bold 16px arial, sans-serif;
	text-decoration:none;
	display:block;
	width:150px;
	padding:5px;
	border:1px solid black;
}

div.box a:hover {
	color:#007c3f;
	background:#fff3df;
}

div.box a span {display:none;}

div.box a:hover span {
	position:absolute;
	top:35px;
	left:0px;
	z-index:1;
	display:block;
	width:300px;
	color:blue;
	background:#ffffff;
	font:12px arial;
	border:2px solid red;
	padding:5px;
}

/* From here down all styles for pic button elements with sep info included in weather are described */
img {
	border:none;
}

div.box1 {
	height:80px;
	width:80px;
	padding:0;
	margin:20px;
	border:1px solid black;
	font:bold 14px verdana, sans-serif;
}

div.box1 div{display:none;}

div.box1:hover div{
	display:block;
	width:300px;
	position:absolute;top:20px;right:20px;
	border:1px dashed black;
	padding:15px;
	font:normal 14px verdana, sans-serif;
}