/* CSS Document */

body {
	background:#ABABAB;
	font:11px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	line-height:15px;
	text-align:center;
	color:#555;
	margin:0;
	padding:0px;
}

h1 {
	margin:0 0 16px 0;
	color:#747F52;
	font-size:13px;
	font-weight:normal;
	border-bottom: 1px solid #747F52;
	}
	
h3 {
	margin-top:32px;
	font-size:12px;
	}
	
h3.smallspace {
	margin:8px 0;
	}

table, td {
	vertical-align:top;
	font-size:11px;
	}
	
p {
	margin-top:6px;
	margin-right:6px;
	}

a:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
	}
	
a:link, a:visited {
	color:#747F52;
	text-decoration:none;
	border-bottom:1px dotted #747F52;
	padding-bottom:1px;
	}

a:hover, a:active {
	color:#454D31;
	text-decoration:none;
	border-bottom:1px dotted #747F52;
	}

.centerframe {
	position:relative;
	background:#FFFFFF;
	width:888px;
	height:580px;
	margin:10px auto 0 auto;
	text-align:left;
	border:1px solid #666666;
	overflow:auto;
	}
	
.centerframe .cntpad {
	padding: 0 30px 0 30px;
	}
	
.navigation a {
	font-size:12px;
	text-decoration:none;
	margin-right:20px;
	border:none;
	}
	
.navigation a.active {
	color:#454D31
	}

.head {
	position:relative;
	height:160px;
	border-bottom:2px solid #747F52;
	text-align:left;
	}
	
.leiste {
	position:absolute;
	top:80px;
	left:0px;
	height:60px;
	width:450px;
	}
	
.leiste img {
	margin-right:0px;
	}
	
.navigation {
	position:absolute;
	top:125px;
	left:480px;
	height:15px;
	border:0px solid silver;
	}

.name {
	padding:12px 0 0 0px;
	font-size:12px;
	color:#747F52;
	}
	
.content {
	padding:0px 0 0 20px;
	margin:30px 0 0 0;
	position:relative;
	}
	
.left {
	position:absolute;
	top:0;
	left:70px;
	width:330px;
	}
	
.left .cntpad {
	text-align:left;
	padding:0;
	}
	
.right {
	position:absolute;
	top: 0;
	left:480px;
	width:300px;
	}
	
#projekte .right {
	top:-40px;
	}

#contact .right {
	position:absolute;
	top: 0;
	left:420px;
	width:300px;
	}
	
.label {
	text-align:right;
	padding:0 12px 0 0;
 	color:#747F52;
	font-size:11px;
}

.input {
	border:0px solid #FFF;
	border-left:1px solid #747F52;
	border-top:1px solid #C9CDC1;
	padding:2px;
	margin:0 0 0 4px;
	font:10px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	width:230px;
	background:#E8EBDE;
	color:#747F52;
	}
	
.button {
	border:0px solid #FFF;
	border-left:1px solid #747F52;
	border-top:1px solid #C9CDC1;
	padding:2px;
	margin:0 0 0 4px;
	font:10px 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	color:#747F52;
	width:236px;
	background:#E8EBDE;
	}
	
.contactform {
	position:relative;
	left:0px;
	}