/* CSS Document */
html {
font-family: "Tahoma", sans-serif;
font-size: 14px;
}

body {
background: #0079a2;
}

* {
margin: 0;
padding: 0;
}

p {
margin-bottom: 10px;
}

a {
color: #364f99;
text-decoration: none;
font-weight: bold;
}

.small {
font-size: 10px;
}

#center_wrapper {
width: 960px;
background: #ffffff;
margin: 0 auto 0 auto;
}

#header {
width: 960px;
height: 172px;
background: url(img/header.jpg) no-repeat;

}


#topmenu {
float: right;
margin-right: 10px;
margin-top: 2px;
}

#topmenu a {
color: #fff;
}

#wrapper {
position: relative;
float: left;
width: 960px;
background: #f2f2f2;
margin: 0;
z-index: 1;
}


#mainmenu {
float: left;
width: 180px;
background: #4f75bd url(img/menu_bg.jpg) no-repeat;
}

#mainmenu ul li {
list-style: none;
width: 160px;
margin: 0 auto 0 auto;
padding: 0;
border-bottom: 1px dashed #a0a4d8;
}

#mainmenu a {
font-size: 12px;
font-weight: bold;
line-height: 20px;
margin-left: 10px;
color: #fff;
}

#menu_img {
position: absolute;
width: 180px;
height: 209px;
background: #000000 url(img/menu_img.jpg) no-repeat;
bottom: 0px;
left: 0px;
z-index: 100;
}

#add_header {
float: left;
width: 778px;
height: 20px;
background: url(img/add_header.jpg) no-repeat;
color: #ffffff;
font-weight: bold;
margin-left: 2px;
margin-bottom: 2px;
}

#breadcrumb {
float: left;
width: 778px;
height: 24px;
background: #e0e0e0;
margin-left: 2px;
margin-bottom: 2px;
color: #07516a;
}

#content_wrapper {
float: left;
width: 735px;
background: none;
margin-left: 2px;
margin-top: 30px;
}

#content {
margin: 0 50px 0 50px; 
  padding-bottom: 50px;
}

#content_left {
float: left;
width: 310px;
}

#content_right {
float: right;
width: 310px;
}

#content h1 {
clear: both;
color: #364f99;
font-size: 16px;
font-family: "Verdana", sans-serif;
line-height: 20px;
border-bottom: 1px solid #364f99;
margin-bottom: 15px;
}


.csc-textpic-caption {
font-size: 12px;
font-family: arial, "Tahoma", sans-serif;
}





/* Anfahrt */

#maparea {
width: 500px;
height: 300px;
border: 1px solid #769bb6;
margin: 0 auto 0 auto;
}

#calc_route {
text-align: center;
margin-top: 20px;
}

#calc_route input {
border: 1px solid #769bb6;
}

#calculate_route {
  border: 1px solid #4173a2;
  width: 150px;
  height: 24px;;
  background: #364f99;
  color: #ffffff;
}


#show_map,
#show_text {
  border: 1px solid #4173a2;
  width: 50px;
  height: 24px;;
  background: #364f99;
  color: #ffffff;
}

#calc_route h1 {
font-size: 16px;
}

#route_description {
width: 500px;
height: 300px;
overflow: auto;
background: #fff;
border: 1px solid #000;
z-index: 9999;
display: none;
font-size: 13px;
margin: 0 auto 0 auto;
}

#description_text {
margin: 10px;
z-index: 10000;
}

#route_description input {
background: #769bb6;
border: none;
color: #fff;
}









.tx-rgsimplegooglemaps-pi1 .mapdiv {
  border:1px solid #ccc;
  background:#eee;
  width:500px;
  height:350px;  
  margin: 0 auto;  
} 

.tx-rgsimplegooglemaps-pi1 fieldset {
  border:1px solid #ccc;
  border-top:0;
  margin:0;
  padding:10px;
    width:480px;
      margin: 0 auto; 
}

.tx-rgsimplegooglemaps-pi1 legend {
  display:none;
}

.tx-rgsimplegooglemaps-pi1 .el {
  float:left;
  margin-right:20px;
}

.tx-rgsimplegooglemaps-pi1 label {
  display:block;
} 

.tx-rgsimplegooglemaps-pi1 input  {
 margin: 10px 0;
}

input.submit {
 clear: both;
  margin: 0px 0;
 float: left;
}  

.gmnoprint h2 {
font-size: 14px;
margin-bottom: 10px;
}  

.gmnoprint {
font-size: 12px;
color: #4d4d4d;
} 
