body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:Ó; }
abbr,acronym { border:0; }
html {font-size: 62.5%;}
strong {font-weight: bold;}
a {text-decoration: none;}
a:active, a:focus {outline: 0;}
a {color: #0A4E94}

body{
	background-color: #cecece;
}

div#main{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

div#nav{
	width: 400px;
	height: 158px;
	float:left;
	position: relative;
}

ul#mainnav{
	display: block;
	float: left;
	text-align: right;
	text-transform: uppercase;
	padding-top: 38px;
	padding-right: 29px;
	border-right: solid #9aac00;
	font-family: "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 0px;
	right: 235px;
}

ul#mainnav li a{
	color: #9aac00;
		
}

ul#subnav{
	font-family: Arial, sans-serif;
	color: #9aac00;
	font-size: 13px;
	position: absolute;
	line-height: 130%;
	bottom: 3px;
	left: 195px;
}
ul#subnav li a{
	color: #9aac00;	
}

ul#subnav li.selected a{
	color: #002c4b;
}

div#logo{
	background-image: url(/styles/images/logo.png);
	background-repeat: no-repeat;
	width: 520px;
	height: 145px;
	margin-top: 60px;
	margin-right: 45px;
	float: right;
}

div#content{
	border-left: solid #9aac00 20px;
	background-color: #002c4b;
	width: 1030px;
	float:left;
}

div#body{
	width: 470px;
	background-color: white;
	padding-left: 175px;
	padding-right: 30px;
	padding-bottom: 100px;
	min-height: 500px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: 	#002c4b;
	float: left;
	background-repeat: no-repeat; 
	background-position: 13px 0px;
}


body.ueber_uns div#body {
	background-image: url(/styles/images/title/ueber_uns.png);
}

body.leistungen div#body {
	background-image: url(/styles/images/title/leistungen.png); 
}

body.pinwand div#body {
	background-image: url(/styles/images/title/pinwand.png); 
}

body.referenzen div#body {
	background-image: url(/styles/images/title/referenzen.png); 
}

body.kontakt div#body {
	background-image: url(/styles/images/title/kontakt.png);
}

div#body h1{
	font-family: Georgia, serif;
	font-size: 20px;
	color: #002c4b;
}

div#body h3{
	font-family: Georgia, serif;
	font-size: 20px;
	color: #9aac00;
	margin-bottom: 1em;
}

div#body h2{
	font-weight: bold;
	font-size: 11pt;
	color: #002c4b;
}

div#body li{
	list-style-type: disc;
	margin-bottom: 0.4em;
	margin-left: 2em;
	
}
div#body li.ohne{
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: 0em;
	
}

div#body a{
	color: #002c4b;
}
div#body a:hover{
	color: #9aac00;
}

div#body p{
	margin-bottom: 0.8em;
}

div#body  p.link{
	position: absolute;
	top: 600px;
	color: #002c4b;
	font-size: 24px;
	margin-bottom: 0.8em;
}
div#body p.quote{
	font-style: italic;
	font-family: Georgia, serif;
	color: #9aac00;
	margin-bottom: 1.6em;
}
div#body p.green{
	line-height: 135%;
	color: #9aac00;
	margin-top: 1.6em;
}

div#gallery{
	float: left; 
	width: 320px;
	background-image: url(/styles/images/link.anselm.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div#quote{
	font-family: Georgia, serif;
	color: #9aac00;
	font-size: 10pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	line-height: 130%;
}
