
    body, html {
    min-height:100%;
    height:100%;
    margin:0px;
    padding:0px;
    text-align:left;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background: url("../img/bg.jpg") no-repeat #9caec0;
    background-position: top center;
    color: #002e5c;
    line-height:20px;
}

a{
    color:#ed7a3e;
}

img{
    border:0px;
}

h1{
    font-size: 20px;
    color:#ed7a3e;
    font-weight:normal;
    line-height:28px;
}

h2{
    font-size: 16px;
    color:#ed7a3e;
     font-weight:normal;
}

h3{
   font-size: 14px;
   font-weight:normal;

}
.arrow{
    margin-top:5px;
    margin-right:5px;
    float:left;
    width:6px;
    height:6px;

}

hr {
	height: 1px;
        border-style:solid;
	border-width: 1px 0px 0px 0px;
        border-color:#CCC;
}

.clear{
    clear:both;
}

form{
    margin:0px;
    padding:0px;
}

#layout{
    width:915px;
    margin:0 auto;
}
.suchform{
   
}

.suchfeld{
	width:130px;
	height:17px;
        background: url("../img/suchen.png") no-repeat #FFF;
        padding:3px 0px 0px 25px;
        border:1px solid #CCC;
        font-size:12px;
}

#main{
     margin:0 auto;
     width:1015px;
}

#top{
    width:1015px;
    height:206px;
     background: url("../img/top.png") no-repeat;

}


#mid{
    width:1015px;
    background: url("../img/bgcontent.png") repeat-y;

}

#bottom{
    width:1015px;
    height:150px;
    background: url("../img/bottom.png") no-repeat;
    padding-top:40px;

}


#bottom a{
    color:#FFF;
    font-size:10px;
    text-decoration:none;
}

#bottom .left{
    float:left;
    width:670px;
    margin-left:60px;

}

#bottom .right{
    float:left;
    width:230px;
}


#mid .left{
    float:left;
    width:640px;
    padding:0px 0px 0px 60px;

}

#mid .right{
    float:left;
    width:230px;
    margin-left:30px;
}

.menubg{
    background:#eeeeee;
    padding:15px;
    padding-bottom:0px;
    padding-top:0px;
    margin-bottom:10px;
}

.kontaktbg{
    background:#002e5c;
    padding:25px;
    padding-left:40px;
    color:#FFF;
    margin-top:10px;
}

.buttonsidebar{
    background:#ed7a3e;
    text-align:center;
    color:#FFF;
    margin-bottom:5px;
}

.buttonsidebar a{
    text-align:center;
    font-size:bold;
    color:#FFF;
    text-decoration:none;
}

/*--------MENU OPEN ------------------------
----------------- MENU Anfang ------------------------------*/

#menuopen
{
    width:190px;
    font-size:12px;
    font-weight:bold;
}

#menuopen ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}

#menuopen ul li
{
    display:block;
}


#menuopen ul li a
{
    display: block;
    text-decoration: none;
    color:#002e5c;
}







/* ----- Menu A */

#menuopen ul li.e0 a{
    padding: 5px 0px 5px 25px;
    font-size:15px;
}

#menuopen ul li.e0 .arrow{
    margin: 12px 5px 5px 25px;
    background:#ed7a3e;
}

#menuopen ul li.e1 a{
    padding: 3px 0px 3px 25px;
    font-size:12px;
    font-weight:normal;
}
#menuopen ul li.e1 .arrow{
    margin: 12px 5px 5px 15px;
    background:#ed7a3e;
}

#menuopen ul li.e2 a{
    padding: 3px 0px 3px 30px;
    font-size:11px;
    font-weight:normal;
}

#menuopen ul li.e2 .arrow{
    margin: 12px 5px 5px 30px;
    background:#ed7a3e;
}


#menuopen ul li.aktiv a{
    color:#ed7a3f;
    font-weight:bold;
}


#sitemap
{
    list-style:none;
    margin:0px;
    padding:0px;
}

#sitemap li
{
    margin:0px;
    padding:0px;
    padding-bottom:4px;
    padding-top:4px;
    padding-left:25px;

    border-style:solid;
    border-width:0px;
    border-bottom-width:1px;
    border-color:#EFEFEF;

}

#sitemap li.aktiv
{
    font-weight:bold;

}

#sitemap li.sub
{
    list-style:none;
    margin:0px;
    padding-left:50px;

}

#sitemap li.subaktiv
{
    list-style:none;
    margin:0px;
    padding-left:50px;
    font-weight:bold;

}


#sitemap li:hover
{
    background-color:#EEE;
}




.newsimage{
    float:left;
    width:150px;
    padding-top:18px;

}

.newstext{
    float:left;
    width:460px;

}

.newstext.withoutimage{
   width:620px;
}

.mitarbeiterhead{
    background:#eeeeee;
    padding:20px;
}

.mitarbeiterhead .image{
    float:left;
    width:115px;
    margin-top:15px;
    margin-left:128px;
}

.mitarbeiterhead .text{
    float:left;
    width:350px;
}

.mitarbeiterhead .text .desc{
     float:left;
     width:100px;
     height:26px;
}

.mitarbeiterhead .text .value{
    float:left;
    width:200px;
    margin-left:20px;
    height:26px;
}

.mitarbeiterinfos .desc{
     float:left;
     width:220px;
   
}

.mitarbeiterinfos .value{
    float:left;
    width:330px;
    margin-left:20px;
}


.teamer{
    float:left;
    width:150px;
    margin:5px;
    margin-bottom:15px;

}



.thumbnail{
    border-width:5px 5px 20px 5px;
    border-style:solid;
    border-color:#CCC;
    float:left;
    margin:5px;
    display: table-cell;
    vertical-align: middle;
    width:100px;
    height:75px;
    overflow:hidden;
}

.errormark{
    background-color: #FFEFEF;
}

/*
	Fehlermeldung
*/
.error {
	border: 1px solid #A2A2A2;
	padding: 10px;
	background: #FCC;
}


/*
VORLAGEN
*/




.kontaktvorlage{
        padding:15px;
        background:#EEE;
	width:605px;
        margin-bottom:20px;

}


.kontaktleft{
	float:left;

}

.kontaktleft p{
    margin:0px;
    padding:0px;
}

.kontaktright{
	float:right;
        padding-right:20px;
}

.kontaktright img{
	padding-top:4px;
}

.newsblock{
	width:100%;
}



.newsblockleft{
	float:left;
	width:20%;
}

.newsblockleft img{
	padding-top:4px;
}

.newsblockright{
	width:70%;
	float:right;
}

.newsblockright p:first-child{
	margin:0px;
	padding:0px;
}






