/* CSS Document */

/* Gesamtdefs */
/* ******************************************* */

* {padding: 0; margin: 0;}
html {height:101%;}


body {
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
color: #666666;
background-color: #E3E8EE;
height: 101%;
}

h1 {
font-size: 110%;
color: #224477;
padding-top: 10px;
padding-bottom: 15px;
font-weight:bold;
}

h2 {
font-size: 100%;
color: #224477;
padding-top: 5px;
padding-bottom: 15px;
}

h3 {
font-size: 100%;
color: #224477;
padding-bottom: 5px;
}

p {
padding-bottom: 10px;
line-height: 1.2em;
}

p.linie {
margin-bottom: 10px;
line-height: 1.17em;
border-bottom: 1px solid #999999;
}

a {
color: #224477;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

table p {
padding-bottom: 0px;
line-height: 1.17em;
}

td {
vertical-align:top;
padding: 5px; 
}

tr {
vertical-align:top;
}


ul {

padding-bottom: 15px;
margin-left: 1em;
}

li {
list-style-type:disc;
list-style-position:outside;
}



/* Seitenlayout */
/* ******************************************* */


#wrapper {
	position:absolute;
	top	: 30px;
	width: 698px;
	margin-left: 120px;
	background-color:#FFFFFF;
	background-image:url(../bilder/hg.gif);
	background-repeat:repeat-y;
	left: 75px;
}


#top a{
height:125px;
width: 698px;
border-bottom: 8px solid #224477;
background-image:url(../bilder/hg_top.gif);
background-repeat: repeat-x;
display:block;
}



/* Navigation */
/* ******************************************* */

#nav_links {
float:left;
margin-left: 1px;
width: 155px;
height:370px;
display:inline;
}

#nav_links ul {
margin-top: 40px;
list-style:none;
margin-left: 0;
padding: 0;
}

#nav_links li {
background-color: #e6e6e6;
border-top: 1px solid white;
display:block;
}

#nav_links a {
height: 1.8em;
width: 145px;
padding-left:10px;
padding-top: 0.6em;
text-decoration:none;
display:block;
}

#nav_links a:hover {
text-decoration:none;
background-color: #E3E8EE;
color: #224477;
display:block;
width: 145px;
}

#start #nav01 a,
#projekte #nav02 a,
#team #nav03 a,
#kontakt #nav04 a {
text-decoration:none;
background-color: #224477;
display:block;
width: 145px;
font-weight: bold;
color: white;
}

#nav_links a #start {
text-decoration:none;
background-color: #C8D0DD;
display:block;
width: 145px;
font-weight: bold;
color: white;
}

#impressum {
width:692px;
float:left;
margin-top: 10px;
padding-top: 5px;
padding-right: 5px;
background:#E3E8EE;
border-top: 1px solid #999999;
border-left: 1px solid #E3E8EE; 
border-right: 1px solid #E3E8EE;
border-bottom:20px solid #E3E8EE;
text-align:right;
}

#impressum a {
color: #224477;
font-size: 80%;
text-decoration:none;
}

#impressum a:hover {
color: #999999;
}


/* Inhaltsbereich */

#inhalt {
float:left;
left: 158px;
width: 320px;
padding: 40px 25px 45px 25px;
background-image: url(../bilder/hg_inhalt.jpg);
background-position: top center;
background-repeat: no-repeat;
}

/* Rechter Bereich */

#rechts {
float:right;
width: 125px;
padding: 40px 20px 25px 10px;
font-size: 0.9em;
overflow: visible;

}


#rechts h1 {
font-size: 1.2em;
}



/* Textauszeichnungen  */
/* ******************************************* */


.fett {
font-weight: bold;
}

.blau {
color: #224477;
}

.rot {
color: #CC0000;
font-weight:bold;
}
