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

* {
	padding: 0; margin: 0; /*Setzt die padding und margin werte des Browsers zurück*/
}

html {
	height: 101%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ABB8B5;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
h4 {
	font-size: 14px;
	padding-bottom: 3px;
}


/*IDs*/
#wrapper {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	height: 23px;
	background-color: #FFF;
}

#header {
	height: 35px;
	color: #FFF;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 20px;
	padding-right: 15px;
}

#top2 {
	height: 25px;
	background-color: #FFF;
}


#headerfont {
	font: 22px Arial, Helvetica, sans-serif;
	margin-top: 50px;
	font-size: 22px;
}

#inhalt {
	background-color: #FFF;
	overflow: hidden;
	height: 500px;
}

#navi {
	float: left;
	width: 180px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#navi li  {
	margin-bottom: 5px;
	width: 135px;
}

#navi li a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;	
	border-left-style: none;	
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	border-top-color: #CCC;	
}

#navi li a:hover {
	color: #FFF;
	background-color: #000;
}


/*Festlegung der aktivien Navigation*/
#startseite #navi01, #webdesign #navi02, #programmierung #navi03, #marketing #navi04, #adwords #navi05, #referenzen #navi06, #kontakt #navi07  {
	background-color: #333;
}
#startseite #navi01 a, #webdesign #navi02 a, #programmierung #navi03 a, #marketing #navi04 a, #adwords #navi05 a, #referenzen #navi06 a, #kontakt #navi07 a {
	color: #FFF;
}


#colleft {
	background-color:#FFF;
	float: left;
	width: 375px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 150%;
	padding-top: 10px;
	margin-bottom: 5px; /* dient dazu, die Seitenhöhen zu nivellieren */
}

#colleft a{
	color: #4E5614;
}
#colleft a:visited{
	color: #666;
}
#colleft a:hover{
	color: #F60;
}

#colleft li {
	color: #000;
	list-style-position: inside;
	margin-left: 15px;
	text-indent: -12px;
}


#colright {
	background-color: #333333;
	float: right;
	width: 300px;
	color: #FFF;
	padding: 10px;
	font-size: 14px;
	line-height: 150%;
}


#colright a{
	color: #FFF;
}

#colright a:visited{
	color: #CCC;
}
#colright a:hover{
	color: #F60;
}

#footer {
	background-color: #000;
	height: 25px;
	color: #FFF;
	margin-bottom: 10px;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
}

/*Klassen*/

.bildunterschrift {
	font-size: 10px;
	padding-left: 3px;
	padding-top: 3px;
}

