/* -----------------------------------------------------------------------------
   CSS INIT
----------------------------------------------------------------------------- */
/* , sub, sup, */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong
ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
  font-size: 13px;
	/* font-family: Arial, Helvetica; */
	vertical-align: baseline;
	letter-spacing: 0;
}
body {
	line-height: 1px;
	color: #000;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* -----------------------------------------------------------------------------
   LAYOUT
----------------------------------------------------------------------------- */
html {
  overflow-x: auto;
  overflow-y: scroll;
}
body
{
  background: #fff url(../img/backgrounds/viewport.jpg);
  font-family: Arial, Helvetica; 
  /*
  font-family: Frutiger, "Frutiger Linotype", Univers, Arial, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  */
}
.skip
{
  display: none;
}
.page_margins
{
  width: 1000px;
  margin: 0 auto;
  background: transparent url(../img/backgrounds/page_margins.png) 0 0 repeat-y;
  overflow: hidden;
}

#page
{
  position: relative;
  width: 980px;
  margin: 0 auto 0 auto;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background:#fff;
  overflow: hidden;
}
#header
{
  position: absolute;
  top:0;
  left: 0;
  width: 980px;
  height: 138px;
  background: #fff url(../img/backgrounds/header.jpg) 0 0 repeat-x;
  line-height: 16px;
  /* overflow:hidden; */
  z-index:20;
  -moz-user-select: none;
}
#main
{
  position: relative;
  display: block;
  float: left;
  width: 980px;
  margin: 138px 0 0 0;
  padding:0;
  line-height: 16px;
  background:#ebeef9;
}
#teaser
{
  width: 980px;
  height: 240px;
  background: #fff;
  -moz-user-select: none;
}
#top
{
  width: 980px;
  height: 85px;
  margin-bottom:20px;
  background: transparent url(../img/bg_teaser2.jpg) repeat-x 0 0;
}
#top h1 
{
  font-size:23px;
  margin:0 0 0 32px;
  padding: 15px 0 0 0;
}
#top h2 
{
  font-size:16px;
  margin:0 0 0 32px;
  padding:2px 0 0 0;
}

#content
{
  width: 100%;
  padding:0 18px 0 30px;
}

#footer
{
  position: relative;
  display:block;
  float:left;
  width: 980px;
  color:#484848;
  font-size:10px;
  background: #8aa1ca;
  line-height:18px;
  padding:45px 20px 10px 20px;
  overflow:hidden;
  background:#a6b6d1 url(../img/backgrounds/fence.gif) -10px 0 repeat-x;
}


#footer .table 
{
	display: block;
	margin:0;
	padding:0;
	width: 940px;
	color: #484848;
}

#footer .table div {
	display: block;
	float:left;
	width:440px;
  padding:0 18px 0 12px;
}

		
	#footer img {
		  margin:0 0 10px 0;
	}
	#footer .table p
	{
	 padding:0 0 0 3px;
	}
	


		
/* -----------------------------------------------------------------------------
   ELEMENTS
----------------------------------------------------------------------------- */
.tooltip {
	display:none;
	background:transparent url(../img/tooltip/white_arrow.png);
	font-size:12px;
	height:80px;
	width:160px;
	padding:18px 25px;
	color:#121212;
  line-height:18px;	
  z-index:30;
}
.logo
{
  position:absolute;
  top:18px;
  left:18px;
}
.claim
{
  position:absolute;
  top:62px;
  right:15px;
}
.shadow 
{
  position:absolute;
  top:0;
  left:0;
  width:980px;
  height:5px;
  background:transparent url(../img/slider/shadow.png) 0 0 repeat-x;
  z-index:10;
}
.box
{
  position:relative;
  display:block;
  float:left;
  width:254px;
  height:150px;
  margin:30px 22px 0 0;
  padding:17px 23px;
  background: #fff url(../img/backgrounds/box.jpg) 0 0 no-repeat;
  overflow:hidden;
  
  /*
  width:254px;
  height:150px;
  border:5px solid #fff;
  border-top-left-radius:34px;
   border-top-right-radius:14px; 
   border-bottom-left-radius:14px; 
   border-bottom-right-radius:34px;
   -moz-border-radius-topleft:34px; 
   -moz-border-radius-topright:14px; 
   -moz-border-radius-bottomleft:14px; 
   -moz-border-radius-bottomright:34px; 
   -webkit-border-top-left-radius:34px; 
   -webkit-border-top-right-radius:14px; 
   -webkit-border-bottom-left-radius:14px; 
   -webkit-border-bottom-right-radius:34px; 
  */
}

.box img
{
  margin-bottom:6px;
}

.box p
{
  line-height:20px;
}
.bsr 
{
  display:block;
  float:left;
  height:53px;
  margin:0 12px 40px 0;
  border:1px solid #eee;
  overflow:hidden;
}
.angebot_anfordern
{
  display:block;
  margin:0 auto;
  width:121px;
  height:30px;
  background:transparent url(../img/angebot.png) 0 0 no-repeat;
  overflow:hidden;
}

/* -----------------------------------------------------------------------------
   FORMS
----------------------------------------------------------------------------- */
.callback
{
  margin:10px 0 0 0;
}
.newsletter
{
  margin:5px 0 7px 0;
}
.callback label
{
  display:block;
  float:left;
  width:64px;
  height:40px;
  padding:0 0 0 2px;
  overflow:hidden;
}
.callback label img
{
  margin:11px 0 0 0;
}
.callback input,
.newsletter input
{
  display:block;
  float:left;
  width:166px;
  background:#fff;
  border:1px solid #ccc;
  color:#000;
  font-size:13px;
  height:20px;
  padding:5px 5px;
  margin:0 0 8px 0;
  vertical-align:top;
}
#anfrageformular input,
#anfrageformular select
{
  font-size:14px;
  padding:3px 5px;
}
.callback button,
.newsletter button,
.anfrage_button
{
  background:#eee;
  border:solid 1px;
  border-color:#ccc #999 #999 #ccc;
  display:block;
  background:url(../img/backgrounds/button.png) repeat-x left bottom;
  cursor:pointer;
  font-size:13px;
  height:33px;
  width:178px;
  margin:0;
  outline:0;
  vertical-align:top;
}
.anfrage_button
{
   font-size:14px;
   font-weight:bold;
}
button:active
{
  outline:0;
  background:#ccc;
}
.newsletter input
{
  width:250px;
  margin:0 3px 0 0;
}
.newsletter button
{
  display:block;
  float:left;
  width:175px;
}

/* -----------------------------------------------------------------------------
   NAVIGATIONS
----------------------------------------------------------------------------- */
#primaryNav
{
  position:absolute;
  left:10px;
  top:100px;
  width:900px;
  padding:0 0 0 4px;
  height:40px;
  line-height:40px;
  background:transparent;
}
#primaryNav li a span
{
  display:block;
  float:left;
  text-indent:-9999px;
}
#primaryNav li
{
  display:block;
  float:left;
  margin:6px 5px 0 0;
  height:28px;
  line-height:28px;
}
#primaryNav li a
{
  display:block;
  float:left;
  padding:0 10px;
  font-size:14px;
  font-weight:normal;
  color:#2a2a2a;
  text-decoration:none;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}
#primaryNav li a:hover
{
  color:#fff;
  background-color:#8ca0be;
}
#primaryNav li.active
{
  height:32px;
  line-height:28px;
  background:#eee;
  border-top-left-radius:´5px;
  border-top-right-radius:5px; 
  -moz-border-radius-topleft: 5px; 
  -moz-border-radius-topright: 5px; 
  -webkit-border-top-left-radius: 5px; 
  -webkit-border-top-right-radius: 5px; 
}
#primaryNav li.active a
{
  height:40px;
  background:transparent url(../img/nav/arrow.png) center bottom no-repeat;
  
}
#primaryNav li.active a:hover
{
  color:#363636;
}
#supplementalNav
{
  position:absolute;
  right:10px;
  top:18px;
  height:16px;
  line-height:16px;
}
#supplementalNav li
{
  display:block;
  float:left;
  margin:0 10px 0 0;
}
#supplementalNav li a
{
  font-size:12px;
  color:#999;
  font-weight:normal;
  text-decoration:none;
}
#supplementalNav li a:hover
{
  color:#000;
}
#supplementalNav li.active a
{
  color:#484848;
  text-decoration:underline;
}

#socialMedia
{
  position:absolute;
  right:20px;
  top:106px;
  height:24px;
  line-height:24px;
}
#socialMedia li
{
  display:block;
  float:left;
  margin:0 0 0 0;
}
#socialMedia li a
{
  display:block;
  float:left;
  width:24px;
  height:24px;
  margin:0 0 0 5px;
  background-position:0 0;
  background-repeat:no-repeat;
  overflow:hidden;
}
#socialMedia li a:hover
{
  background-position:0 -24px;
}
.twitter
{
  background-image: url(../img/icons/twitter.png);
}
.xing
{
  background-image: url(../img/icons/xing.png);
}
.delicious
{
  background-image: url(../img/icons/delicious.png);
}
.wong
{
  background-image: url(../img/icons/wong.png);
}


/* -----------------------------------------------------------------------------
   GLOBAL STYLES
----------------------------------------------------------------------------- */
h1
{
  font-size:23px;
  color:#fff;
  line-height:130%;
  letter-spacing:0.05em;

}
h2
{
  font-size:16px;
  color:#e0e0e0;
  line-height:130%;
  letter-spacing:0.05em;

}
h3
{
  margin-bottom:14px;
  font-size:21px;
  color:#eee;
  letter-spacing:0.05em;
  line-height:130%;
}
a 
{
  /* padding-right:15px; */
  text-decoration:none;
  /* color:#98171C; */
  color:#9e1c21;
  font-weight:normal;
  /* background: transparent url(../img/link.gif) no-repeat right center; */
}
a:hover
{
  color:#3d5d9d;
  
}
img
{
  border:0;
}
#content h3
{
  display:block;
  clear:left;
  font-size:19px;
  color:#242424;
}
#content p
{
  display:block;
  clear:left;
  width:900px;
  font-size:14px;
  line-height:160%;
  padding:0 0 20px 0;                             
}
#content ul{margin:25px 35px 0 10px; display:block; float:left;}
#content li{padding:0 0 15px 15px;line-height:16px;color:#333;
font-size:14px;
background:transparent url(../img/dot_blue.gif) 2px 5px no-repeat;
}

#content table{padding:0 0 20px 0; float:left;border-collapse:collapse; font-size:12px;}

#content .tarife
{
 margin:25px 0 0 12px;
}
#content .tarife th {padding:5px 8px;font-weight:normal; font-size:15px; 
color:#fff ;background:#3d5d9d;vertical-align:top;
border:2px #fff solid;


}
#content .tarife td {padding:3px 8px;background:#ebeef9;border:2px #fff solid;vertical-align:top;
font-weight:normal;color:#484848;
line-height:160%;

}


#content p.footnote 
{
  font-size:12px;
  color:#555;
  padding:16px 0 16px 6px;
}
#content .tarife td.getquote
{
  padding:18px 0 10px 0;
  text-align:center;
  border:0;
}

.cbc {width:225px;float:left;margin-bottom:8px;}

.cbc input {
  margin-right:5px;
}
.cbc label 
{
  font-size:14px;
  font-weight:normal;
}
.checkbox input { display:none;}

#zusatzinfos 
{
  height:320px;
}
#zusatzinfos td,
#pflicht td,
#freiwillig td
{
  padding:5px 12px;
  border:1px solid #fff;
}

.hr {
  display:block;
  clear:left;
  height:16px;
  overflow:hidden;
}
#content a.back
{
  display:block;
  height:30px;
  line-height:20px;
}

.node {
  display:block;
  float:left;
  width:300px;
  height:50px;
  margin:16px 25px 0 16px;
  padding:0 0 0 50px;           
  font-size:16px;
  letter-spacing:0.05em;
  line-height:50px;
  border:1px solid #fff;
  background: transparent url(../img/icons/doc.png) 7px 8px no-repeat;
  overflow:hidden;
}
.node:hover {
  background:#f8f8f8 url(../img/icons/doc.png) 7px 8px no-repeat;
  border:1px solid #3d5d9d;
}

.hotspot1,
.hotspot2
{
  background:transparent;
}

.hotspot1 {
  position:absolute;
  top:60px;
  left:390px;
  width:190px;
  height:130px;
}

.hotspot2 {
  position:absolute;
  top:45px;
  left:650px;
  width:234px;
  height:154px;
}
#content h3.red
{
  /* color:#98171C; */
  color:#9e1c21;
  
}
/* -----------------------------------------------------------------------------
   SLIDER
----------------------------------------------------------------------------- */
/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         
{ 
  width: 980px; 
  height: 240px; 
  position: relative; 
  margin: 0 auto 15px; 
}
.anythingSlider .wrapper                
{ 
  width: 980px; 
  
  /* overflow: auto; */
  overflow-x:hidden;
  
  /* height: 341px; */
  height: 240px; 
  
  margin: 0; 
  position: absolute; 
  top: 0; 
  left: 0; 
  /* border-bottom:5px solid #fff; */
  background:#274780;
}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             
{ 
  /* width: 32700px; */
  width: 4080px;
  
  list-style: none; 
  position: absolute; 
  top: 0; 
  left: 0; 
  margin: 0; 
}
.anythingSlider ul li                   
{ 
  position:relative;
  display: block; 
  /* float: left; */
  
  padding: 0 90px; 
  height: 240px; 
  width: 900px; 
  margin: 0; 
}

.anythingSlider span
{
  display:none;
}


.anythingSlider ul li div
{
  position:absolute;
  top:30px;
  left:500px;
  height: 70px; 
  width: 530px; 
  color:#000;

  font-size:12px;
  background:transparent;
   z-index:20;

}

.anythingSlider h1
{
  margin:0 0 0 -3px;
  padding: 25px 0 0 0;
}
.anythingSlider ul li h3
{
  position:absolute;
  top:140px;
  left:100px;
}
.anythingSlider ul li p
{
  position:absolute;
  top:30px;
  left:646px;
  padding:24px 10px 10px 10px;
  line-height:20px;
  font-weight:normal;
  color:#121212;
  letter-spacing:0;
  z-index:600;
}


.anythingSlider .arrow                  
{ 
  position:absolute;
  display: block;
  top:57px;
  width:32px;
  height:32px;
  background:#344052;
  background-position:0 0;
  background-repeat:no-repeat;
  text-indent:-9999px;
  cursor: pointer; 
  z-index:100;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: .5;
  -moz-opacity: .5;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}
.anythingSlider .forward                
{ 
  right: 15px;
  background-image:url(../img/slider/right.png);
}
.anythingSlider .back                   
{ 
  left: 15px; 
  background-image:url(../img/slider/left.png);
}
.anythingSlider .forward:hover,
.anythingSlider .back:hover            
{ 
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: .8;
  -moz-opacity: .8;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          
{ 
  position: static; 
  margin: 0; 
  background: none; 
  overflow: visible; 
  width: auto; 
  border: 0; 
}
.anythingSlider .wrapper ul ul li       
{ 
  float: none; 
  height: auto; 
  width: auto; 
  background: none; 
}

/*
#thumbNav                               
{ 
  position: relative; 
  top: 218px; 
  text-align: center; 
  display:none;
}
#thumbNav a                             
{ 
  color: black; 
  font: 11px/18px Georgia, Serif; 
  display: inline-block; 
  padding: 2px 8px; 
  height: 18px; 
  margin: 0 5px 0 0; 
  background: #eee url(../images/cellshade.png) repeat-x;
  text-align: center; 
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: .6;
  -moz-opacity: .6;
}

#thumbNav a:hover                       
{ 
  background-image: none;
  background:#fff;
}

#thumbNav a.cur                         
{ 
  background: #333; 
  color:#fff;
}


#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 242px; 
-moz-border-radius-bottomleft: 5px; 
-moz-border-radius-bottomright: 5px; 
-webkit-border-bottom-right-radius: 5px; 
-webkit-border-bottom-left-radius: 5px; 
display:none;
}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }
*/


