/* Start of CMSMS style sheet 'ebassador_core' */
@charset "UTF-8";
/* ################################# */
/* ##### klausschnalzger.de CORE TEMPLATE */
/* ################################# */

/* ################################# */
/* ############ GLOBAL */
/* ################################# */

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
/* ################################# */
/* ############ LAYOUT */
/* ################################# */

/* WRAPPER
----------------------------------------------- */

#wrapper {
	width:950px;
	margin:100px auto;
}

#content_wrapper {
	height:446px;
	border:solid 4px #c0c4c9;
}

#content_clean {
}


#content_clean h6{
font-size:14px;
padding:38px;
}

#referenzen {
margin-left:22px;

}

/* HEADER
----------------------------------------------- */
#header {
	font-size:16px;
	height:10px;
	margin-left:50px;
	margin-top:-35px;
	position:absolute;
	width:746px;
}
#logo a {
	color:#000000;
	display:block;
	float:right;
	font-size:20px;
	margin:9px 34px 0 0;
	text-decoration:none;
}
/* CONTENT
----------------------------------------------- */
#content_home{
	background:none repeat scroll 0 0 #FFFFFF;
	float:left;
	height:446px;
	width:939px;
}

#home_top{
	color:#FF2700;
	float:left;
	font-size:21px;
	font-weight:bold;
	height:100px;
	margin-top:70px;
	text-align:center;
	width:942px;
}

#home_top a{
	color:#FF2700;
	text-decoration:none;
}


#home_left{

float:left;
font-size:16px;
height:200px;
margin-left:30px;
text-align:center;
width:300px;
line-height:20px;
}

#home_right{

	float:right;
	height:200px;
	width:300px;
margin-right:30px;
font-size:16px;
text-align:center;
line-height:20px;
}

#home_right img{
margin:20px 0;
}

#home_left img{
margin:20px 0;
}


#content_left {
	width:666px;
	height:446px;
	background:url(/uploads/images/template/bg_main.jpg) no-repeat center;
	float:left;
}

#content_left_start {
	width:746px;
	height:446px;
	background:url(/uploads/images/template/bg_main_start.jpg) no-repeat center;
	float:left;
}

#content_left #content {
	background:url(/uploads/images/template/bg_main_over.jpg) no-repeat top;
	border:4px solid #C0C4C9;
	font-size:14px;
	line-height:19px;
	margin:72px 0 0 31px;
	padding:20px;
	position:absolute;
	width:604px;
        color:#2b2a2a;
}

#content_left #content_2 {
color:#2B2A2A;
font-size:14px;
line-height:19px;
margin:13px 0 0 31px;
padding:5px;
position:absolute;
width:604px;
}

#content_left #content a {
	text-decoration:none;
	color:#000000;
	border-bottom: 1px dotted #000000;
}
#content_left #content a:hover {
	text-decoration:none;
	color:#ff2700;
	border-bottom:0;
}
#content_left #content ul {
}
#content_left #content ul li {
	list-style-type:disc;
	margin-left:17px;
}

#content_left #content_scroll {
	background:url("/uploads/images/template/bg_main_over.jpg") no-repeat scroll center top transparent;
	border:4px solid #C0C4C9;
	font-size:14px;
	line-height:19px;
	margin:29px 0 0 48px;
	max-height:339px;
	min-height:222px;
	overflow:auto;
	padding:20px;
	position:absolute;
	width:600px;
}

#content_left #content_scroll a {
	text-decoration:none;
	color:#000000;
	border-bottom: 1px dotted #000000;
}
#content_left #content_scroll a:hover {
	text-decoration:none;
	color:#90a6c7;
	border-bottom:0;
}
#content_left #content_scroll ul {
}
#content_left #content_scroll ul li {
	list-style-type:disc;
	margin-left:17px;
}

#content_right {
	width:192px;
	height:375px;
	background:#ff2700;
	float:right;
	border-left:solid 4px #c0c4c9;
        text-align:center;
        color:#ffffff;
        line-height:14px;
        padding-top:31px;
        font-size:12px;
}

#content_right_2 {
	width:192px;
	height:40px;
	background:#ff2700;
	float:right;
	border-left:solid 4px #c0c4c9;
        text-align:center;
        color:#ffffff;
        font-size:16px;
        font-weight:bold;
}

#slogan {
	color:#ff2700;
	font-size:28px;
	font-weight:bold;
	margin:345px 0 0 28px;
	position:absolute;
	width:666px;
	z-index:1000;
        line-height:32px;
}

/* MENU
----------------------------------------------- */
#menu {
        overflow:hidden;
	height:43px;
}
#menu ul li {
	float:left;
	margin: 0 40px;
}
#menu ul li a {
	text-decoration:none;
	color:#000000;
	font-size:13px;
	font-weight:bold;
        line-height:17px;
}
#menu ul li.currentpage {
	text-decoration:none;
	color:#ff2700;
	font-size:13px;
	font-weight:bold;
        line-height:17px;
}
#menu ul li.menuparent a {
	text-decoration:none;
	color:#90a6c7;
	font-size:13px;
        line-height:17px;
}
.small {
	font-weight:normal;
}
/* FOOTER
----------------------------------------------- */

#footer {
	margin-top:10px;
        padding-left:37px;
}
#footer li {
	float:left;
        margin:0 117px 0 0;
}
#footer ul li a {
	text-decoration:none;
	color:#000000;
	font-size:13px;
        font-weight:bold;
}
#footer ul li.currentpage {
	text-decoration:none;
	color:#ff2700;
	font-size:13px;
	font-weight:bold;
}
#footer_left {
	width:471px;
	float:left;
	padding-left:47px;
}

#footer_right {
	width:300px;
	float:right;
}
		

	
/* ################################# */
/* ############ FORMS */
/* ################################# */

#fbrp__41 {
position:absolute;
margin-top:80px;
  }

#fbrp__29 input{
  border:1px solid #2B2A2A;
float:left;
height:19px;
margin-top:7px;
width:173px;
  }


#fbrp__29 label {
display:block;
float:left;
font-weight:bold;
margin-top:9px;
width:51px;
  }

#fbrp__29 {
border:1px solid #CCCCCC;
padding:12px;
width:240px;
font-size:11px;
  }

#fbrp__13 label {
display:block;
float:left;
font-weight:bold;
margin-top:9px;
width:51px;
  }

#fbrp__29 legend {
color:#2B2A2A;
margin-bottom:0.5em;
margin-left:42px;
padding:0 0.8em;
width:auto;

  }

#fbrp__31 input {
border:1px solid #2B2A2A;
float:left;
height:19px;
margin-top:7px;
width:173px;
  }

fieldset.kunden_adrenalin {
  float:left;
margin:10px;
width:240px;
padding:5px;
background:transparent url(/uploads/images/navi/bg_subnavi.png) repeat scroll 0 0;
border:1px solid #CCCCCC;
  }

fieldset.mitarbeiter_adrenalin {
  float:left;
margin:10px;
width:240px;
padding:5px;
background:transparent url(/uploads/images/navi/bg_subnavi.png) repeat scroll 0 0;
border:1px solid #CCCCCC;
  }

fieldset.engagiert {
  float:left;
margin:10px;
width:240px;
padding:5px;
background:transparent url(/uploads/images/navi/bg_subnavi.png) repeat scroll 0 0;
border:1px solid #CCCCCC;
  }
.submit input{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #2B2A2A;
color:#2B2A2A;
font-weight:bold;
margin:7px 0;
padding:1px;
position:absolute;
width:115px;
  }




/* ################################# */
/* ############ DEBUGGING */
/* ################################# */

/* div { border:1px red dashed; } */

/* End of 'ebassador_core' */

