/*******************************************************************************px
 * Stylesheet für twGmap01einfach
 ******************************************************************************/

body{
	background-color:#e6eaf1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.overmain{
	text-align:left;
	width:910px;
	font-size:9px;
}

.overmain-right{
	float:right;
}

.main{
	background-color:#FFF;
	width: 910px;
	border-color:#000;
	border-style:solid;
	border-width:2px;
}

#twGmap {
	width: 910px; 
	height: 445px;
}
#map_canvas{
	width:910px;
	height:445px;
}

.map_nojava{
	width:910px;
	height:445px;
	background-image:url(img/nojava.jpg);
	background-repeat:no-repeat;
}

.trenner{
	background-image:url(img/trenner.jpg);
	background-repeat:no-repeat;
	width:910px;
	height:124px;
	text-align:left;
	padding-top:15px;
	padding-left:28px;
}

.punkthinzu{
	float:right;
	padding-top:10px;
	padding-right:45px;
}

.menue{
	width:200px;
	background-color:#F0F0F0;
	text-align:left;
	position:absolute;
	padding:20px;
	padding-top:0px;
}

.content{
	width:600px;
	padding-left:260px;
	text-align:left;
	min-height:300px;
}

.footer{
	font-size:9px;
	width:910px;
}
	

/* für das Infofenster */
.twGmapInfo {
	width: 410px; 
	background-color: #FFFFFF;
	text-align:left;
}
.twGmapInfo .headline {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size:15px;
	border-bottom:dashed;
	border-bottom-color:#000;
	border-bottom-width:thin;
}
.twGmapInfo .text {
	/*float: right;*/
	margin: 0px;
	padding: 0px;
}

.twClear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}

/*uploadanleitung*/
.tabellenformat{
	width:600px;
	border:1px;
}

.zelle{
	width:200;
	padding: 10px;
	vertical-align:top;
}


/*startseite*/
.startseite{
	width:300;
	padding: 10px;
	vertical-align:top;
}


/*sonstiges*/
.notextdec{
	text-decoration:none;
	color:#000;
}

.img_no_border{
	border:0;
}

a{
	color:#000;
}
