* {margin: 0;
    padding: 0;}

p {padding-top: 7px;
    padding-bottom:7px;}

h1 {
	padding-top: 220px;
	padding-right: 70px;
	text-align: right;
	font-size: 1.6em;
	font-style: bold;
	color: #333;
}

h2 {
	padding-right: 90px;
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: #EAEEF7;
}


h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: bold;
	color: #777;
	font-size: 1.2em;
}

h4 {
	margin-top: 50px;
	margin-left: 40px;
	margin-bottom: 10px;
}

a:link {color: #000000;}
a:visited {color: #888888;}
a:hover {color: #444444;}


body {
	background-color: #6B6D82;
	font-family: arial, Times, serif;
	font-size: 75%;
}

#container {
	margin: 0px auto;
	width: 797px;
	color: #777;
	font-size: 1.2em;
}

#header {
	background-image: url(images/header.jpg);
	height: 249px;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	height: 70px;
}

#content {
	background-image: url(images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 80px;
}

#right_menu {
	background-image: url(images/right_menu_vita.jpg);
	height: 365px;
	width: 277px;
	float: right;
	margin-right: -80px!important;
	margin-right: -40px;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 63px;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	text-decoration: none;
        font-size: .8em;
}

/*Hauptmenü*/

#navcontainer ul
{
	margin-left: 68px!important;
	margin-left: 0px;
        float: left;
	margin-top: 14px;
}

#navcontainer ul li
{
	display: inline;

}

#navcontainer ul li a
{
padding: 0.2em 0.8em;
font-weight: bold;
text-decoration: none;
float: left;
color: #60572e;
}

#navcontainer ul li a:hover
{
color: #183c7c;
}

/*Untermenü*/

.navcontainer {
	width: 200px;
	margin-left: 40px;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 168px;
border-bottom: 1px solid #BFC2C9;
}

.navcontainer a:link, .navlist a:visited
{
color: #666666;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #0740a3;
color: #fff;
}
