body
{
	font-family: verdana, calibri, arial;
	background-color: #E7E9EC;
	text-align: center;
	margin: 0;
}

a
{
	color: #00A151;
	text-decoration: none;
}

#site_container
{
	margin: auto;
	width: 950px;
	background-image: url(design/bg.gif); 
	background-repeat: repeat-y;	
	text-align: center;
}

#border
{
	width: 900px;
	margin: auto;
}

#topnav
{	
	background-color: #515151;
	height: 20px;
	border-bottom: #00A150 6px solid;
	text-align: right;
	padding-right: 25px;		
}

#topnav ul
{
	margin: 0;
	list-style: none;
	color: #fff;
	font-size: 10px;
	padding-top: 4px;
}

#topnav ul li
{
	display: inline;
}

#topnav ul li a
{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#header
{
	background-image: url(design/logo2.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#header h1
{
	text-align: left;
	margin: 0;
	padding-top: 65px;
	padding-left: 460px;
	color: #363636;	
	font-weight: 505;	
	font-size: 14px;	
	text-transform: uppercase;
}

#header p.bodytext
{
	margin: 0;
	padding: 0;
}

#content_container
{
	border-left: #B6B7BA 1px solid;
	border-right: #B6B7BA 1px solid;
}

#content_container_top
{
	height: 215px;
	background-color: #e7e9ec;
}

#subnav
{
	display: none;
}

#content_container_bottom
{
	
	background-color: #FFF;
}

#content
{
	text-align: justify;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 820px;
	font-size: 12px;	
}

#content ul
{
	list-style-image: url(design/gohan-anstrich.gif);
}

#footer
{
	background-color: #515151;
	height: 9px;
	border-top: #00A150 6px solid;
}

.clearfix
{
	clear: both;
}

####### Formulare ############

form
{
	width: 200px;
	text-align: left;
}

span
{
	text-align: left;
}

fieldset
{
	text-align: left;	
	border: #9BFFCC 1px solid;
	padding: 25px;
}

legend
{
  font-weight: bold;
}

label
{
	margin-top: 5px;
	text-align: left;
	display: block;
}

input, textarea
{
	border: #00a150 1px solid;
}

.styleblock
{
	display: block;
	border: #00a150 1px solid;
}

.styleinline
{
	display: inline;
	border: #00a150 1px solid;
}

.dateday, .datemonth
{
	display: inline;
	border: #00a150 1px solid;
	width: 18px;
}

.dateyear
{
	display: inline;
	border: #00a150 1px solid;
	width: 30px;
}

.styleinline:hover {
	background:#AFFFBF;
}

.styleblock:hover {
	background:#AFFFBF;
} 

.dateday:hover {
	background:#AFFFBF;
} 

.dateyear:hover {
	background:#AFFFBF;
}

input:hover {
	background:#AFFFBF;
}

textarea:hover {
	background:#AFFFBF;
}

th
{
  font-weight: lighter;
}
