/* ========== Allgemeine Einstellungen ========== */

/* breite der gesamtkonstruktion
-hier andere beliebige werte in px (z.b.1100px) oder in  prozent (z.b. 90%) */
#breite {width:960px}

/* breite der rechten spalte
 - hier beliebig andere px-werte */
#inboxbreite {width:260px;}

body
{margin-top: 20px; margin-left: 0px; margin-right: 0px;margin-bottom: 20px;        background-color: #323232;
}

h1{ color:#D8D8D81;
margin-bottom:60px;
letter-spacing:4px;
font-family:georgia, arial, helvetica, verdana, tahoma, sans-serif;
font-size: 23px;
}

h2{ color:#A8A8A8;
margin-bottom:30px;
letter-spacing:2px;
font-family:georgia, arial, helvetica, verdana, tahoma, sans-serif;
font-size: 20px;
}

/* kleine zahl im text */
.smallnumber {
color:#E8E8E8;
font-weight:normal;
font-size:23px;
font-family:arial,verdana,sans-serif}

/* zitat */
blockquote {text-align:left;color:#A8A8A8;font-family:georgia;font-style:italic;font-size:18px;line-height: 23px; }

/* rahmen um die seite */
#haupt {
border:solid 15px #363636;
}

/* farbige scrolleiste internet explorer ab vers.5.5 */
body
{scrollbar-arrow-color: #535353;
scrollbar-base-color: #3C3C3C;
scrollbar-highlight-color : #707070;
scrollbar-shadow-color : #535353;
SCROLLBAR-TRACK-COLOR: #323232;
}



.rundung_un {
height:45px;
background-color:#0094ae;
color:#56686D;
width:100%;
background-image:url(images/un_blau.png);
background-repeat:repeat-x;
background-position:  0%  100%;
border-right:solid 1px #000;
}

.rundung_ob{
height:45px;
background-color:#0094ae;
background-image:url(images/ob_blau.png);
background-repeat:repeat-x;
background-position:  0%  0%;
color:#56686D;
width:100%;
border-right:solid 1px #000;
}

.rundung_un2 {
height:45px;
background-color:#ac0000;
color:#56686D;
width:100%;
background-image:url(images/un_rot.png);
background-repeat:repeat-x;
background-position:  0%  100%;
}

.rundung_ob2{
height:45px;
background-color:#ac0000;
color:#56686D;
width:100%;
background-image:url(images/ob_rot.png);
background-repeat:repeat-x;
background-position:  0%  0%;
}


/* ========== Kopfbereich ========== */

#name {
font-family: arial,tahoma,verdana,helvetica, sans-serif;
font-size: 17px;line-height: 20px;
letter-spacing:10px;
color:#000;
}

#top1 {
height:40px;
background-color:#0094AE;
color:#000;
width:100%;
vertical-align:middle;
text-align:center;
font-family: verdana,arial,tahoma,verdana,helvetica, sans-serif;
font-size: 17px;line-height: 20px;
border-right:solid 1px #000;
}

#top2 {
height:40px;
background-color:#ac0000;
color:#000;
width:100%;
vertical-align:middle;
text-align:center;
font-family: arial,tahoma,verdana,helvetica, sans-serif;
font-size: 17px;line-height: 20px;
}


#logo {width:100%;height:190px;
background-color:#000;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position: 100% 50%;
border:solid 0px #4F4F4F;
border-top:solid 1px #000;
border-right:solid 1px #000;
}


#logo2 {width:100%;
background-color:#1b1b1b;
background-image:url(images/fv03.jpg);
background-repeat:no-repeat;
background-position:  100% 0%;
text-align:center;
vertical-align:middle;
font-size:150px;
color:#E9E9E9;
font-family:arial,verdana,sans-serif;
border-top:solid 1px #000
}

/* ========== Mittelbereich ========== */

#inbox {
height:1000px;
background-color:#1b1b1b;
background-image:url(images/fv03.jpg);
background-repeat:no-repeat;
background-position:  100% 0%;
text-align:center;
font-size: 17px;line-height: 20px;
font-family: arial,tahoma,verdana,helvetica, sans-serif;
color:#7d7d7d;
padding-top: 40px;
padding-bottom:20px;
padding-left: 0px;
padding-right:0px;
vertical-align:top;
border-top:solid 1px #000;
border-bottom:solid 1px #000;
}

#inboxtext {
height:1000px;
background-color:#252525;
text-align:justify;
font-size: 17px;line-height: 24px;
font-family: arial,tahoma,verdana,helvetica, sans-serif;
color:#7D7D7D;
padding-top: 20px;
padding-bottom: 80px;
padding-left: 20px;
padding-right:20px;
letter-spacing:0px;
width:100%;
vertical-align:top;
background-image:url(images/fv04.jpg);
background-repeat:no-repeat;
background-position:  100% 50%;
border-top:solid 1px #000;
border-bottom:solid 1px #000;
border-right:solid 1px #000;
}


/* ========== Fussbereich ========== */

#fussname {
color:#000;
font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
font-size: 14px;line-height:20px;
text-align:center;
}

#fuss1 {
height:40px;
background-color:#0094AE;
color:#000;
width:100%;
vertical-align:middle;
text-align:center;
font-family: verdana,arial,tahoma,verdana,helvetica, sans-serif;
font-size: 17px;line-height: 20px;
border-right:solid 1px #000;
}

#fuss2 {
height:40px;
background-color:#ac0000;
color:#000;
width:100%;
vertical-align:middle;
text-align:center;
font-family: arial,tahoma,verdana,helvetica, sans-serif;
font-size: 17px;line-height: 20px;
}