/*#####################################*/
/*## DEFAULT ##########################*/
/*#####################################*/
body, td, p, dl, dt, ul, li, h1, h2, h3 {
    font-family: arial;
	font-size:12px;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

body {
    background-color: #fff;
    margin-top: 0px;
    text-align: center;
}

p {
}

#content {
    text-align: left;
    width: 962px;
    background-color: #fff;
    margin: auto;
    overflow: hidden;
}

img, a {
    border: 0;
}

.clear {
    clear: both;
}
/*#####################################*/
/*## HEADER ###########################*/
/*#####################################*/
#header {
    width: 961px;
    height: 198px;
    overflow: hidden;
    background: url(../images/head.gif) no-repeat;
	background-color:#015EAC;
    border-left: 1px solid #86858a;
    margin-top: 10px;
}

#logo {
    background: url(../images/logo.jpg) no-repeat;
    width: 228px;
    height: 132px;

    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
	top:43px;
	<!--top:33px;-->
}

#headerimg {
    position: absolute;
    width: 960px;
	height:132px;
	background: url(../images/1_01.jpg) no-repeat right top;
	top:43px;
	<!--top:33px;-->
}
/*#####################################*/
/*## Main #############################*/
/*#####################################*/
#middle {
    width: 960px;
    background-image: url(../images/backgr.gif);
    background-repeat: repeat-y;
    border-left: 1px solid #86858a;
    border-right: 1px solid #86858a;
    border-bottom: 1px solid #86858a;
}

#floatbox {
    width: 930px;
    overflow: hidden;
    float: left;
}

#leftcontent {
    width: 220px;
    float: left;
    color: #525157;
    font-size: 86%;
}

#leftcontent .bodytext a {
    color: #525157;
    margin-left: 15px;
}

#maincontent {
	margin-left:230px;
    width: 700px;
    color: #525157;
    margin-top: 10px;
}

#telefondame {
    background: url(/fileadmin/template/gfx/af_Box_Telefon.jpg) no-repeat;
    width: 200px;
    height: 179px;
    overflow: hidden;
    margin-bottom: 20px;
}

#footer {
    font-size: 76%;
    margin-bottom: 20px;
    color: #525157;
}
/*#####################################*/
/*## TOP-MENU #########################*/
/*#####################################*/
#topmenu {
    width: 460px;
    font-size: 76%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 170px;
}

#topmenu ul {
    padding-left: 0;
    margin-left: 10px;
    color: #fff;
    width: 590px;
    font-family: sans-serif;
}

#topmenu ul li {
    display: inline;
}

#topmenu ul li a {
    padding: 0 1em;
    margin: 0;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
}

#topmenu ul li a:hover {
    text-decoration: underline;
}

#topmenu .act {
    font-weight: bold;
}
/*#####################################*/
/*## LEFT-MENU ########################*/
/*#####################################*/
#menuleft{
    width: 220px;
    font-size: 86%;
    margin-top: 20px;
	margin-bottom: 20px;
    border-top: 1px solid #b3b3b5;
}

#menuleft ul{
    width: 220px;
    font-family: sans-serif;
}

#menuleft ul li {
}

#menuleft ul li a{
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid #b3b3b5;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    color: #525157;
}

#menuleft .lvl1 a {
    width: 190px;
    padding-left: 30px;
    background: url(../images/menuleft-1-no.gif) no-repeat;
	background-color:#A3B5DD;
}

#menuleft .lvl1 a:hover, #menuleft .lvl1-act a {
    width: 190px;
    padding-left: 30px;
    background: url(../images/menuleft-1-act.gif) no-repeat;
	background-color:#A3B5DD;
}

#menuleft .lvl2 a {
    width: 170px;
    padding-left: 50px;
    background: url(../images/menuleft-2-no.gif) no-repeat;
	background-color:#A3B5DD;
}

#menuleft .lvl2 a:hover, #menuleft .lvl2-act a {
    width: 170px;
    padding-left: 50px;
	background: url(../images/menuleft-2-act.gif) no-repeat;
    background-color:#A3B5DD;
}
/*#####################################*/
/*## CONTENT ##########################*/
/*#####################################*/
h1, h3 {
    font-size: 100%;
    font-weight: bold;
}

.bodytext, .csc-bulletlist, .tx-indexedsearch, .tx-newloginbox-pi1, .tx-srfeuserregister-pi1, .csc-mailform {
    padding: 10px;
}

.csc-textpic-imagewrap {
    margin: 10px 10px 0 10px;
    /* border:1px solid #000; */
}

#maincontent li {
    list-style-type: disc;
    margin-left: 25px;
}
