/* CSS Document */
/* CSS Document */
body {
	background-color: #f3e8da;
	text-align: center;
	font-family: Trebuchet MS, sans-serif, Arial, Helvetica, Verdana;	
}

#impressum {
	margin: auto;
	width: 738px;
	background-color: #2b6e45;
	font-size: 10px;
	text-align: right;
	padding: 2px 10px 2px 0px;
	border: 1px solid #2b6e45;
}

#impressum a, #impressum a:link {
	color: #ffffff;
}

#top {
	margin: auto;
	width: 748px;
	text-align: left;
	height: 240px;
	border: 1px solid #2b6e45;
	background-image: url(img/rechtsanwalt.jpg);
	background-repeat: no-repeat;	
}

#navi {
	margin: auto;
	width: 748px;
	text-align: center;
	height: 39px;
	border: 1px solid #2b6e45;
	background-color: #ffffff;	
}

#navi ul {
	margin: 1px;
	padding: 0px;
	list-style-type: none;
	height: 37px;	
	text-align: center;			
}

#navi ul li, #navi ul li a, #navi ul li a:link {
	float: left;		
}

#navi ul li a, #navi ul li a:link {
	text-align: left;
	width: 141px;
	height: 29px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
	padding-top: 6px;
	padding-left: 6px;
	background-image: url(img/button_gruen.jpg);
	background-repeat: no-repeat;
}

#navi ul li a:hover, #navi ul li a:focus {
	background-image: url(img/button_braun.jpg);	
}

#navi ul li a.active {
	background-image: url(img/button_braun.jpg);
}

#ccontainer {
	margin: auto;
	width: 748px;
	border: 1px solid #2b6e45;		
}

#hintergrund {
	margin: auto;
	width: 748px;
	background: url(img/hintergrund.gif) repeat-y;
	border-top: 2px solid #ffffff;	
	border-bottom: 2px solid #ffffff;			
}

#menu {
	margin-right: 599px;
	margin-left: 2px;	
}

/* IE 6 Hack */
* html #menu {
	float: left;
	margin-right: 0px;	
	margin-left: 1px;	
}


#menu ul {
	padding: 0px;
	margin: 0px; 
}

#menu ul li {
	list-style: none;
	display: inline;
}

#menu ul li a {
	display: block;
	padding: 8px 0px 8px 15px;
	margin: 0px;  
	text-decoration: none; 
	width: 132px;  
	border-bottom: 1px solid #FFFFFF;  
	font-size: 12px;
	font-weight: bold;
	text-align: left;   
}

#menu a, #menu a:link, #menu a:visited {
   color: #ffffff;
   background-color: #2b6e45;
}

#menu a:hover, #menu a:focus {
   color: #ffffff;
   background-color: #a0988d;
}

#menu a.aktiv {
	display: block;
	padding: 8px 0px 8px 15px;
	width: 132px;
    background-color: #a0988d;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;    	
} 

#cright {
	float: right;
	width: 580px;	
}

#content {
	float: left;
	width: 400px;
	text-align: left;
	padding: 30px 20px 10px 10px;	
}

#content p, #content p a:link, #content p a, #content p a:hover, #content p a:active, #content p a:visited {
	color: #000000;
	font-size: 12px;
}

#content hr {
		border: 1px solid #2b6e45;	
}

#content ul li {
	color: #000000;
	font-size: 12px;
}

#bildleiste {
	float: left;
	width: 147px;
	text-align: left;
	margin-top: 30px;		
}

h1 {
	font-size: 14px;
	color: #2b6e45;
	font-weight: bold;
	text-decoration: none;	
}

h2 {
	font-size: 12px;
	color: #2b6e45;
	font-weight: bold;
	text-decoration: none;	
}

#stopper {
	clear: both;
	height: 1px;
}

#adresse {
	margin: auto;
	width: 748px;
	padding: 2px 0px;
    background-color: #2b6e45;
	border: 1px solid #2b6e45;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}

#menu hr {
	border: 1px solid #ffffff;
}

#menu p {
	padding: 5px;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
}

/*******************************************************************************
 * Stylesheet für twGmap02MarkerUndInfo
 ******************************************************************************/

/* die gesamte Google Map*/
#twGmap,
#twGmap2
 {
	width: 400px; 
	height: 400px;
}

/* für das Infofenster */
.twGmapInfo {
	width: 300px; 
	text-align: left;
}
.twGmapInfo .headline {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #2b6e45;
	font-weight: bold;
	margin-bottom: 5px;
}
.twGmapInfo .text {
	/*float: right;*/
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

.twGmapInfo a,
.twGmapInfo a:link,
.twGmapInfo a:hover,
.twGmapInfo a:active,
.twGmapInfo a:visited {
	color: #2b6e45;
}

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

