@import "reset.css";

body  {
  background: #fff url("../images/WKMBodybg.jpg") repeat-x;
  margin:0px;
  padding:0px;
  font-size:101%;
  font-family:arial;
}

h1 {
    font: normal 12pt Arial, Verdana;
    font-weight: bold;
    border:0px solid black;
}

div,img{
	margin:0;
	padding:0;
	border:0;
}

div.r_container {
    position: relative;
    background: url('../images/WKMPageLayout.jpg') no-repeat;
    margin:0px;
    padding:0px;
    width: 1020px;
    height:896px;
  	margin-left: 14px;
  	margin-right: 14px;
    border: 0px solid red;
}
div.s_container {
    position: relative;
    top: 221px;
    width: 992px;
    height: 641px;
    margin: 0px;
    padding: 0px;
    border: 0px solid blue;
}
div#header{
    margin: 0px;
    padding: 0px;
	background-color:transparent;
}

div#top {
    width: 992px;
    height: 44px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, Verdana;
    text-align: left;
    align: center;
    color: #021A62;
    border: 0px solid yellow;
}
/* *html div#top{width:1062px;}  */
div#L1_Navi {
	width: 310px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    float: right;
    margin-right: 10px;
    padding-right: 5px;
    line-height: 18px;
    text-align: right;
    color: #ffffff;
    border: px solid yellow;
}
div#L1_Navi a {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
	color: #ffffff;
}
div#L2_Navi {
    clear: both;
    width: 972px;
    height: 24px;
    margin: 0px 10px;
    padding: 0px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    color: #021A62;
    border: 0px solid black;
}
div#L2_Navi a {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    color: #021A62;
}

a.linkBlack {
	font: normal 12px Arial;
	text-decoration: none;
    color: black;
}
a:hover.linkBlack {
	text-decoration:normal;
    color: #aaa;
}
a.linkBlackActive {
	text-decoration:none;
    color: #000000;
    font-weight: bold;
}
a:hover.linkBlackActive {
	text-decoration:none;
    color: #aaa;
    font-weight: bold;
}

/* Abstand von Menü-Links zum Rahmen-Links  */
div#ramenlinks {
    float:left;
    width:57px;
    margin:0px;
    padding:0px;
    padding-top:37px;
    padding-bottom:10px;
    background-color:#FFFFFF;
    border: 0px solid blue;
}
/* Menü-Container links unter Leistungen */
div#links_menu {
    font: normal 12px Arial, Verdana;
    float:left;
/*    width:250px;    */
    margin: 0px 0px 30px 40px;
    padding-top:0px;
    padding-bottom:10px;
    background-color:#FFFFFF;
    text-align: left;
    border: 0px solid blue;
}
*html div#links_menu {
    margin: 0px 0px 0px 40px;
}
a.linkLinks {
    font: normal 12px Arial, Verdana;
    text-decoration: none;
    color: black;
    padding: 10px 0px;
    line-height: 30px;
/*    width: 245px;   */
    border: 0px solid blue;
}
a:hover.linkLinks {
	text-decoration:normal;
    color: #aaa;
}
a.linkLinksActive {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 10px 0px;
    line-height: 30px;
/*    width: 245px;   */
    border: 0px solid blue;
}
a:hover.linkLinksActive {
	text-decoration:none;
    color: #aaa;
    font-weight: bold;
}
/* Linke Seite / Container Links wenn kein Menü  */
div#links {
    font: normal 12px Arial, Verdana;
    float:left;
    width:50px;
    margin:0px;
    padding:0px;
/*    padding-top:114px;*/
    padding-top:105px;
    padding-bottom:10px;
    background-color:#FFFFFF;
    border: 0px solid red;
}
div#links img {
    margin-bottom: 40px;
}
div#links_content {
    text-align: left;
    color: black;
    margin: 0px;
    margin-left: 40px;
    padding: 0px;
    padding-top:10px;
    border: 0px solid yellow;
}
div#links p.bodytext {
    text-align: left;
    color: #000000;
    margin-left: 0px;
    margin-top: 0px;
    border: 0px solid red;
}
div#center {
	float:left;
    width:820px;
    margin:0px;
    padding:0px;
    padding:10px;
    padding-top:40px;
    border: 0px solid blue;
}

*html div#center{float:left;width:820px;}

div#center p {
    margin: 5px 0px;;
    padding: 0px;
    padding-top: 4px;
	font: normal 12px Arial;
    line-height: 1.15em;
    border: 0px solid black;
}
div#center ul.csc-bulletlist, div#center ul, div#center ol li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 25px;
    font: normal 12px Arial, Verdana;
    list-style-type:disc;

}
div#center li.even, div#center li.odd, div#center li, div#center ol li li {
	margin: 10px 0px;
    padding: 0px;
}
div#center div.csc-textpic-imagewrap ul, div#center div.csc-textpic-imagewrap ul.csc-bulletlist {
	margin: 0px;
    padding: 0px;
}
div#center div.csc-textpic-imagewrap ul li.csc-textpic-image {
	margin: 0px;
    padding: 0px;
}
div#center ol {
	font: normal 12px Arial, Verdana;
    list-style-type:decimal;
    font-weight:normal;
}
div#center ol li {
	margin:10px 0px 10px 20px;
}

div#head {
	font: normal 10px Helvetica,Verdana,Arial;
	text-align:right;
}

div#right{
	float:left;
    width:50px;
    height:auto;
    margin:0px;
    padding:0px;
	padding-top:37px;
    border: 0px solid red;
}
div#linklist_footer {
	clear:both;
	background-color:#FFFFFF;
    height: 30px;
    text-align: center;
    color: #000000;
	font: normal 11px Arial, Verdana;
    margin:10px 1px 0px 1px;
	padding:2px 0px;
    border: 0px solid red;
}
div#linklist_footer a{text-decoration:none;color:#444;}
div#linklist_footer a:hover{text-decoration:underline;}

div#footer {
	clear:both;
/*	background-color:#355285;      */
/*    height: 25px;                */
    text-align: center;
    color: #FFFFFF;
	font: normal 11px Arial, Verdana;
    margin:0px 1px;
	padding:2px 0px;
    border: 0px solid red;
}
/* *html div#footer{width:1062px;}   */

div#footer a{text-decoration:none;color:white;}

div#footer a:hover{text-decoration:underline;}

div#links_bottom{
	text-align:center;
	background-color:#8BA2BA;
	margin-top:20px;
	padding-top:1px;
	padding-bottom:1px;
}
div#r_cont_end {
/*	background: url('/fileadmin/templates/images/borheadbott1.jpg') repeat-x;
    background: url('/fileadmin/templates/images/bottomshade.jpg') no-repeat;     */
    width: 1078;
    height: 7px;
    line-height: 1px;
    margin:0px 3px;
    padding:0px;
    border: 0px solid red;
}
.float-left{float:left;}

/* Anpassungen IE */

*html div#container{width:982px;}


div#center fieldset.csc-mailform {
    text-align: left;
    color: #000000;
    margin-left: 0px;
    margin-top: 20px;
    border: 0px solid red;
}
div#center div.csc-mailform-field {
    margin: 5px 0px;
    border: 0px solid red;
}
div#center div.csc-mailform-field label {
    width: 200px;
	font: normal 12px Arial, Verdana;
    color red;
    margin: 0px 10px;
    border: 0px solid red;
}
div#center div.csc-mailform-field input {
    margin: 0px 10px;
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
div#center div.csc-mailform-field textarea {
    margin: 0px 0px;
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
*html div#center div.csc-textpic {
    margin-top: 30px;
    margin-bottom: 10px;
    border: 0px solid red;
}

.csc-default  {
	margin-top: 20px;
}
.csc-frame-indent {
	padding-left: 50px;
}
div.csc-textpic-imagewrap {
	border 1px solid black;
}
div.csc-textpic-imagewrap ul {
	border 1px solid black;
}

div.indent {
	margin-left: 10px;
}

/* ********* Tooltip Format ********* */
div#adress-unten {
	position: absolute;
    bottom: 34px;
    left: 24px;
    width: 972px;
    height: 16px;
    text-align: center;
/*    background-color: #DCDCDC;   */
    background-color: #fff;
    margin-top: 1px;
    color: #000000;
    font-size: 8pt;
}
