/******************************************************************************
*                       Styles und Positionierung                             *
******************************************************************************/

/* --- ALLGEMEIN --- */

:focus{outline:none;}

/* ======== TAGS  ======== */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size: 1em;
	background: url(../images/back_body.gif) repeat-x #d3957e;
}

img {
	border: 0;
}

#central {
	margin: auto;
	width: 760px;
	height: 100%;
	border: 0px solid gray;
}

/* HEADER */

#header {
	height: 158px;
	width: 750px;
	padding-left: 12px;
	border: 0px solid yellow;
	background: url(../images/back_header.gif) no-repeat;
}

/* menu */

#menu_main a, #footer a {
	color: #ffffff;
	text-decoration: none;
}

#menu_main a:hover, #footer a:hover {
	color: #000000;
}

.menu_aktiv a {
	color: #000000 ! important;
}

#menu_main ul, #footer ul {
	margin: 0;
	padding: 0;
	border: 0px solid blue;
}

#menu_main li, #footer li {
	margin: 0;
	padding-left: 35px;
	float: left;
	list-style: none;
}

#first_level, #secondlevel {
	width: 760px;
	height: 86px;
	float: left;
	overflow: auto;
}

#first_level li {
	height: 76px;
	padding-top: 10px;
	background: url(../images/menu_first.gif) no-repeat;
	border: 0px solid black;
}

#second_level li {
	height: 50px;
	padding-top: 22px;
	padding-left: 35px;
	background: url(../images/menu_second.gif) no-repeat;
	border: 0px solid orange;
}

#second_level a {
	font-size: 1em;
}

/* CONTENT */

#content {
	width: 656px;
	min-height: 300px;
	margin-left: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #e5bfb2;
	font-size: .9em;
	border: 0px solid red;
}

#content a {
	color: #261512;
}

.bodytext {
	color: #261512;
	line-height: 1.3em;
}

.csc-textpic-caption {
	font-size: .8em;
}

h1 {
	font-size: 1.1em;
}

hr {
	border: 0;
	border-bottom: 1px solid #261512;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

table caption {
	text-align: left;
	border-bottom: 1px solid #261512;
}

table th {
	text-align: left;
	font-weight: normal;
}

form .csc-mailform {
	border: 0 !important;
}

form .csc-mailform-field {
	diplay: block;
	width: 600px;
	height: 20px;
	margin-top: 15px;
}

form .csc-mailform-submit {
	diplay: block;
	width: 150px;
	height: 20px;
	margin-top: 15px;
	margin-left: 200px;
}

form label {
	display: block;
	width: 200px;
	float: left;
}

form textarea {
	display: block;
	width: 350px;
	float: left;
}

/* FOOTER */

#footer {
	width: 744px;
	height: 72px;
	background: url(../images/back_footer.gif) no-repeat;
	margin-left: 40px;
	border: 0px solid green;
}

#footer div {
	height: 35px;
	width: 400px;
	margin 0;
	padding: 0;
	padding-top: 37px;
	float: left;
	font-size: .8em;
	border: 0px solid red;
}

#footer ul {
	height: 72px;
	width: 120px;
	float: right;
	border: 0px solid orange;
}

#menu_meta li {
	height: 40px;
	padding-top: 32px;
	background: url(../images/menu_meta.gif) no-repeat;
	
}
