
#cmDisclaimerContainer {
	display: none;
	background-color: #ffffff;
	border: #000000 dotted 1px;
	width: 400px;
	height: 250px;
	overflow: auto;
	color: #000000;
	padding: 10px;
	position: absolute;
	left: 150px;
	top: 150px;
	z-index: 100;
}
#cmDisclaimerClose {
	position: absolute;
	top: 5px;
	right: 20px;
}


/* GRUNDEINSTELLUNG */
body
{
	background-color:#F4F4F4;
	color:#000000;
	font-family:arial,verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:130%;
	margin:0px;
	padding:0px;
	text-decoration:none;
}


/* UEBERSCHRIFTEN */
h1
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
h1.start
{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:4px solid #DFDFDF;
}
h2
{
	font-size:14px;
	margin-bottom:8px;
	margin-top:1px;
}
h3
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}
p
{
	margin:0px;
	padding:0px;
}


/* STANDARDLINKS */
a
{
	color:#000000;
	text-decoration:underline;
}
a:hover
{
	color:#000000;
	text-decoration:none;
}
a.navi
{
	color:#000000;
	display:block;
	font-size:14px;
	padding:3px 0px 3px 35px;
	text-decoration:none;
	width:160px;
}
a.navi:hover
{
	color:#000000;
	display:block;
	font-size:14px;
	padding:3px 0px 3px 35px;
	text-decoration:underline;
	width:160px;
}
a.navi_aktiv
{
	background-image:url('http://web02.city-map.de/homepage/02/0213/021310706/navi_aktiv.gif');
	background-repeat:no-repeat;
	background-position:-35px 0px;
    color:#000000;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:3px 0px 3px 35px;
	text-decoration:none;
	width:160px;
}
a.navi_aktiv:hover
{
	background-image:url('http://web02.city-map.de/homepage/02/0213/021310706/navi_aktiv.gif');
	background-repeat:no-repeat;
	background-position:-35px 0px;
	color:#000000;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:3px 0px 3px 35px;
	text-decoration:none;
	width:160px;
}


/* DIVERSE */
img
{
	border:0px;
}
img.img_links
{
	border:1px solid #DDDDDD;
	float:left;
	margin:3px 15px 15px 0px;
}
ul
{
	margin-bottom:4px;
	margin-top:4px;
}
li
{
    
}


/* CONTAINER */
div#content_center
{
	background-color:#FFFFFF;
	background-image:url('http://web02.city-map.de/homepage/02/0213/021310706/background_navi.gif');
	background-repeat:repeat-y;
	background-position:right;
    margin:45px auto;
	width:830px;
	border-top:1px solid #DFDFDF;
	border-left:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}
div#header
{
	float:left;
	height:177px;
	overflow:hidden;
	padding:10px 0px 0px 10px;
	width:590px;
}
div#navi
{
    float:right;
	overflow:hidden;
	width:230px;
}
div#content
{
	float:left;
	padding:0px 0px 20px 30px;
	width:550px;
}
div.address
{
    padding:20px 35px 20px 35px;
}

/* Startseite */
div.image
{
    float:left;
    height:110px;
    width:110px;
    overflow:hidden;
    text-align:center;
}
div.image img
{
    height:110px;
    width:110px;
    overflow:hidden;
    border:0px;
}
div.image a
{
    display:block;
    overflow:hidden;
    text-align:center;
    padding:40px 0px;
    text-decoration:none;
}
div.image a h2
{
    font-weight:normal;
    font-size:12px;
    padding:0px;
    margin:0px;
}

div.image:hover
{
    background-color:#DFDFDF;
}

