bug{}
body{
  background-image: url(gfx/background_std.gif);
  background-repeat:repeat-x;
  text-align:center;
  padding:0;
  margin:0px;
  overflow: -moz-scrollbars-vertical;
}
h1{
font-family:  verdana, arial, sans-serif;
font-size: 19px;
font-weight: normal;
color: #111111;
padding-bottom: 8px;
border-bottom: #E1E1E1 dotted 2px;

}
h2{
font-family: arial, verdana, sans-serif;
font-weight: normal;
font-size: 22px;
color:silver;
margin-bottom: 0px;
margin-top:8px;
margin-left: 12px;

}

#wrap{
  width:845px;
  margin:0px auto;
  text-align:left;
  overflow:visible;
}
p{
  margin:0px;
  margin-bottom: 10px;
}
#innerWrapTop{
  height:60px;
  width:100%;
  overflow:visible;
}

#logo{
  float:left;
  margin:0px 0px 42px 0px;
  position: relative;
  top:20px;
  left:0px;
}


#innerWrapBottom{
  width:855px;
  height:500px;
  /*border:1px solid;*/
  margin-top:18px;
}

#leftBox{
  width:360px;
  height:445px;
  /*border:1px solid;*/
  float:left;
}

#leftTopBox{
  height:109px;
  width:100%;
  color:silver;
  float:left;
}

#leftBottomBox{
  height:345px;
  width:100%;
  color:silver;
  position: relative;
  top:1px;  
  float:left;
}

#rightBox{
  float:right;
  width:465px;
  height:100%;

}

#dropDownMenu{
  width:220px;
  text-align:right;
  height:44px;
  float:right;
  margin-right:0px;
  margin-top:10px;
}

#title{
  margin-top:0px;
  float:none;
  width:100%;
  height:25px;
  position: relative;
  top:0px;
}

#rightContent{
  width:100%;
  height:225px;
  float:none;
  overflow:auto;
  position: relative;
  top:0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
.mainpage #rightContent{
  height:355px;
  margin:20px 0px 20px 0px;
}

#news{
  width:100%;
  height:140px;
  line-height:22px;
}

#callBack{
  height:37px;

}

a.submenu:link {
	color: #4597d1;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.submenu:visited {
	color: #4597d1;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.submenu:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.submenu:active {
	color: #4597d1;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	color: #336699;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	color: #336699;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
embed{
  border: none; 
}
.verdana14 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.verdana12 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.verdana10 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
.vorteiltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666666;
}
p.vorteiltxt {
    margin: 0em 0em 0.6em 0em;
}
p.anlagetxt {
    margin: 0em 0em 0.7em 0em;
}
.overskrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #666666;
}

.chromestyle{
/*width: 180px;*/
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 180px;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-weight: normal;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

/* ######### Style for Drop Down Menu ######### */

/*.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
/*	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 180px;
	font-weight: regular;
	text-align: left; /*set value to "left", "center", or "right"*/
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
font-weight: regular;
text-indent: 3px;
text-align: left; /*set value to "left", "center", or "right"*/
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
/*padding: 2px 5px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
/*width: 180px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;
}
*/

.normal_header{
  color:#000000;
  font-size:18px;
  font-weight:bold;
  font-family:verdana;
  border-top:0px;
  border-left:0px;
  border-right:0px;
  border-bottom:1px solid grey;
  border-style:dashed;
  width:100%;
}

.bodytext{
  color:#2c2c2c;
  font-size:11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 130%;
	
}


#newsmenu{
  border:1px solid #bbbbbb;
  height:92px;
  padding:5 0 0 5;
  font-size:12px;
}
#newsmenu a{
  /*color:#990000;*/
  color:#505050;
  text-decoration:none;
  font-size:12px;
}

/*Navigation*/
#top_menu{
  float:right;
  width:325px;
}

#topmenuitem{
  margin-top:8px;
  float:left;
}
 
#topmenuitem a{
  font-family:verdana, Arial, sans-serif;
  font-weight:700;
  color:#707070;
  font-style:normal;
  font-size:10px;
  text-decoration:none;
  float:left;
  padding:0px 0px 0px 25px;
}

#wrap .last_button{
  background:url(images/navi_bg_ende.gif) no-repeat top right;
  height:30px;
  margin:0px;
  padding:8px 21px 0px 0px;
}

#wrap .top_menu_active {
  color: #C31919;
  font-family:verdana, Arial, sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:10px;
  padding:0px 0px 0px 25px;
}


#wrap .top_menu_active_last {
  color: #C31919;
  font-family:verdana, Arial, sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:10px;
  padding:8px 21px 0px 25px;
  margin:0px;
  float:left;
  background:url(images/navi_bg_ende.gif) no-repeat top right;
}

#topMenu{
  float:right;
  margin-top:5px;
  background:url(images/navi_bg.gif) repeat-x;
  width:465px;
  font-weight: bold;
  font-size: 7px;
}

#topMenu ul{
  list-style-type:none;
  padding:0px;
  margin:0px;
  color:#6E6E6E;
  float:left;
  width:140px;
  font-size:10px;
}

#topMenu ul li{
  padding:0px 0px 5px 0px;
  margin:0px;
  float:left;
  clear:left;
}

#topMenu ul li a{
  color:#6E6E6E;
  font-weight:normal;
  float:left;
  padding:0px 0px 0px 10px;
  width:125px;
}

#topMenu ul li a:hover{
  color:#6E6E6E;
  font-weight:normal;
  text-decoration:none;
  font-style:normal;
  float:left;
  padding:0px 0px 0px 10px;
  background: url(images/navi_pfeil.gif) no-repeat 0px 4px;
}

#topMenu ul li ul{
  width:135px;
  margin:9px 0px 0px;
  padding:10px 0px 8px 5px;
  float:left;
  background:url(images/navi_footer.gif)no-repeat left bottom;
  background-color: #E9E9E9;
}

#topMenu img{
  border:none;
  margin:10px 0px 0px 15px;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img{
position: absolute;
top:370px;
border: none;
}

/* MAILFORM  */

.golfFormular table {
	color: #2c2c2c;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 130%;
}