
/*Color Definition*/

* {
	margin: 0;
	padding: 0;
	border:0
}

body {
	background: #FFF;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #008c44;
}

a {
	text-decoration: none;
	font-weight:bold
	color: #160e44;
}
a:hover {
	text-decoration: underline;
	color: #008c44;
}

#wrap {
	margin: 0 auto;
	width: 900px;
	border-left: 1px solid #008c44;
	border-right: 1px solid #008c44;
	background: url(img/bg_headerNSBInfo.jpg) left top repeat-x;
}

.floatLeft {
	float:left;
	padding:5px 10px;
	display:inline;
	
}
.floatRight {
	float:right;
	padding:5px 10px;
	display:inline;	
}
#header p {
	font-size: 11px;
	letter-spacing: -1px;
	padding: 0;
	color: #160e44;
}
#header #headerText
{
	padding: 45px 10px 0 0;
}
#header #nsb {
	float:left;
	height: 225px;
	width:450px;
	background: url(img/bg_headerNSBInfo.jpg) center center repeat-x;
	display:inline;
	margin:0;
	padding:0;
}
#header #nsb a {
	display:block;
	width:140px;
	height:85px;
	background: url(img/logoNSBGray.png) center center no-repeat;
}
#header #nsb a:hover, #header #nsb a#current {
	background: url(img/logoNSB.png) center center no-repeat;
}
#header #niemeyer {
	height: 225px;	
	background: url(img/bg_headerNiemeyerInfo.jpg) center center repeat-x;
}
#header #niemeyer a {
	display:block;
	width:175px;
	height:52px;
	background: url(img/logoNiemeyerGray.png) center center no-repeat;
}
#header #niemeyer a:hover, #header #niemeyer a#current {
	background: url(img/logoNiemeyer.png) center center no-repeat;
}
#header h1 { 
	font-size: 18px;
	letter-spacing: -1px;
	padding: 45px 0 10px 0;
	color: #000;
	font-weight:bold;
	font-variant: small-caps;
}
#menu {
	height: 30px;
	line-height: 30px;
	background: #008c44;
}
#menu ul {
	list-style-type: none;
	text-align:center;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
#menu ul li a:hover, #menu ul li a#current {
	color: #160e44;
	text-decoration: none;
}

#submenu {
	height: 25px;
	line-height: 25px;
	background: #160e44;
}
#submenu ul {
	list-style-type: none;
	text-align:center;
}
#submenu ul li {
	display: inline;
}
#submenu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
#submenu ul li a:hover, #submenu ul li a#current {
	color: #008c44;
	text-decoration: none;
}

#content {
	clear:both;
	margin: 25px;
}
#content p {
	padding:10px;
}
#content h1
{
	background:#008c44;
	width:200px;
	color:#FFF;
	text-align:center;
	font-size:18px;
	font-variant: small-caps;
	padding: 10px 0;
	height:20px;	
}
#content p#adress {
	padding: 50px 0 0 0;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-align:center;
}
#content h2
{
	border-bottom:1px solid #008c44;
	padding: 10px 0;
}
#content .mainWrapper {
	display: inline-block;
	margin: 5px 0;
}
#content .mainWrapper:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; height: 0; 
}
#content .subInfo {
	float:left;
	font-style:italic;
	width:200px;
}
#content .subInfo p {
	padding:10px;
}
#content .mainText {
	width:375px; 
 	float:left; 
 	margin: 0 10px;
}
#content .mainImage {
	width:215px; 
	float:left; 
}
#content img {
	border:0;
}
#content table#referenzen
{
	width:100%;
	margin: 25px 0;
	border-collapse:collapse
}
#content table#referenzen th
{
	background-color: #160e44;
	font-weight:bold;
	font-variant: small-caps;
	color: #FFF;
	font-size:14px;
	padding: 10px 5px;
	text-align: left;
}
#content table#referenzen td
{
	padding:10px;
	border-bottom:1px solid #008c44}
#content table#referenzen tr:hover
{
	background-color: #e6e7e8;
}
#content table#referenzen td ul
{
	padding: 0 15px;
}
table#kontakt
{
	width:500px;
	text-align: left;
}

input, textarea
{
	border:1px dotted #008c44;
	background-color:white;
	width: 200px;
	
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

input:focus
{
	border:1px solid #160e44;
}

textarea:focus
{
	border:1px solid #160e44;
}

select
{
	border:1px dotted #008c44;
	background-color:white;
	width: 200px;
	
	font-family: Verdana;
	font-size: 10px;
	color: black;
}
#footer {
	clear:left;
	height: 30px;
	line-height: 30px;
	background: #008c44;;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#footer .floatLeft, #footer .floatRight {
	margin:0 20px;
	padding:0;
}
#footer a { 
	color: #fff; 
}