html,body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color:#808080;
}
* {
	margin:0 auto;
	padding:0;
}
div#shim {
	visibility:hidden;
	width:100%;
	height:50%;
	margin-top:-275px;
	float: left;
}
div#wrapper {
	width:955px;
	height:550px;
	clear:both;
	position:relative;
	background-color:#FFF;
	top:-275px;
	/* IE4ever Hack:Hide from IE4 **/
	position:static;
	/** end hack */
}
/* Hide from IE5mac \*/
/*/
div#shim {
	display:none;
}
html,body {
	height: auto;
}
/* end hack */
/* ]]>*/
div {
}
div#logo {
	background-image:url(../bilder/logo.jpg);
	background-position:center 35px;
	background-repeat:no-repeat;
	float:left;
	height:315px;
	width:95px;
}
div#logo h1 {
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

div#subnavi2 {
	margin-top:315px;
	width:95px;
}
div#rechts {
	background-color:#ededed;
	float:right;
	height:550px;
	width:860px;
}
div#navi {
	height:35px;
}
div#navi ul {
	list-style-type:none;
}
div#navi ul li {
	display:inline;
	margin:0 0 0 12px;
}
div#subnavi ul {
	list-style-type:none;
}
div#subnavi ul li {
	display:inline;
	margin:0 0 0 12px;
}
div#subnavi2 ul {
	list-style-type:none;
	margin:10px;
	padding:0px;
}
div#subnavi2 ul li {
	display:inline;
	margin-right:10px;
}
div#servicenavi ul {
	list-style-type:none;
	margin-right:12px;
}
div#servicenavi ul li {
	display:inline;
	margin:0 0 0 12px;
}
div#header {
	background-image:url(../bilder/header.jpg);
	background-repeat:no-repeat;
	height:216px;
}
div#servicenavi {
	height:28px;
	text-align:right;
}
div#subnavi {
	background-color:#a5a5a5;
	height:25px;
}
div#inhalt {
	padding:12px;
}
div#inhalt p, div#inhalt label {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#808080;
	line-height:150%;
}

div#inhalt h2 {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#808080;
	line-height:150%;
}



div#inhalt a {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#0e7861;
	line-height:150%;
}

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right:20px !important;
	margin-bottom:20px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 20px !important;
	margin-bottom:20px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}


/* Form:*/
div#inhalt form {
	line-height:150%;
	margin-left:50px;
}
div#inhalt fieldset {
	border:0;
}
div#inhalt .csc-mailform-field {
	margin-top:5px;
	width:100px;
	text-align:left;

}
div#inhalt input,div#inhalt textarea {
	padding:3px;
	font-size:11px;
	letter-spacing:1px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #CCC;
	border-top:1px solid #497192;
	border-right:1px solid #497192;
	width:250px;
	background-color:#FFF;
}
div#required label {
	color: #d6101d;
}
div#inhalt .csc-mailform-submit {
	cursor: pointer;
	margin-top: 3px;
	width:258px;
}
