/* index.php */

/*div
{
	border: 1px #000000 solid;
}*/

.content_left
{
	width:350px;
	height:470px;
	float:left;
	text-align:left;
	/*border-right:1px solid black;*/
	overflow:hidden;
	border-right: dashed 1px #999999;
	margin-top:10px;
	padding-right:10px;
}

.content_right
{
	width:348px;
	height:460px;
	margin-left:10px;
	margin-top:10px;
	float:right;
	overflow:hidden;
}


/*Admin Bereich*/
#absatz_1
{
	padding-top:40px;
}

#absatz_2
{
	padding-top:200px;
}

#eins	/*erste h3 Überschrift*/
{
	margin-top:-10px;	
}

#karte
{
	width:700px;
	height:500px;
	border:0px;
	overflow:hidden;
	margin:0;
}

/*Hack für transparente Bilder*/
.menue img
{
    behavior: url(../iepngfix.htc);
}
