body {
	background-color: #EDEDED;
	color: #000;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}

#container {
	width: 835px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	min-height: 500px;
}

#header {
	height: 70px;
}

#header ul.nav1st {
	float: right;
	margin-top: 35px;
	list-style-type: none;
}
#header ul.nav1st li {
	display: inline;
	padding: 4px;
}
#header ul.nav1st li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#header ul.nav1st li.current a {
	color: #00b0dc;
}

#sidebar {
	width: 195px;
	float:left; 
	margin: 10px 0;
	padding-top: 15px;
	background: #ECECEC url(/css/sidebar_top.gif) no-repeat top left;
}
#sidebar ul.nav2nd {
	background: transparent url(/css/sidebar_bottom.gif) no-repeat bottom left;
	list-style-type: none;
	padding: 0 0 20px 0;
	margin-top: 0;
	padding-left: 0px;
	margin: 0;
}

#sidebar ul.nav2nd li {
	margin: 10px 4px 20px 7px;	
	padding: 3px;
	background: transparent url(/css/sidebar_li.gif) top left repeat-x;
}
#sidebar ul.nav2nd li a {
	text-decoration: none;
	color: #1B1B1F;
	font-size: 12px;
	font-weight: bold;
}
#sidebar ul.nav2nd li.current a {
	color: #00b0dc;
}
#sidebar ul.nav2nd li ul.nav3rd {
	background-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 10px;
}
#sidebar ul.nav2nd li ul.nav3rd li {
	background-image: none;
	margin: 2px;	
	padding: 0;
}
#sidebar ul.nav2nd li ul.nav3rd li a {
	font-weight: normal;
}
#sidebar ul.nav2nd li ul.nav3rd li.current a {
	color: #00b0dc;
	font-weight: bold;
}
/* für 3spalter ohne Navi */
#left {
	width: 195px;
	float: left; 
	padding-top: 10px;
}

/*News-Block Startseite */
#left #news {
	background: #ECECEC url(/css/sidebar_top.gif) no-repeat top left;
}

#left #news h3 {
	padding: 5px 10px;
	margin: 0;
	font-size: 20px;
}
#left #news h4 {
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
}
#left #news p {
	min-height: 150px;
	background: transparent url(/css/sidebar_bottom.gif) no-repeat bottom left;
	padding: 2px 10px 15px 10px;
}
#left #news a {
	color: #000;
}


#content {
	margin-left: 220px;
}

#content h3 {
	color: #606060;
	font-size: 22px;
	margin: 5px 0 15px 0;
}

#content h4 {
	padding-top: 20px;
	font-size: 14px;
}

#content p {
	line-height: 18px;
}

#content a {
	color: #1B1B1F;
}
#content a:hover {
	text-decoration: none;
}

#content fieldset {
	border: 0;
}

#content div.kundenprojekte {
	float: left; 
	margin-bottom: 20px; 
	width: 620px;
}
#content div.kundenprojekte img {
	float: left; 
	padding-right: 10px;
}

#content div.kundenprojekte p {
	margin-top: 0;
	margin-bottom: 10px;
}

/* Formular */
#content #form-module {
	width: 600px;
	padding-bottom: 20px;
}
#content #form-module textarea {
	width: 400px;
	clear: left;
}

#content #form-module div.element {
	padding: 5px;
	float: left;
}

#content #form-module div.element label {
	width: 120px;
	float: left;
}
#content #form-module div.element label.checkbox {
	width: 600px;
	float: none;
}

#content #form-module div.element input.checkbox {
	padding: 4px;
}

#content #form-module div.form_button {
	float: none;
	clear: left;
}

#content #middle {
	float: left; 
	width: 285px;
	margin: 10px 10px 10px 0;
}
#content #right {
	float: left; 
	width: 285px; 
	margin: 10px;
}


#footer {
	border-top: 1px solid #1B1B1F;
	clear:left;
}

#footer p {
	text-align: right;
}
#footer p a {
	color: #1B1B1F;
	text-decoration: none;
}

#footer p img {
	vertical-align: middle;
}


