/* CSS Document by ANDHORA-Design */

/* -------------------- Basics -------------------- */
* { 
	margin : 0;
	padding : 0;
} 

body {
	background-color:#fff;
}

#container { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #6D6E71;
	line-height:19px;
	position : relative;
	margin : 20px auto 0;
	padding: 0;
	width : 880px;
}

#main_startseite { 
	position : absolute;
	left : 0px;
	top : 0;
	width : 880px;
	height:569px;
} 

#main { 
	position : absolute;
	left : 0px;
	top : 0;
	width : 880px;
} 

#rahmen_startseite { 
	width : 880px;
	height:569px;
	border: 1px solid #8D8F83;
} 


#rahmen { 
	width : 880px;
	border: 1px solid #8D8F83;
	background-image:url(../upload/layout/background_main.png);
	background-position:top left;
	background-repeat: repeat-y;
} 

#clear { 
   clear: both;
} 

/* -------------------- Allgemeine Formatierungen -------------------- */

#container a:link, #container a:active, #container a:visited {
	text-decoration: underline;
	color: #6D6E71;
}

#container a:hover {
	text-decoration: none;
	color: #6D6E71;
}

ul {
	list-style-type: disc;
	margin-left:1.0em; 
	padding-left:0.5em;
	line-height:25px;
	padding-bottom:15px;
}

li {
	line-height:17px;
	margin-bottom:10px;
}

IMG {
	border:none;
}

/* -------------------- Hauptnavigation -------------------- */
#hauptnavigation {
	margin:210px 0 0 72px;
	float:left;
	width: 460px;
}

/* --- Nur fuer IE-Windows zu sehen --- */
* html #hauptnavigation {
	margin:210px 0 0 36px;
}

#hauptnavigation_startseite {
	margin:210px 0 0 430px;
	float:left;
	width: 397px;
}

/* --- Nur fuer IE-Windows zu sehen --- */
* html #hauptnavigation_startseite {
	margin:210px 0 0 210px;
}

/* -------------------- Inhalt (gesamt) -------------------- */
#inhalt {
	margin:25px 25px 0 0;
	width: 290px;
	float:right;
}

/* --- Nur fuer IE-Windows zu sehen --- */
* html #inhalt {
	margin:25px 11px 0 0;
}

/* -------------------- Content -------------------- */
#content-top {
	width: 290px;
	height: 24px;
	background-image:url(../upload/layout/background_content_top.png);
	background-position:top left;
	background-repeat: no-repeat;
}

#content {
	width: 227px;
	height: 460px;
	background-image:url(../upload/layout/background_content.png);
	background-position:top left;
	background-repeat: repeat-y;
	padding:0 38px 20px 25px;
}

#content_arbeiten {
	width: 295px;
	height: 514px;
	padding:10px 0 20px 0;
}

#content_referenzliste {
	width: 227px;
	background-image:url(../upload/layout/background_content.png);
	background-position:top left;
	background-repeat: repeat-y;
	padding:0 38px 0 25px;
}

#content-bottom {
	width: 290px;
	height: 40px;
	background-image:url(../upload/layout/background_content_bottom.png);
	background-position:top left;
	background-repeat: no-repeat;
}



#arbeiten_headline { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #6D6E71;
	line-height:16px;
	font-weight:bold;
}

#arbeiten_text{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #6D6E71;
	line-height:18px;
}



/* -------------------- Adresse -------------------- */
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9FA199;
	font-style:normal;
	width: 880px;
	margin-top:8px;
}

address a:link, a:visited, a:active { 
	color: #9FA199;
	text-decoration: none; 
}

address a:hover { 
	color: #9FA199;
	text-decoration : underline;
} 
