@charset "UTF-8";
/* CSS Document */

body
{	
	font-family:Arial;
	/*background-image:url(bilder/grafik.gif);
	background-repeat:repeat;*/
	background-color:#c11120;
	text-align:center;
	}

h1 {
	font-size:11px;
	color:#333333;
	margin:0px;
	font-family: Arial;
	font-weight: bold;
	vertical-align: bottom;
}
h2 {font-size:10px;
	color:#333333;
	margin:0px;
	font-family: Arial;
	font-weight: bold;}
h3 {
	font-size:12px;
	color:#333333;
	margin:0px;
	font-family: Arial;
	font-weight: normal;
}
p {
	font-size:11px;
	color:#333333;
	margin:0px;
	font-family: Arial;
	font-weight: normal;
}

#schatten{
	margin: 80px auto;
	height: 574px;
	width: 852px;
	background-image: url(../bilder/bg.png);
	background-repeat: no-repeat;
	/*background-position:100px 50%;		*/
}


#content {
	height: 516px;
	width: 796px;
	background-color:#ffffff;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	margin-top:0;
	text-align:left;
	padding-top: 20px;
	padding-left: 2px;
	padding-bottom: 30px;
	padding-right: 45px;
}


#menu {
	height: 30px;
	width:100%;
	padding:0px;
	margin:0px;
	/*background-color: #666666;*/
}

#navibereich li {
	display: inline; /* Listenelemente nebeneinander */
	list-style-type: none; /* Aufzählungszeichen entfernen */
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

#navibereich {
  padding: 0px; 
  margin: 0px; 
}


#navibereich a {
  color: black;                  /* Schriftfarbe schwarz */ 
  text-decoration: none;         /* Unterstreichung entfernen */ 
  padding: 4px 8px;              /* oben/unten 4px, re/li 8px */
}

#navibereich a:hover {
	color: #CC0000;
}

#navibereich a:hover, /* mit Komma am Ende */
#startseite #navi01 a, /* mit Komma am Ende */
#kompetenzenseite #navi02 a, /* mit Komma am Ende */
#projekteseite #navi03 a, /* mit Komma am Ende */
#kontaktseite #navi04 a,  /* mit Komma am Ende */
#impressumseite #navi05 a { /* ohne Komma am Ende */
 	color: #CC0000;
  
}


#logo {
	height: 70px;
	width:100%;
	padding-top:20px;
	margin:0px;
	text-align:right;
	
}

#left {
	width: 490px;
	height: 370px;
	padding-left: 8px;
	margin-top: 30px;
	float:left;

}	

#right {
	position:relative;
	width: 210px;
	height: 368px;
	margin-top: 30px;
	margin-right: 30px;
	float:right;
}

#breit {
	padding-left: 8px;
	margin-left: 0px;
	margin-top: 2px;
	
	

}	

#fliesstext {
	position:absolute;
	bottom:20px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #333333;
	line-height: normal;
	
}
