body {
	background:url('pics/bg.jpg');
	margin:0px;
	font-family:Arial,Sans;
}


/* ------------ content-box ------------ */

div.contentbox {
	position:relative;
	margin-left:196px;
	margin-top:140px;
	padding-bottom:10px;
}



div.content-text {
	padding:14px;
	min-height:490px;
	max-width:750px;
}

div.demokontur {
	height:50px;
	margin-left:14px;
	background:url('pics/demokontur.gif');
}

/* ------------ left menue ------------ */

ul.leftmenu {
	list-style-type:none;
	/* float:left; */
	padding:0px;
	margin:0px;
	position:absolute;
	top:200px;
	left:8px;
}


ul.leftmenu li {
	background:url('pics/list-bg-middle.gif') no-repeat;
	line-height:59px;
	height:59px;
	width:196px;
	padding-left:10px;
}


ul.leftmenu li.first {
	background-image:url('pics/list-bg-first.gif');
	line-height:64px;
	height:64px;
}
	
ul.leftmenu li.last {
	background-image:url('pics/list-bg-last.gif');
	line-height:57px;
	height:57px;
}

ul.leftmenu a {
	color:#F11515;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	letter-spacing:-1px;
}

ul.leftmenu a:hover,ul.leftmenu a.active {
	color:#000;
}


/* ------------ contentmenu ------------ */

ul.contentmenu {
	/*color:#F11515;*/
	list-style-type:bullet;
}

/*
ul.contentmenu a {
	color:#F70000;
}
*/


/* ------------ diverses ------------ */

.logo {
	border:0px;
	margin:0px;
	position:absolute;
	left:20px;
	top:10px;
}


/* ------------ Schrift etc. ------------ */
a {
	color:#F11515;
	text-decoration:none;
}

a:visited {
	color:#BF1717;
}

a:hover {
	text-decoration:underline;
	color:#777;
}


/* ------------ Kontaktformular ------------ */
*.tx_powermail_pi1_fieldwrap_html_submit,*.tx_powermail_pi1_fieldwrap_html_reset {
	display:inline;
	margin:10px;
}

*.tx_powermail_pi1_fieldwrap_html_reset {
	margin-left:120px;
}

*.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	/* Weil eine Ueberschrift bei Checkboxen sinnlos ist meistens... */
	display:none;
}

*.tx_powermail_pi1_fieldwrap_html_textarea {
	vertical-align:top;
}

*.powermail_text {
	width:200px;
}

*.tx_powermail_pi1_fieldwrap_html label {
	float:left;
	width:120px;
}

#powermaildiv_uid7 label {
	margin-left: 120px;
	float: none;
}

#powermaildiv_uid7 {
	margin-top:10px;
	margin-bottom:10px;
}

#tx-powermail-pi1_fieldset_1 {
	max-width:600px;
	padding:10px;
}

*.powermail_mandatory_js {
	margin-left:120px;
	margin-bottom:8px;
	color:#D12222;
}
