
/*Hellrot: #b85d25*/
/*Dunkelrot: #4d270f*/
/*Beige-neu: #f1ede0*/
/*Beige-alt: #E0DCCE*/
/*Hellbeige: #faf6e6*/
/*Dunkelbeige: #adaaa0*/

body {
	background: #fff;
	font-family: arial, helvetica, sans serif;
	font-size: 9pt;
	line-height: 135%;
	margin: 0px;
}
div.logoprint {
	display: none;
}


em {
	font-style: normal;
	font-weight: bold;
}
img {
	border: 0;
}
p {
	margin: 0 0 1.0em 0;
}
td {
    vertical-align: top;
}


.clear {
    clear: both;
}
.small {
	font-size: 90%;
}
.caps {
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
}
.capsnorm {
	font-size: 90%;
	text-transform: uppercase;
}




#sheet {
	margin: 0 0 0 0;
}



#header {
    background: #f1ede1;
	/* background-image: url('../images/beige.jpg'); */
	margin: 0;
	width: 100%;
}
#header img {
	margin: 0 0 0 10%;
}



#nav {
	background: #4d270f;
	border-bottom: 8px solid #b85d25;
	color: #b85d25/*#886245*/;
	margin: 0;
	width: 100%;
}
#navPos {
    margin-left: 10%;
    padding: 0.2em 0 0.2em 0;
}
#nav p {
    margin: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0;
}
#nav p a:link, #nav p a:visited {
    color: #b85d25;
    text-decoration: none;
}
#nav p a:hover, #nav p a:active {
    color: #fff;
    text-decoration: none;
}
#nav p a.current:link, #nav p a.current:visited, #nav p a.current:hover, #nav p a.current:active {
	color: #fff;
}



#subnav {
	padding-left: 10%;
}
#subnav p {
	color: #66645E;
	margin: 5px 0 0.3em 0;
}
#subnav a {
	text-decoration: none;
}
#subnav a:link {
	color: #b85d25;
}
#subnav a:visited {
	color: #930;
}
#subnav a:hover, #subnav a:active {
	color: #000;
}
#subnav a.current:link, #subnav a.current:visited, #subnav a.current:hover, #subnav a.current:active {
	color: #000;
}


#content {
	margin: 0;
	width: 100%;
}



#bodytext {
	color: #66645E;
	margin: 1.0em 10% 1.0em 10%;
	height: 100%;
}
#bodytext a {
	text-decoration: none;
}
#bodytext a:link {
	color: #b85d25;
}
#bodytext a:visited {
	color: #620;
}
#bodytext a:hover, #bodytext a:active {
	color: #000;
}



#bodytext div.cols {
	float: left;
	margin-right: 1.0em;
	width: 120px;
}
#bodytext div.cols p {
    margin-top: 0.5em;
}



#bodytext div.container {
    position: relative;
	border-top: 1px solid #adaaa0;
	clear: both;
	padding: 3px 0 0.15em 0;
	width: 100%;
	min-height: 126px;
}


#bodytext div.image {
    position: relative;
	float: left;
	margin: 0 1.0em 0 0;
	width: 500px;
}
#bodytext div.image h2 {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#bodytext div.image img {
	border: 1px solid #f1ede0;
}
#bodytext div.image p {
}






#bodytext div.preview {
	clear: both;
}

/* Projektuebersichtsseiten */
#bodytext div.text {
/*
	float: left;
*/
    margin-left: 310px;
}
#bodytext div.imgleft {
    position: absolute;
    top: 3px;
    left: 0;
	height: 120px;
	width: 300px;
}
#bodytext div.text h2 {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#bodytext div.text p {
}



#bodytext div.textref {
	margin: 0 0 0 520px;
}
#bodytext div.textref h2 {
	border-top: 1px solid #adaaa0;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0.3em 0 0 0;
}
#bodytext div.textref h2 a:link, #bodytext div.textref h2 a:visited {
	color: #b85d25;
	text-decoration: none;
}
#bodytext div.textref h2 a:hover, #bodytext div.textref h2 a:active {
	color: #b85d25;
	text-decoration:  underline;
}
#bodytext div.textref img {
	border: 1px solid #f1ede0;
}



#bodytext div.text2 {
	clear: both;
	margin: 1.0em 0 0 0;
}
#bodytext div.text2 h2 {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#bodytext div.text2 div.left {
	float: left;
	margin: 0 1.0em 0 0;
	width: 20%;
}



#bodytext h1 {
	color: #310;
	font-size: 140%;
	margin: 1.5em 10% 0.6em 0;
	text-align: center;
}
#bodytext h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



#bodytext img.imgleft {
	float: left;
	margin: 0 1.0em 0 0;
}
#bodytext img.imgright {
	float: right;
	margin: 0 0 0 1.0em;
}




#footer {
	clear: both;
	border-top: 1px solid #adaaa0;
	color: #adaaa0;
	margin: 1.0em 0 0 0;
	padding: 1.0em 0  1.0em 10%;
}
#footer a {
	color: #adaaa0;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer p {
}
