*{
	padding: 0;
	margin: 0;
}



body {
  text-align: center;
  font-size: 13px;
  font-family:	 Trebuchet MS, Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif; 
  overflow-y: scroll;
  o\verflow-y: none;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
h1{
	font-weight: bold;
	font-size: 16px;
	color: #A1234B;
	padding-bottom: 10px;
}
h2{
	font-weight: bold;
	font-size: 14px;
	color: #A1234B;
}
h3{
	font-weight: bold;
	font-size: 13px;
	color: #A1234B;
}
p{
	padding-top: 6px;
	padding-bottom:6px;
}
address{
	font-style: normal;
}

#main{
	margin: 0px auto;
	width: 900px;
}

#header{
	width: 900px;
	height: 110px;
}
#logo{
	float: left;
	text-align: left;
	padding-left: 15px;
}
#adresse{
	float: left;
	text-align: left;
	color: #333333;
	padding-top: 21px;
	padding-left: 20px;
	line-height: 14px;
}
#language{
	float: right;
	padding-top: 73px;
	padding-right: 15px;
}
.fontlang{
	font-size: 9px;
}
#nav{
	width: 900px;
	
}
#mainnav{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	width: 900px;
	height: 26px;
	background-color: #808080;
	padding-top: 9px;
}
.mainstyle{
	color: #F2F2F2;
}
.mainstyle:hover{
	color: #A1234B;
}
#startseitebtn{
   float: left;
	padding-left: 66px;
	text-transform: uppercase;
}
#homebtn{
   float: left;
	padding-left: 85px;
	text-transform: uppercase;
}
#leistungenbtn{
	float: left;
	padding-left: 98px;
	text-transform: uppercase;
}
#servicesbtn{
	float: left;
	padding-left: 115px;
	text-transform: uppercase;
}
#unternehmenbtn{
	float: left;
	padding-left: 125px;
	text-transform: uppercase;
}
#companybtn{
	float: left;
	padding-left: 146px;
	text-transform: uppercase;
}
#kontaktbtn{
	float: left;
	padding-left: 82px;
	text-transform: uppercase;
}
#contactbtn{
	float: left;
	padding-left: 113px;
	text-transform: uppercase;
}
#allgemeinesbtn{
	float: left;
	padding-left: 87px;
	text-transform: uppercase;
}
#generalbtn{
	float: left;
	padding-left: 87px;
	text-transform: uppercase;
}


#subnav{
	font-size: 12px;
	font-weight: bold;
	width: 900px;
	height: 200px;
	background-color: #333333;
	line-height: 15px;
}
#navpic{
	float: left;
	width: 190px;
	height: 130px;
	padding-left: 15px;
	margin-top: 20px;
}
#subleistungen{
	float: left;
	text-align: left;
	color: #F2F2F2;
	width: 202px;
	margin-left: 31px;
	margin-top: 6px;
}
#subunternehmen{
	float: left;
	text-align: left;
	color: #F2F2F2;
	width: 174px;
	margin-top: 6px;
}
#subkontakt{
	float: left;
	text-align: left;
	color: #F2F2F2;
	width: 145px;
	margin-top: 6px;
}
#suballgemeines{
	float: left;
	text-align: left;
	color: #F2F2F2;
	width: 140px;
	margin-top: 6px;
}
.tooltipstyle{
	text-decoration: none!important;
	color: #465E62 !important;
	border-bottom: dashed 1px #A1234B;
	}
	
#content{
	clear:both;
	text-align: left;
	font-size: 13px;
	width: 900px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#content li{
	list-style-image: url(../images/list_sing.gif);
	margin-left: 30px;
}
#content a{
	color: #A1234B;
	text-decoration: underline;
}
#content a:hover{
	color: #333333;
	text-decoration: underline;
}
#contentpic{
	float: right;
	padding-right: 30px;
	padding-left: 15px;
	
}

	
#footer{
	background-color: #333333;
	color: #F2F2F2;
	clear: right;
	width: 900px;
	height: 20px;
	margin-top: 10px;
}
.left {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.right {
	float: right;
	padding-right: 30px;
	padding-left: 15px;
	padding-bottom: 30px;
	margin-top: -15px;
}
.clear{clear:both;}


.tooltiptitle{
font-size: 11px;
font-weight: bold;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
color: #333333;
}
.tooltipcontent{
font-size: 11px;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
color: #333333;
}

#ToolTip{
position:absolute; 
width: 300px; 
top: 0px; 
left: 0px; 
z-index:4; 
visibility:hidden;
}

.contactinput{
	margin:5px 0;
	padding: 1px;
	width: 250px;
	
}
.button{
	color: white;
	background-color: #808080;
	cursor: pointer;
	border:none;
	border: solid 1px  #333333;
}
.button:hover{
	color: #A1234B;
	background-color: #808080;
	cursor: pointer;
	border: solid 1px  #333333;
}
.redborder{
	border: 1px solid red;
}
.blackborder{
	border: 1px solid #85b916;
}
