@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}

body {
	background-color: #0064a6;
	background-image: url(../bauteile_seite/bg.gif);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;, "sans-serif;";
}
img, div { behavior: url(iepngfix.htc) 
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-moz-box-shadow: -1px  1px  11px  #000000;
	-webkit-box-shadow: -1px  1px  11px  #000000;
	box-shadow: -1px  1px  11px  #000000;
	margin-top: 40px;
}
#head {
	width: 940px;
	background-image: url(../bauteile_seite/head_background.jpg);
	height: 190px;
}
#wrapper #head a img {
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submenu {
	width: 940px;
	height: 40px;
	text-align: right;
	color: #666;
	padding-top: 10px;
}
#wrapper #submenu a {
	margin-right: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 200;
	font-size: 16px;
	text-decoration: none;
	color: #666;
}
#wrapper #submenu a:hover {
	margin-right: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-decoration: underline;
	color: #666;
}
#hauptkasten {
	width:940px;
	background-color:#FFF;
}
#menuleiste {
	width: 240px;
	margin-left: 40px;
	float: left;
}
#menuleiste h4 {
	color: #0080C6;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: 400;
}
#content {
	width: 540px;
	float: right;
	margin-right: 50px;
}
#content h1 {
    font-size: 24px;
    font-weight: 200;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#content p {
	font-weight: 200;
	color: #333;
	margin-bottom: 15px;
	font-size: 14px;
}
.hauptbild {
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
#content h2 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	color: #0080C6;
}
#footer {
	width:940px;
	height:20px;
	clear:both;
}

	
#menuleiste ul {
	list-style-type: none;
	margin-bottom: 40px;
}
#menuleiste ul li {
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 700;
}
#menuleiste ul li a {
	color: #879198;
	text-decoration: none;
	margin-left: 5px;
}
#menuleiste ul li a:hover {
	font-weight: 400;
	color: #0080C6;
	text-decoration: none;
	margin-left: 5px;
}
#content p a {
	color: #0080C6;
	text-decoration: underline;
}
#content p a:hover {
	color: #333333;
	text-decoration: none;
}
#content ul {
	color: #333;
	font-size: 14px;
	margin-left: 20px;
}
.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#content h3 {
	font-size: 14px;
	font-weight: 700;
	color: #0080C6;
	margin-bottom: 15px;
}
#wrapper #hauptkasten #content table tr td {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 12px;
}
