@CHARSET "UTF-8";

body{
	width: 850px;
	margin: 0 auto;
	font-family: Arial, Helvetica, Trebuchte MS;
	color: #00519e;
}

.divpoint:hover {
	cursor:pointer;
}

#header{
	background-image:url("/images/header.png"); 
	background-repeat: no-repeat; 
	height: 103px;
}

#logo{
	position: relative;
	left: 0px;
	top: 5px;
}

#secondheader{
	margin-top: 13px;
}

#contentsteinschlag{
	background-image: url("/images/bg_steinschlagtitle.png");
	background-repeat: no-repeat;
	width: 563px;
	height: 140px;
	padding: 10px;
	position: relative;
	top: 285px;
	left: 150px;
} 

#contentsteinschlag .title {
  color: #e2003b;
  text-decoration: none;
  font-size: 34px;
}

#contentsteinschlag .intext{
	font-size: 22px;
	text-align: left;
	line-height: 25px;
}

#maincontent{
	margin-top: 18px;
	width: 840px;
	/*height: 980px;*/
}

#map{
	width: 481px;
	/*height: 925px;*/
	float: left;
	background-image: url("/images/bg_map.png");
	background-repeat: no-repeat;
}

#areapoints{
	position: relative;
	top: -420px;
	left: -4px;
}

#finden{
	background-image: url("/images/bg_station_finden_3.png");
	background-repeat: no-repeat;
	width: 428px;
	height: 50px;
	margin-top: 20px;
	margin-left: 25px;
}

#mapcontent{
	height: 415px;
}

#inHessen h1{
	font-size: 18px;
}

#inHessen{
	clear: both;
	width: 481px;
	/*height: 349px;*/
	padding-top: 5px;
	padding-left: 10px;
}


#inHessen p {
	font-size: 12px;
}

#allstations{
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #00519e;
	padding-top: 5px;
	margin-right: 10px;
	height: 640px;
}

#list-junited-autoglas-kassel-nord{
	padding-top: 17px;
}

#allstations div a{
	text-decoration: none;
}

#allstations div .phone{
	font-weight: bold;
	text-decoration:underline;
}

#allstations div a:visited, #allstations div a:link{
	text-decoration: none;
	color: #00519e;
}

#allstations div{
	font-size: 10px;
	float: left;
	margin-left: 20px;
	min-height: 130px;
	min-width: 195px;
}

#stationcontent{
	position: relative;
	top: -340px;
	left: 245px;
	overflow: overlay;
	padding-right: 10px;
	width:225px;
}

#stationcontent div {
	display:none;	
	text-align:right;
	/*float:left;*/
	/*width: 300px;*/
	font-size: 10px;
	/*position: relative;*/
	/*top: -360px;*/
	/*right: -166px;*/
}

#stationcontent a:link, #stationcontent a:visited {
	text-decoration: none;
	color: #00519e;
	font-weight: bold;
}

#socialcontainer{
	float: left;
	margin-left: 28px;
	height: 915px;
	width: 316px;
	/*background-image: url("/images/bg_social.png");*/
	/*background-repeat: no-repeat;*/
	padding-left: 15px;
}

#headersocialbuttons .title{
	font-weight: bold;
}

#auszeichnung{
	clear: both;
	width: 243px;
	height: 98px;
	background-image: url("/images/bg_auszeichnung.png");
	background-repeat: no-repeat;
	margin-top: 35px;
}

#sorglos{
	position: relative;
	top: 162px;
}

#sorglos h2{
	font-size: 16px;
}

#sorglos p{
	font-size: 10px;
	line-height: 15px;
}

#sorglos a{
	text-decoration: none;
}

#makler{
	margin-top: 20px;
	margin-bottom: 30px;
}

#socialbuttons {
	margin-top: 10px;
	height: 45px;
}

#socialbuttons a, #socialbuttons img{
	border: 0px;
} 

.socialbutton{
	float: left;
	margin-right: 10px;
}

.gradient-bg {
  background: #dde7f3;/* Old browsers */
  background: -moz-linear-gradient(top, #dde7f3 0%, #fafbfd 43%);/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde7f3), color-stop(43%, #fafbfd));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde7f3 0%, #fafbfd 43%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde7f3 0%, #fafbfd 43%);/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde7f3 0%, #fafbfd 43%);/* IE10+ */
  background: linear-gradient(to bottom, #dde7f3 0%, #fafbfd 43%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde7f3', endColorstr='#fafbfd', GradientType=0);/* IE6-9 */
}

#footer{
	clear: both;
	width: 851px;
	height: 61px;
	background-image: url("/images/bg_footer.png");
	background-repeat: no-repeat;
	margin-top: 5px;
}

#footercontent{
	position: relative;
	left: 10px;
	top: 27px;
	width: 640px;
	height: 27px;
	border: 1px;
	border-color: #00519e;
	border-style: solid;
}

#footerlinks {
	width: 60%;
	margin: 0 auto;
	padding-top: 3px;
}

#footercontent a {
	text-decoration: none;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;	
}

#footercontent a:visited, #footercontent a:link{
	color: #00519e
}