/* BOEHM MEDIENDIENST CSS Startseite */

/*
Color-Scheme:
weiß = #ffffff;
anthrazit = #1E1E1E;
orange (dunkel/text) = #FF6E00; 
orange (mittel) = #EF8129; 
orange (hell) = #F3954A; 
*/



/* Start CSS-Template-Basis */ 
* {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
	height: 100%
	}

body {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height:100%;
	background: url("../../images/bg03.jpg") no-repeat center top #1E1E1E;
	}
	
a {border:0px;
	color: #FF6E00;
	text-decoration:none;
outline: 0;
}
a:hover {
	text-decoration:none;
	color:#F3954A;
}
a[href^="http:"] {
color:#FF6E00;
text-decoration:underline;
outline: 0;
}
a[href^="http:"]:hover {
	text-decoration:underline;
	color:#F3954A;
}

#zentrierung {
	position: relative;
	width: 990px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}

#background {
	position:absolute;
	width:100%;
}


/* Start Header */

#header {
	width:990px;
	height:180px;
}

#logo_boehm {border: 0px;
	position:absolute;
	left:0px;
	top:24px;
	width:232px;
	height:81px;
	z-index:2;
}

#navi_submenu {
	position:absolute;
	left:283px;
	top:15px;
	width:708px;
	height:21px;
	text-align:right;
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	z-index:2;
        text-decoration:none;
}

#navi_submenu a[href^="http:"] {
border: 0px;
text-decoration:none;
}
#navi_submenu a[href^="http:"]:hover {
	border: 0px;
	text-decoration:none;
}



#navi_submenu a{
	color:#FF6E00;
}
#navi_submenu a:hover{
	color:#F3954A;
	text-decoration:none;
}
#navi_submenu dd {
float:right;
width: 45px;
margin-top: -1px;
}
#navi_submenu dt {
float:right;
}

ol#navi_mainmenu {
	position:absolute;
	left:283px;
	top:45px;
	width:708px;
	z-index:2;
	background: url("../../images/navi-bg01.png") repeat-x 0px 0px;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	overflow: hidden;
	height: 80px;
	       
	}

ol#navi_mainmenu a{
	position:relative;
	left:8px;
	padding-left: 24px;
	padding-right: 24px;
	color: #ffffff;
	padding-top: 20px;
	height: 80px;
	float: left;
}
ol#navi_mainmenu a:hover {
	background: url("../../images/navi-bg01-hover.png") repeat-x 0px 0px;
	text-decoration:none;
}
ol#navi_mainmenu li {
	padding-top: 0px;
	display: inline;
	list-style-type: none;
}

.menu1 {
	color: #ffffff!important;
	float: left;
}
.menu1open {
	background: url("../../images/navi-bg01-hover.png");
	background-repeat: repeat-x;
		}
.menu1activ {
	background-repeat: repeat-x;
	background-image: url(../../images/navi-bg01-hover.png);
	background-position: 0px 0px;
        }


/* Ende Header */


/* Start Content */

#content {
	position:relative;
	width:990px;
	z-index:2;
}

#claim {
	position:relative;
	width:708px;
	height:auto;
	float:right;
	clear:both;
	text-align:right;
	padding-right: 127px;
	padding-bottom: 50px;
	padding-top:10px;
}

#hauptmotiv {
	position:absolute;
	left:50px;
	top:132px;
	width:487px;
	height:362px;
	z-index:3;	
	float:left;
}

#introtext_home {
	left:595px;
	width:413px;
	float:right;
	clear:both;
	padding-bottom: 80px;
}
#introtext_home h1 {
	color: #ffffff;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:20px;
	line-height:24px;
        word-spacing: 1px;
}
#introtext_home h2 {
	color: #ffffff;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:24px;
        word-spacing: 1px;
}
#content_main h3 {
	color: #ffffff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:10px;
	line-height:22px;
        word-spacing: 1px;
}
#introtext_home h2 a {
	color: #FF6E00;
}
#introtext_home h2 a:hover {
	color:#F3954A;
	text-decoration:none;
}

#fliesstext_home {
	left:595px;
	width:413px;
	float:right;
	clear:both;
}
#fliesstext_home h3 {
	color: #ffffff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:0px;
	line-height:18px;
        word-spacing: 1px;
        }
#fliesstext_home h4 {
	color: #ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
        word-spacing: 1px;
}
#fliesstext_home h4 a {
	color: #FF6E00;
}
#fliesstext_home h4 a:hover {
	color:#F3954A;
	text-decoration:none;
}

/* Ende Content */


/* Start Footer */

#footer {
	position:relative;
	width:990px;
	margin: -2.5em auto 0;
	clear:both;
	font-size:10px;
	padding-bottom:15px;
	font-weight:normal;
	}
.copyright {
	float:left;
	}	
.adresse {
	float:right;
	}	
		
/* Ende Footer */	


#wrapper {
    height: auto !important;
    margin: 0 auto -25px;
    min-height: 100%;
	}

.spacer {
	clear:both;
	width:990px;
	position:relative;
	width:990px;
	z-index:2;
	padding-bottom:100px;
}	
.clearer {
	clear:both;
	width:990px;
	height:10px;
}	


/* Ende CSS-Template-Basis */ 


A:active, A:focus {
    outline: 0;
}

.csc-textpic-caption {
	font-size: 9px;
}