/* INDOO CSS by nordgestalten.com */

/* 
NEEDED COLORS
orange	     	=  	#FFCE00
hellgrau    	=   #F2F2F2
grau		 	= 	#E5E5E5
dunkelgrau		=	#868686
*/


* {
	margin: 0em;
    padding: 0em;
}

BODY {
	font-size:62.5%;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	background: #fde7d5;
}

* html BODY { /* FÜR DEN FUCKING IE */
	font-size:10px;
	letter-spacing: 0em;
}

H1 {
	font-size:2.4em;
	line-height: 1.4em;	
}
H2 {
	font-size:2em;
	line-height: 1em;
}
H3 {
	font-size:1.6em;
	line-height: 0.6em;
}
H4 {
	font-size:1.2em;
	line-height: 0.2em;
}

.clear {
	clear: both;
}

img {
	border: none;
}


a, 
a:link, 
a:visited {
	color: #333; 
	text-decoration: none;
}

a:hover {
	color: #6a2203;
}

/* CONTENT */

#container {
	width: 780px;
	margin: 0 0 40px 0;
}

#left {
	width: 242px; height: 555px;
	float: left;
	position: relative;
	background: url(../images/menu.gif) no-repeat;
}

.menu {
	list-style: none;
}

.menu li {
	margin: 0 0 0 2px;
	background: #fde7d5;
	border-left: 1px solid #ef7c20;
	border-right: 1px solid #ef7c20;
	color: #7d3c1f;	
	border-top: 1px solid #FFF;
}

.menu li a {
	text-decoration: none;
	color: #6a2203;	
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
}

#menu {
	width: 101px; height: 200px;
	position: absolute;
	top:176px; left:13px;
	
	}


	
#menu_top {
	background: url(../images/oben.gif) left no-repeat;
	width: 106px; height: 40px;
}
	
#menu_bottom {
	background: url(../images/unten.gif) left no-repeat;
	width: 106px; height: 43px;
}

#top {
	width: 538px; height: 86px;
	float: left;
	background: url(../images/oben.jpg) no-repeat;
}

#main {
	width: 538px;
	float: left;
	text-align: left;
}

/* NEWS LAYOUT */

.leading_separator {
	clear: both;
	margin: 15px 0;
	border-bottom: 1px solid #6a2203;
}

.weiter {
	margin: 15px 0 0 0;
	font-weight: bold;
}

.componentheading {
	color: #6a2203;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #6a2203;
}

.iteminfo, 
.articleinfo {
	margin: 0 0 10px 0;
}

.leading .attachmentsList {
	display: none;
}

#page p {
	margin: 0 0 8px 0;
}

.leading p img, 
#page p img {
	margin: 0 15px 0 0;
	border: 1px solid #fff;
}

.attachmentsList {
	margin: 15px 0 0 0;
}

.attachmentsList table {
	width: 100%;
}

/* FORM LAYOUT */

LABEL {
	display: block;
}

INPUT, TEXTAREA {
	border: 1px solid #E0E0E0;
	width: 280px;
	margin: 0 0 15px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}

TEXTAREA {
	height: 150px;
	width: 420px;
}

INPUT#contact_email_copy {
	margin: 0 0 0 0;
}

LABEL.copy {
	margin: 0 0 20px 0;
}

.marker {
	color: #ea3801;
	margin: 0 0 0 0;
}

.contact {
	font-size: 12px;
	line-height: 17px;
}

.contact_address,
.misc {

	margin: 20px 0;
}

.contact_name {
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

.contact_position {
	font-size: 12px;
	line-height: 16px;
	color: #ea3801;
	margin: 0 0 20px 0;
}

.contact_webpage {
	margin: 10px 0 20px 0;
}