@charset "utf-8";

@import url(contentcomplete.css);

/***********************************************/
/* Body */
/***********************************************/

* {
	margin:0;
	padding:0;
}

html { height:100%; }

#body {
	height:100%;
	background-color:#eb6909;
}

body {
	height:100%;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	line-height: 16px;
	background-image:url(../gfx/layout/bg_body2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#eb6909;
}

div { }

span { }

/***********************************************/
/* Ueberschriften */
/***********************************************/

h1 {
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	color:#39549D;
	margin:0 0 14px 0
}

h2 {
	font-size:16px;
	font-weight:bold;
	line-height:19px;
	color:#39549D;
	margin:0 0 8px 0;
}

h3 {
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	color:#39549D;
	margin:0 0 8px 0;
}

h4 {
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	color:#39549D;
	margin:0 0 8px 0
}

h5 {
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	color:#39549D;
	margin:0 0 8px 0
}

h6 {
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	color:#39549D;
	margin:0 0 8px 0
}


/***********************************************/
/* Textbereiche */
/***********************************************/

p { margin:0 0 14px 0 }

/***********************************************/
/* Listen */
/***********************************************/

ul {
	margin:0 0 14px 16px;
	padding:0 0 0 9px;
}

ol {
	margin:0 0 14px 28px;
	list-style-type:decimal
}

dl { }

dt { }

dd {
	margin:0 0 14px 0;
	padding:0 0 0 16px;
	color:#a0a0a0
}

/***********************************************/
/* Horizontale Linie */
/***********************************************/

hr {
	background-color:#AEA794;
	color:#AEA794;
	height:1px;
	border-style:none
}

/***********************************************/
/* Hyperlinks */
/***********************************************/

a {
	text-decoration:underline;
	color:#6B3004;
}

a:hover {
	text-decoration:underline;
	color:#6B3004;
}


/***********************************************/
/* Picture */
/***********************************************/

a img { border:none }

img.picture { margin:4px 4px 4px 4px }

img.pictureLeft {
	float:left;
	margin:4px 4px 4px 0
}

img.pictureRight {
	float:right;
	margin:4px 0 4px 4px
}


/***********************************************/
/* Haeder */
/***********************************************/

/* wird nicht vom ie interpretiert: height:auto; min-height:100%; */
#blockOutline {
	height:auto;
	margin:0 auto;
	width:960px;
	background-image:url(../gfx/layout/bg_content_transparent.png);
	background-position:center top;
	background-repeat:repeat-youter
}

#blockOutlineIndex {
	height:auto;
	min-height:100%;
	margin:0 auto;
	width:960px;
	background-image:url(../gfx/layout/bg_content_transparent.png);
	background-position:center top;
	background-repeat:repeat-y;
}

#blockMain {
	width:900px;
	margin:0 auto;
	min-height:100%;
	height:auto;
}

#blockMainInner { padding:0; }

#blockContent {
	float:left;
	width:38em;
	padding:20px 0 0 0;
	margin: 0 2em 2em 1em;
	background-color:#FFFFFF;
}

#blockContentInner { padding:1px; }

#blockSmallNavigation {
	height:20px;
	margin:0;
	position:relative;
    font-size: 95%;
}

#blockMainNavigation {
	height:80px;
	z-index:0;
	margin:0 0 10px 0;
	background-image:url(../gfx/layout//bg_navitop_transparent.png);
	background-repeat:no-repeat;
}

#blockMainNavigation .logoImg {
	margin-top:30px;
	margin-left:20px;
	filter:none;
}

#navigationMain {
	position:absolute;
	margin:40px 0 0 190px;
	font-size: 1em;
	text-transform:uppercase;
	z-index:100;
}


/***********************************************/
/* Suche */
/***********************************************/

#search {
	position:absolute;
	left:685px;
	top:2px;
}

.searchLabel {
	position:absolute;
	height:20px;
	margin:2px 8px 0 0;
}

.searchInput {
	position:absolute;
	margin:0;
	margin-left:8px;
	padding:0 0 1px 4px;
	width:186px;
	height:11px;
	border:1px solid #6B3004;
	background-color:#ffffff;
	color:#000000;
	font-size:0.8em;
}

.searchResultInput {
	width:255px;
	height:16px;
	line-height:18px;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#CACACA;
	padding:2px 0 0 2px;
	margin-left:74px;
}

.searchButton {
	height: 14px;
	position:absolute;
	margin:0 0 0 200px;
	background-image:url(../gfx/layout/button_search.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

.searchButton:hover {
	position:absolute;
	margin:0 0 0 200px;
	width:14px;
	height:14px;
	background-position:0 0;
	background-repeat:no-repeat;
}

.searchButtonLarge {
	position:absolute;
	margin-left:8px;
	cursor:pointer;
	background-color:#E6E6E6;
	border:none;
	font-size:11px;
	line-height:18px;
	height:20px;
	color:#8A8A8A;
	width:110px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

.searchButtonLarge:hover {
	position:absolute;
	margin-left:8px;
	cursor:pointer;
	background-color:#BCBCBC;
	border:none;
	font-size:11px;
	line-height:18px;
	height:20px;
	color:#000000;
	width:110px;
	text-align:center;
	text-decoration:none;
	float:right;
	font-weight:bold;
}

.searchButtonLargeOver {
	position:absolute;
	margin-left:8px;
	cursor:pointer;
	background-color:#BCBCBC;
	border:none;
	font-size:11px;
	line-height:18px;
	height:20px;
	color:#000000;
	width:110px;
	text-align:center;
	text-decoration:none;
	float:right;
	font-weight:bold;
}


/***********************************************/
/* Haeder Navigation */
/***********************************************/

.clearBoth {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

#globalFunctions {
	position:absolute;
	top:1px;
	left:-5px;
	text-align:right;
	color:#6B3004;
}

#globalFunctions a {
	font-size: 0.9em;
	line-height:14px;
	padding:0 4px 0 4px;
	color:#6B3004;
	text-decoration: none;
}

#globalFunctions a:hover {
	text-decoration:none;
	color:#6B3004;
}


/***********************************************/
/* Haeder Picture */
/***********************************************/

/*
#blockEmotions .elementCustomer {
	margin:-30px 0 0 689px;
	height:30px;
	background-color:#f58a00;
	width:211px;
	-moz-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#blockEmotions .elementCustomer h1 {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color:#ffffff;
	margin:0;
	padding:4px 0 0 10px;
}
*/

#blockEmotions {
	margin:0;
	padding:0;
	z-index:2;
}

#blockEmotions img { }

#blockEmotions .elementCustomer {
	margin:-30px 0 0 689px;
	height:30px;
	background-color:#000000;
	width:211px;
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#blockEmotions .elementCustomer h1 {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color:#ffffff;
	margin:0;
	padding:4px 0 0 10px;
}

#elementEmotions {
	margin-left: 30px; 
	z-index:4; 
}


/***********************************************/
/* Sidebar Right */
/***********************************************/

#blockRight {
	float:right;
	width:180px;
	margin-right: 30px;
}

#blockRight .elementCustomerInner {
	position:absolute;
	margin:-30px 0 0 0px;
	height:30px;
	background-color: #000000;
	width:211px;
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#blockRight .elementCustomerInner h1 {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color:#ffffff;
	margin:0;
	padding:4px 0 0 10px;
}

#blockRight .elementCustomerInnerNext {
	margin:0px 0 0 0px;
	height:30px;
	background-color:#000000;
	width:211px;
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#blockRight .elementCustomerInnerNext h1 {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color:#ffffff;
	margin:0;
	padding:4px 0 0 10px;
}

#blockRight .elementHeadline { margin:0 0 0 0px; }

#blockRight .elementLink {
	margin:0 0 10px 10px;
	width:185px;
}

#blockRight .elementText {
	margin:0 0 10px 0;
	padding:0px 10px 0 10px;
	width:185px;
}

#blockRight .elementPicture {
	margin:0 0px 10px 0;
}

#blockRight .spacing { }

#blockRight .elementPortlet {
	margin:0px;
	padding:0px;
}

#blockRight .wglSheet {
	margin:0px;
	padding:0px;
}

#blockRightInner { padding:0; }

#blockRight .infoCenterOuter {
	margin-left:-31px;
	background:#E6E6E6;
	padding-bottom:10%;
}

#blockRight .infoCenter { background:#E6E6E6; }

#blockRight .infoCenter .elementLink { margin:0 0 5px 10px; }

#blockRight .infoCenter .elementLink a {
	padding-left:25px;
	color:#000000;
}

#blockRight .testimonials { margin-left: -31px; }

a.intern {
	display:block;
	padding:0 0 0 16px;
	margin-top: -10px;
	background-position:0px 2px;
	background-image: url(../gfx/layout/dokument.gif);
	background-repeat: no-repeat;	
}


/***********************************************/
/* Sidebar Left */
/***********************************************/

#blockLeft {
	float:left;
	width:200px;
	margin:0 0 0 10px;
}

#blockLeftInner {
	padding:2px 0 0 20px;
	font-size:0.85em;
}

#blockLeftContentIndex {
	margin:0;
	height:100%;
	z-index:0
}

#blockLeftContentRight {
	min-height: 100%;
	height:auto;
	margin:0;
	background-image: url(../gfx/layout/bg_main.gif);
	background-repeat: repeat-y;
	background-position: 30px 100px;
}

/* wird vom IE nicht interpretiert: height:auto; min-height:100%; */

#blockLeft .elementHeadline {
	margin:0 0 8px 0px;
	padding:6px 10px 6px 1px;
}

#blockLeft .elementText {
	margin:0 0 8px 0px;
	padding:6px 10px 6px 10px;
}

#blockLeft .elementPortlet { margin:0px; }

#navigationSub { margin:0 0 4px -20px; }

#navigationSub * {
	margin:0;
	padding:0
}

#navigationSub ul { list-style-type:none }

#navigationSub li {
	overflow:hidden;
	margin:0 0 1px 0;
}

#navigationSub a {
	display:block;
	width:100%;
	text-decoration:none
}

#navigationSub a:hover {
	display:block;
	width:100%;
	text-decoration:none
}

#navigationSub span { }


/***********************************************/
/* Content */
/***********************************************/

#blockContent .elementHeadline { margin:0 0 5px 0; font-size: 0.9em; }

.elementStandard { margin:0 0 10px 0; }

.elementHeadline { margin:0 0 0px 0; }

.elementText { margin:0 0 10px 0; }

.elementLink { margin:0 0 10px 0; }


/***********************************************/
/* Footer */
/***********************************************/

#blockBottom { margin:0; }

#blockBottomInner { padding:0; font-size: 95%; }

#blockBottomInnerLeft {
	float:left;
	padding:0;
	margin-left: 30px;
	line-height:20px;
	height:20px;
}

#blockBottomInnerRight {
	float:right;
	padding:0;
	margin-right: 30px;
	line-height:20px;
	height:20px;
}

#blockBottomInnerLeft a {
	text-decoration: none;
}


.infoCenterOuterKalender {
	margin-left:-31px;
	padding-top: 1em;
}	
