﻿/* CSS-Layout */
#masthead {
}
#header {
}
#left_col {
	position: absolute;
	list-style-type: none;
	width: 160px;
	margin-left: 0px;
	left: 0px;
}
#navcontainer {
	margin-top: 1px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li {
	margin: 0 0 3px 0;
}

#navcontainer a
{
	border: 1px solid #000000;
	margin: 0 0 1px 0;
	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #fff;
	text-decoration: none;
	background-image: url('images/div/button.png');
	background-repeat: repeat;
}
#navcontainer a:hover
{
	color: #fff;
	text-decoration: none;
	background-image: url('images/div/button-hover.png');
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;
}

#navcontainer ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 125px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('images/div/button-sub.png');
}
#navcontainer ul ul a:hover
{
	color: #fff;
	text-decoration: none;
}
#page_content {
	padding: 10px 5px 10px 5px;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 623px;
	position: relative;
	overflow: auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	margin-left: 165px;
}
#footer {
	text-align: center;
	font-size: x-small;
	margin-left: 165px;
	width: 635px;
}
#seite {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative;
}
body {
	text-align: center;
	background-image: url('images/div/background.png');
	background-repeat: repeat-x;
}
#container {
	position: absolute;
	width: auto;
}
#news {
	border: thin solid #000000;
	background-image: url('images/div/Newsbox.jpg');
	background-repeat: no-repeat;
	width: 550px;
	height: 300px;
	text-align: center;
	margin: auto;
}
.style1 {
	border-width: 1px;
	border-color: #000000;
	font-weight: bolder;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-size: x-large;
	border-top-style: solid;
	border-bottom-style: solid;
}
#linksbündiger-text {
	text-align: left;
}

