﻿
*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#861919;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

#master{
	background-color:#fff;
	border:2px solid #333;
	margin: 20px auto 20px auto ;
	width:700px;
	
}

#head{
	background-image:url(images/header.jpg);
	margin:10px auto;
	width:687px;
	height:150px;
}

/* Haupnavigation */

#navigation{
	background-image:url(images/navi.jpg);
	background-repeat:repeat-x;
	border:1px solid #555;
	margin:10px auto 20px auto;
	width:675px;
	height:30px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	float: right;
	list-style:none;

}

#navigation ul li a {
	padding: 7px 0 4px 0;
	margin: 0;
	width: 90px;
	display: block;
	text-decoration: none;
	border:none;
	color: #fff;
	text-align: center;
	font-weight:bold;
}

#navigation ul li a.active {
	border-bottom: 3px solid #333;
	}

#navigation ul li a:hover {
	border-bottom: 3px solid #6290BE;
}

/* Haupnaviagtion Ende */


/* Subnavigation */

#sub-navigation {
	float: left;
	padding: 0 15px;
	margin: 0px 0px 30px 0px;
  	width: 130px;
	}

#sub-navigation a {
	color:#000;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	width: 130px;
	border-bottom: 1px dotted #ccc;
	}

#sub-navigation a:hover {
	background: #369;
	color: #fff;
	border-bottom: 1px solid #6290BE;
	}

#sub-navigation a.sub {
	color: #000;
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	width: 120px;
	font-size: 10px;
	}

#sub-navigation a.sub:hover {
	background: #fff;
	color: #369;
	border-bottom: 1px dotted #ccc;
}

/* Subnavigation Ende */

/* Content */

#container{
	width:490px;
	float:right;
	margin: 0px 25px 30px 0px;
	min-height:300px;
	color:#555;
}

h1{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#000;
	margin: 15px 0px 5px 0px;
}

h2{
	color:#000;
	font-weight:bold;
	font-size:12px;
}

p{
	margin:2px 0px 10px 0px;
	text-align:justify;
}

ul{
	display:block;
	margin: 5px 0px 10px 10px;
}

li{
	margin: 2px 0px 5px 20px;
	text-align:justify;
	list-style:disc;
}

.pic{
	float:right;
	border:1px solid #555;
	margin: 0px 0px 10px 10px;
}

img{
	border:0px;
}

a {
	color:#369;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	}

a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}


/* Content Ende */

/* Fuss */

#foot{
	width:670px;
	margin: 0 auto ;
	padding:7px 5px;
	border-top:1px solid #ccc;
	display:block;
	clear: both;
	font-size:10px;
	text-align:center;
}

/* Fuss Ende */