/* CSS Document */

html {
	height:100%;
	scrolling:yes;
}

body {
	margin:0;
	padding:0;
	text-align:left;
}

body, td {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363738;
}

ul {
	margin:0;
	padding:0;
}

img {
	border:none;
}

#container {
	width:709px;
	height:530px;
	background:#4b4955;
	margin:10px auto 0 auto;
	border:1px solid #000000;
}

#header {
	width:709px;
	height:116px;
	background:url(img/header.jpg) left top no-repeat;
}

a, a:active {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#92959f;
	text-decoration:none;
}

/* ##################################################################### Navi ######################### */

#navi {
	border-top:1px solid #ced0d7;		/* Mozilla spinnt rum */
}

#navi ul {
	list-style:none;
	margin:62px 0 0 13px;
}

#navi ul li {
	float:left;
	margin:0 8px 0 0;
	height:22px;
}

#navi ul li a {
	display:block;
	float:left;									/* for IE 6 */
	height:22px;
	padding:0 0 0 2px;
	border-left:2px solid #ffffff;
}

#navi ul li a:hover {
	border-left:2px solid #92959f;
}

/* ##################################################################### / Navi ######################### */

#flash_leiste {
	clear:both;
	width:709px;
	height:105px;
	background:url(img/leiste.jpg) left top no-repeat;
}

#content_start {
	width:709px;
	height:309px;
	background:url(img/content_start.jpg) left top no-repeat;
}

/*#content_about {
	width:709px;
	height:283px;						/* padding content: 26px*/
/*	background:url(img/content_about.jpg) left top no-repeat;
	padding:26px 0 0 0;
}*/

#content {
	width:709px;
	height:222px;						/* padding content: 26px und footer*/
	background:url(img/content.jpg) left top no-repeat;
	padding:26px 0 0 0;
}

#content_left {
	float:left;
	padding:0px 0 0 52px;
	
}

#content_middle {
	float:left;
	padding:5px 0 0 0;
}

#content_right {
	float:left;
	padding:5px 0 0 0;
}

#content_right td {
	font-size:10px;
}

#footer {
	clear:both;
	width:709px;
	height:61px;
	background:url(img/footer.jpg) left top no-repeat;
	color:#ffffff;
}

#footer div {
	float:right;
	margin:45px 5px 0 0;
}

#footer div span {
	margin:0 8px 0 0;
	font-size:11px;
}

/* ########################################################################### FORMULAR ######################### */

.formularfeld {
	width:200px;
	margin:1px 0;
	/*border:1px solid #a1c4c7;*/
	/*background-color:#eafeff;*/
}

.formularbutton {
	background:url(img/formularbutton.gif) left top no-repeat;
	/*background-color:#97969e;*/
	margin:1px 0 0 0;
}

.formularnachricht {
	/*color:#79a9ff;*/
}

/* ########################################################################### /FORMULAR ######################### */
