
/* CSS für artemdedia 
	Netprofit Webseitenoptimierung
*/


/* Christine, Seite "springt" */

html[xmlns^="http"]
         {
         /* verhindert Mozilla-Zucken
          * > Firefox 1.5
          */
         overflow-y: scroll;
         }



/* --------- Generelles ---------*/
*
{
margin:0;
padding: 0;
}

p, form, table
{
margin:10px 0 10px 0;
}

a {
 color: #c00e0e;
 text-decoration: none;
border:none;
}

a:hover
{
 color: #fff;
}

/* ----- Layout - Struktur ------- */

body {
background: #ccc;
 margin:  0;
 padding: 0;
 text-align: center;
 font-size : 62.5%; /* 10px normal */
 font-family :  Verdana, Arial, Sans-Serif;
 color:#999;
}

#seite {
width:976px;
margin:0 auto;
height:100%;
border:none;
}

#oben {
text-align:left;
height:246px;
width:100%
background:#ccc;
}
#oben a img {
border:none;
text-decoration: none;
position:relative;
left:20px;
top:62px;
margin:0;
padding:0;
}

#start #seite #oben, #impressum #seite #oben {
background: #ccc url("grafiken/header_start.gif") no-repeat bottom right;
}
#design #seite #oben, #seminare #seite #oben {
background: #ccc url("grafiken/header_design.gif") no-repeat bottom right;
}
#beratung #seite #oben {
background: #ccc url("grafiken/header_beratung.gif") no-repeat bottom right;
}
#coaching #seite #oben {
background: #ccc url("grafiken/header_coaching.gif") no-repeat bottom right;
}
#gruendertreffen #seite #oben {
background: #ccc url("grafiken/header_gruendertreffen.gif") no-repeat bottom right;
}
#contact #seite #oben {
background: #ccc url("grafiken/header_contact.gif") no-repeat bottom right;
}

#navi {
float:left;
width:100%;
background:#ccc;
font-size:1.2em;
margin-left:5px;
padding:0;
}
#navi ul {
margin:0;
padding:0;
list-style:none;
}
#navi ul li {
display:inline;
margin:0;
padding:0;
}
#navi ul li a {
float:left;
letter-spacing:0.3em;
text-transform:lowercase;
background:#ccc;
border:1px solid #999;
text-decoration:none;
display:block;
color:#999;
margin:5px 5px 0 5px;
padding:2px 15px;
}
#navi ul li a:hover {
color:#fff;
background:#c00e0e;
border:1px solid #c00e0e;
}
#navi ul li span a{
margin-left:141px;
}

/* ----- aktuelle Sektion Hack ----- */
#start #navistart a, #design #navidesign a, #beratung #naviberatung a, #coaching #navicoaching a, 
#gruendertreffen #navigruendertreffen a, #contact #navicontact a, #seminare #naviseminare a {
color:#fff;
background:#c00e0e;
border:1px solid #c00e0e;
}

#inhalt {
color:#666;
text-align:justify;
font-size:1.15em;
line-height:1.3em;
letter-spacing:0.02em;
padding-bottom:80px;
background: #ccc url(grafiken/footer.gif) no-repeat bottom right;
}

#inhaltstext {
width:510px;
padding:50px 0 0 20px;
}

#inhaltstext .weis {
color:#fff;
font-size:1.4em;
font-weight:bold;
padding-bottom:10px;
}

hr.clearer {
width:960px;
clear:both;
visibility:hidden;
}

#design #inhaltstext {
width:650px;
}
.designlinks {
width:370px;
float:left;
}
.designrechts {
width:250px;
float:right;
padding-left:5px;
}

#coaching #inhaltstext, #seminare #inhaltstext {
width:750px;
}

#seminarinteresse{
padding-bottom:30px;}

.coachinglinks {
width:350px;
float:left;
}
.coachingrechts {
width:360px;
float:right;
}

#gruendertreffen #inhaltstext {
width:760px;
}

#contact #inhaltstext, #impressum #inhaltstext {
width:750px;
}
.contactlinks {
width:200px;
float:left;
}
.contactrechts {
width:500px;
float:right;
}

#coaching #rehornbild{
float:right;
width:108px;
padding:0;
display:inline;
margin:-201px 37px 0 0;}

#coaching #rehornbild img{
border:1px solid #999;}

#coaching #inhaltstext{
padding-bottom:40px;}

#impress a img {
float:right;
text-align:right;
border:none;
text-decoration: none;
position:relative;
right:0;
bottom:0;
margin:0;
padding:0;
}
#footer {
text-indent:5000px;
letter-spacing:0.3em;
text-transform:lowercase;
display:none;
}