/* Global  */

* {
margin:0;
padding:0;
}

/* divs */

#wrap {
margin:auto;
width:800px;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
}

#content {
padding:10px 10px 10px 10px;
border-top:3px double #000;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:12px;
}

#contentsub1 {
border-left:1px dotted rgb(157,0,0);
margin:0 60px 15px 60px;
padding:0 0 20px 10px;
border-bottom:1px dotted rgb(157,0,0);
}

#contentsub2 {
margin:0 60px 15px 60px;
padding:0 0 20px 0;
}

#copyright {
width:100%;
margin:10px 0;
text-align:center;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-weight:bold;
color:#000;
font-size:10px;
}

#leistungsboxsub1, #leistungsboxsub2, #leistungsboxsub3, #leistungsboxsub4, #leistungsboxsub5, #leistungsboxsub6, #leistungsboxsub7, #leistungsboxsub8 {
padding:10px;
}

/* Klassen */

.banner {
margin:0 0 0px 0;
padding:0;
}

.leistungsbox {
float:left;
background-color:silver;
width:308px;
padding:0 5px 5px 0;
margin:0 15px 15px 0;
border:1px dotted rgb(157,0,0);
}

/* Navigation mit Mootools */

#kwicks_container {
background-color:white;
height:56px;
/* padding:0 0 0 10px;
margin:0; */
}
#kwicks {
list-style-type:none;
display:block;
}

#kwicks li {
display:inline;
}
 
.kwick {
float:left;
display:block;
overflow:hidden;
width:120px;
height:56px;
}

#kwicks span {
display:none;
}
 
#kwick_red {
background-image:url(../img/webdesign.gif);
background-repeat:no-repeat;
}
#kwick_orange {
background-image:url(../img/printdesign.gif);
background-repeat:no-repeat;
}
#kwick_yellow {
background-image:url(../img/kontakt.gif);
background-repeat:no-repeat;
}
#kwick_green {
background-image:url(../img/home.gif);
background-repeat:no-repeat;
}

/* Schriftformatierungen */

h1 {
margin-bottom:10px;
color:rgb(157,0,0);
}

h2 {
margin-bottom:10px;
color:rgb(157,0,0);
}

p.webfont1 {
margin-bottom:6px;
}

span.marker1 {
color:rgb(157,0,0);
font-weight:bold;
font-size:14px;
}

.formular {
margin-bottom:10px;
}

.nachoben {
font-size:10px;
margin-bottom:20px;
}

/* Listen */
#listleistungen {
margin-left:25px;
margin-bottom:20px;
}

#secondnavi {
margin:0 0 20px 15px;
list-style:none;
color:rgb(157,0,0);
font-weight:bold;
font-size:14px;
font-family:Helvetica, Verdana, Arial, sans-serif;
}

#secondnavi li {
display:inline;
margin-right:10px;
}

/* Links */
a, a:active, a:visited {
color:rgb(157,0,0);
text-decoration:none;
}

a:hover {
text-decoration:underline;
}




