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

* {
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	background-color: #346667;
	background-image: url(../img/verlauf-hg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Verdana;
}

img {
	border: none;
}

#wrapper {
	width: 980px;
	background-color: #FFFFFF;
	margin: 25px auto 10px auto;
}

#header {
	width: 980px;
	height: 134px;
	background-image: url(../img/header-hg.gif);
	background-repeat: repeat-x;
}

	#logo {
		height: 134px;
		width: 549px;
		float: right;
	}
	
	#logo-3m {
		/** float: left; **/
		width: 141px;
		height: 43px;
		padding: 49px 0 0 9px;
	}
		
	#navigation {
		height: 29px;
		margin-top: 13px;
		float: left;
	}
	
		#navigation ul {
			list-style: none;
			margin-left: 7px;
		}
	
		#navigation ul li {
			float: left;
			margin-left: 2px;
		}
		
#bereich-banner {
	width: 974px;
	height: 212px;
	background-color: #33909B;
	background-repeat: no-repeat;
	border-left: 3px solid #33909B;
	border-right: 3px solid #33909B;
}

	.leistungen {
		background-image: url(/img/leistungen_blank.jpg);
	}
	
	.ueber-uns {
		background-image: url(/img/ueber-uns.jpg);
	}
	
	.neuigkeiten {
		background-image: url(/img/neuigkeiten.jpg);
	}
	
	.kontakt {
		background-image: url(/img/kontakt.jpg);
	}
	
	.download {
		background-image: url(/img/download.jpg);
	}
	
	.impressum {
		background-image: url(/img/impressum.jpg);
	}
	
	.index {
		background-image: url(/img/start.jpg);
	}
	
	
	#bereich-banner-nav1 {
		width: 152px;
		margin: 22px 0 0 7px;
		float: left;
	}
		
	#bereich-banner-nav2 {
		width: 184px;
		margin: 22px 0 0 11px;
		float: left;
	}
	
		#bereich-banner-nav1 ul li, #bereich-banner-nav2 ul li {
			list-style: none;
			line-height: 25px;
			margin-bottom: 2px;
			padding-left: 5px;
			color: #15949D;
			font-size: 8.6pt;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#bereich-banner-nav1 a, #bereich-banner-nav2 a {
			color: #15949D;
			text-decoration: none;
		}
	
#content {
	width: 974px;
	border: 3px solid #33909B;
	border-top: none;
	padding-top: 30px;
	padding-bottom: 50px;
}

	#content .links {
		width: 487px;
		float: left;
	}
	
	#content .rechts {
		width: 487px;
		float: right;
	}
	
	#content .full {
		width: 974px;
	}
	
	#content .links-schmal {
		width: 397px;
		float: left;
	}
	
	#content .rechts-schmal {
		width: 397px;
		float: left;
	}
	
	#content {
		font-size: 9pt;
		line-height: 120%;
	}
	
	#content h1 {
		font-size: 11pt;
		line-height: 120%;
	}
	
	#content .links p, #content .links-schmal p, #content .full p, #content .links h1, #content .links-schmal h1, #content .full h1 {
		padding: 0 5px 10px 10px;
	}
	
	#content .rechts p, #content .rechts-schmal p, #content .rechts h1, #content .rechts-schmal h1 {
		padding: 0 10px 10px 5px;
	}
	
	#bilder-leiste {
		width: 178px;
		float: left;
	}
	
		#bilder-leiste .bild {
			height: 163px;
			width: 157px;
			background-color: #DCDCDE;
			margin: 0 0 7px 10px;
		}
	
#bottom-navigation {
	width: 980px;
	margin: 0 auto 30px auto;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
}

	#bottom-navigation a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
.clear {
	clear: both;
}

.img{
margin-left:15px;
margin-bottom:15px;
border:thin solid black;
}

