/* Diese Datei enthaelt alle Website-spezifischen StyleSheets */

#stage {
	background:url("/common/images/background.gif");
	background-position: top center;
	background-repeat: repeat-y;
	position: relative;
	overflow: hidden;
	top: 0px;
	margin: 0px auto 0px auto;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	
	
}

#header {
	width: 960px;
	margin-left: 9px;
	padding-bottom: 10px;
	background-color: #fff;
}

#menue {
	width: 200px;
	float: left;
	overflow:hidden;
	padding-left: 9px;
}

#main {
	padding-right: 11px;
	width: 759px;
	float: right;
	
}

br.floatbreak {clear: both; height: 1px;}

#content {
	/*padding: 9px 19px 19px 19px;*/
    width:720px;
    margin:9px 0px 19px 19px;
}

#content div.box3 {
	width: 220px;
	margin-top: 5px;
	margin-right:25px;
	margin-bottom: 30px; 
	float: left;
}

div.box3 .image {
	width: 220px;
	height: 120px;
	background-color: #fff;
	border: 1px solid #ddd; 
	border-bottom: 1px solid #565C50; 
	margin-bottom: 5px;
}

div.box3 .picto {
	margin: 2px 0px 1px 0px; 
	padding: 2px 0px 2px 23px;
	background-repeat: no-repeat; 
	background-position: 3px 3px;
	background-color: #D8D6CC;
	color: #111;
}

div.box3 .headline, div.box3 .headline h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size:14px; 
	color: #565C50; 
	font-family: arial, helvetica; 
	font-weight: bold; 
}

div.box3 .text {
	width: 220px;
	background-color: #FFF;
	padding-top: 5px;
}

#content div.box2 {
	width: 323px;
	margin-bottom: 30px; 
	margin-right: 25px; 
	float: left;
}

div.box2 .headline{
	border-bottom: 1px solid #565C50; 
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size:14px; 
	color: #565C50; 
	font-family: arial, helvetica; 
	font-weight: bold; 
	text-transform:uppercase;
}

div.box2 .headline h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:14px; 
	color: #565C50; 
	font-family: arial, helvetica; 
	font-weight: bold; 
	text-transform:none;
}

div.box2 .subheadline {
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}

div.box2 .subheadline h3 {
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-transform:none;
}

div.box2 .text {
	background-color: #FFF;
}

div.box2 .line {
	border-top: 1px dotted #ccc; 
	padding-bottom: 15px;
}

div.box2 .image {
	border: 1px solid #ddd; 
	padding: 2px; 
	margin: 3px 10px 3px 0px;
}

div.box2 .image_right {
	width: 120px; 
	float: right; 
	margin: 3px 10px 10px 0px;
}

div.box_summary {
	background-color:#ECEBE4; 
	padding: 20px 20px 20px 20px;
	width: 500px;
	color: #111;
	margin-bottom: 10px;
}

div.box_summary h3 {
	margin-top: 0px;
}

div.box_summary ul {
	padding-left: 15px;
}

div.box_summary li {
	color: #4A4F44;
	margin-bottom: 5px;
}

table.liste {

}
table.liste td {
	padding: 13px 0px 13px 0px;
}

table.liste td.line {
	border-bottom: 1px dotted #ddd;
}

table.liste div.subheadline, table.liste div.subheadline h2 {
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}

div.line {border-top: 1px dotted #e0e0e0; padding-top: 0px; margin-top: 20px; height: 5px;}


div.kunden {border: 1px solid #ddd; border-right: 0px; border-bottom: 0px; height: 348px; width: 696px;}

div.kunden .logo {
	border-right: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	width: 105px; 
	height: 105px; 
	float: left; 
	padding: 5px 5px 5px 5px;
	text-align: center;
}

/* Footer */

#pre_footer {
	padding: 9px 19px 19px 19px;
	background:url("/common/images/background.gif");
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 10px;
	margin: 0px auto 0px auto;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}


#footer {
	padding: 9px 19px 19px 19px;
	background:url("/common/images/background_unten.gif");
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 10px;
	margin: 0px auto 30px auto;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

#pre_footer a {
	background-image: none;
	padding: 0px;
	color: #4A4F44;
	font-weight: normal;
	text-decoration: none;
}

#pre_footer a:hover { color:#b00000; text-decoration:underline; }


a.linkedheading{
	background:none;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#565C50;
}