/* Layout für www.marketing-gvs.de */


html, body {
margin:0;
padding:0;
text-align:center;
background-color:#fff0e0;
width:99.9%;
height:100%;
}

#head {
position:relative;
background-image:url(../images/rosenblaetter.jpg);
top:70px;
height:60px;
width:600px;
padding:0;
margin:0px auto;
margin-bottom:0px;
text-align:left;
display:none
}

#navi {
background-color:#fffaf5;
position:relative; 
top:71px;
width:600px;
height:18px;
padding:0;
margin:0px auto;
text-align:left;
display:none
}

#content {
position:relative;
background-color:#fff;
top:0px;
width:100%;
height:100%;
text-align:left;
margin:0px auto;
overflow:visible;
}




/* ----------------------------------------------------------------- */

/* Schriftarten, Schriftgrößen und Design */


a:link { color:#1e3eae; text-decoration:none; font-weight:normal; }
a:visited { color:#1e3eae; text-decoration:none; font-weight:normal; }
a:active { color:#1e3eae; text-decoration:none; font-weight:normal; }
a:hover { color:#1e3eae; text-decoration:none; font-weight:normal; }
a.an { text-decoration:none; }

h1 { font-size:15pt; color:orange; margin-bottom:25px; margin-left:20px; padding-top:20px; }
h2 { font-size:14pt; color:orange; margin-left:20px; }
h3 { font-size:12pt; color:orange; margin-left:20px; }
h4 { font-size:10pt; color:orange; margin-left:20px; }
h5 { font-size:9pt; color:orange; margin-left:20px; }

p,table,ol,ul,li, form {
font-size:9pt; font-family:trebuchet ms,verdana,arial; line-height:140%; text-align:left; margin-left:73px; margin-right:50px; color:#464646; }

div {font-size:9pt; font-family:trebuchet ms,verdana,arial; }

img { border:none; margin:0; padding:0; }

.small { font-size:8pt; color:#464646; }

.inputbox {  font-size: 9pt; font-family:trebuchet ms,verdana,arial; background-color: #fffaf5; color: #464646; border: 1px #464646 solid};


