/* @group basic */

* {
	margin: 0;
	padding: 0;

	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

body {
	background: #b9cbee url(bg_body.png) repeat-x fixed;
	text-align: center;
}

i {
	display: none;
}

.clear {
	display: block;
	clear: both;
}

ul, ol {
	list-style: none;
}

img {
	border: none;
}

/* @end */

/* @group fwHead */

#fwHead {
	height: 102px;
	width: 100%;
	position: fixed;
	background: url(bg_fwHead.png) repeat-x left 72px;
	top: 0;
	left: 0;
	z-index: 300;
}

#fwHead h3 {

}

#fwHead h3 a {
	display: block;
	height: 72px;
	background: url(bg_fwHead_h1_a.png) no-repeat center top;
}

/* @end */

/* @group fwMain */

#fwMain {
	z-index: 100;
	padding-top: 180px;
	padding-bottom: 61px;
	text-align: left;
	margin: 0 auto;
	width: 710px;
	position: relative;
}

/* @end */

/* @group fwNav */

#fwNav {
	/*float: left;*/
	width: 170px;
	position: absolute;
	top: 170px;
	left: 0;
}

#fwNav ul {
	margin: 10px 0;
}

#fwNav ul li {
	display: block;
}

#fwNav ul li a {
	line-height: 2;
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
}

#fwNav ul li a span.text {
	display: block;
	margin-left: 12px;
}

#fwNav ul li a span.arrow {
	float: left;
}

#fwNav ul li a:hover span.arrow,
#fwNav ul li a strong span.arrow,
#fwNav ul li a strong.current .text {
	color: #ff6600;
}

#fwNav ul li ul {
	padding-left: 20px;
	margin: 0;
}

#fwNav ul li ul li a {
	font-weight: normal;
}
#fwNav ul li ul li a strong {
	font-weight: normal;
}

#fwNav ul li ul li ul li a span {
	font-size: 11px;
}

/* @end */

/* @group fwOffer */

#fwOffer {
	border: 1px solid #3366cc;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}

#fwOffer p {
	margin: 10px 0;
}


/* @end */

/* @group fwContact */

#fwContact {
	border: 1px solid #3366cc;
	padding: 10px;
}

/* @end */

/* @group fwContent */

#fwContent {
	margin-left: 200px;
}

#fwContent * {
	line-height: 2;
}

#fwContent h1 {
	color: #3366cc;
}

#fwContent h1.pageTitle {
	margin-bottom: 16px;
}

#fwContent h2 {
	color: #3366cc;
}

#fwContent p {
	margin: 10px 0;
}

#fwContent a {
	color: #3366cc;
}

#fwContent ul {
	list-style: disc;
	padding-left: 20px;
}
#fwContent ol {
	list-style: decimal;
	padding-left: 20px;
}

#fwContent .contentEnd {
	height: 70px;
}

#fwContent .offerBox {
	border: 1px solid #3366cc;
	padding: 10px;
	margin-left: 10px;
	background-color: #FFF;
	width: 170px;
	float: right;
}

#fwContent .offerBox p {
	margin: 0;
	line-height: 1;
	text-align: center;
}

/* @end */

/* @group fwFoot */

#fwFoot {
	/*height: 61px;*/
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 30px;
	background: url(bg_fwFoot.png) repeat-x left 0;
	z-index: 300;
}

#fwFoot ul {
	display: block;
	height: 31px;
	padding-right: 75px;
	background: #ff6600 url(bg_fwFoot_ul.png) no-repeat right top;
}

#fwFoot ul li {
	float: right;
}

#fwFoot ul li a, #fwFoot ul li span {
	color: #FFF;
	display: block;
	padding: 8px 0 0 10px;
	font-weight: bold;
}

/* @end */

/* @group Content */

div.csc-textpic {
	text-align: left;
}

div.csc-textpic div.csc-textpic-imagewrap {
	margin: 0;
	
}

div.csc-textpic dl {
	display: block;
	/*height: 120px;*/
}

div.csc-textpic div.csc-textpic-imagerow {
	clear: none;
}

/* @end */

/* @group Kontakt */

#fwContent form {
	
}

#fwContent form fieldset {
	border: 1px solid #3366cc;
	padding: 0 10px;
	margin: 0 0 10px 0;
}

#fwContent form fieldset legend {
	padding: 0 10px;
	border: 1px solid #3366cc;
}

#fwContent input,
#fwContent textarea {
	line-height: 1em;
}

#fwContent form p.text label {
	display: block;
	width: 150px;
	float: left;
}

#fwContent form p.text input,
#fwContent form input.text {
	width: 330px;
	padding: 2px 0;
}

#fwContent textarea {
	width: 486px;
	height: 120px;
}

#fwContent form em {
	color: #FF6600;
	font-weight: normal;
	font-style: normal;
}

#fwContent fieldset.error {
	border-color: #FF6600;
}

#fwContent fieldset.error legend {
	color: #FF6600;
	font-weight: bold;
	border-color: #FF6600;
}

#fwContent fieldset.error ul {
	color: #FF6600;
}

#fwContent fieldset.error ul li {
	color: #FF6600;
	font-weight: bold;
}

/* @end */