/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, ol, p, ul, li {
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}
img {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;	
	margin: 0 auto;
	padding:0;
	background-color: #F1DCB2;
}

* html body { 
	text-align:center;
}

/* clearen der Floats */
.clearfix {
 
    display: block; 
    height: 0; 
    clear: both;
}


/* Layout Elemente */
#container2 {
	width: 900px;
	background:no-repeat bottom left;

}
#container {
	width: 900px;
	margin: 0 auto;
	padding:0;
	background:no-repeat top  url(../_images/header.jpg) #ffffff;
	background-position: 0px 20px;
	text-align: left;

}

#links {
	width: 200px;
	padding: 5px 15px 0 15px;
	float: left;
}

#rechts{
	width:670px;
	float: left;
}

#header{
	width:670px;
	margin: 40px 0 45px 0;
}

.logo{
	margin: 0 145px 0 0;
}

#content {
	width: 430px;
	padding: 5px 5px 25px 5px;
	float: left;
}

#news{
	width: 200px;
	padding: 5px 15px 5px 15px;
	float: left;
}
#footer{
	width: 900px;
	padding: 4px 0 4px 0;
	overflow: hidden;
	text-align: center;
	background:no-repeat bottom url(../_images/footer_bg.png);
	margin: 0 auto;
	float: left;
}

/* Menu Elemente */
#main_menu{
	height: 365px!important;
	width: 200px !important;
	background:no-repeat;
}

#main_menu ul{
	padding: 125px 0 0 0;
	width: 200px;
	list-style: none;
	color: #333;
	text-align:center;
}

#main_menu ul li a{
	width:192px;
	padding: 4px 0 4px 8px;
	text-decoration:none;
	background: url(../_images/navi1.png);
	display: block;
	color: #333
	
}
#main_menu ul li a:hover{
	background: url(../_images/navi2.png);
	color: #333
}


/* Menu Sub */

 ul#sub_menu{
	margin: 15px 0 185px 25px;
	color: #FF9900
}
ul#sub_menu li a {
	color: #FF9900;
	text-decoration: none;
}

ul#sub_menu li a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/* Content Elemente */

h1, legend {
	font-size: 1.4em;
	padding: 2px 0 4px 0;
	font-weight: bold;
}

h2{
	font-size: 1.2em;
		padding: 4px 0 2px 0;
}

h3{
	font-size: 1.1em;
	padding: 4px 0 2px 0;
}

#praxen h3{
	font-size: 1.1em;
	padding: 12px 0 2px 0;
}

#content p{
	line-height: 1.4em
}
#news p{
	font-size: 0.8em;
	line-height: 1.2em
}
strong{
	font-weight:bold
}

#rechts a:link, #rechts a:active
{
	color: #FF9900;
	text-decoration: none;
}
		
#rechts a:hover, #rechts a:focus, #rechts a:visited
{
	color: #FF9900;
	text-decoration: underline;
}

#footer a:link, #footer a:active {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus, #footer a:visited{
	color: #ffffff;
	text-decoration: underline;
}

#news a{
	font-weight:bold;
}

/* Forms */

input, textarea {
	padding:2px;
	background-color: #FFCC99;
	border: 0;
}
label input:focus, label textarea:focus {
	padding:2px;
	background-color: #FFF;
	border: 0;
	border: 1px solid #000
}

label{
	margin: 0px 0 0px 0px;
	display: block;
	padding: 0 5px 0 5px;
}

label.left{
	float: left
}
.mitte{
	 padding: 0 5px 0 5px;
	 margin:0 5px 5px 5px;
	 background: #FFCC99;
	 
}
fieldset{
	border: none;
	background: #fff;
	margin:0;
	padding:0;
}
legend{
	display: block;
	width:auto;
	margin-bottom:1.2em;
	padding:0em
}
#content img{
	margin: 0 7px 2px 0;
}

#content ul{
	margin: 4px 4px 4px 25px;
}
#content ul li{
	padding: 2px 0 2px 0}
/* Fehlermeldung des JS zur frueerkennung von Eingabefehlern. */
#fehlermeldung{
	padding: 8px;
	border: 2px dotted #990000;
	background-color:#E4E4E4;
	border-collapse: separate;	
	margin: 5px;
}


/* diverses */

.hide {
	display:none;
}

.inprint{
	display:none;
}
.small{
	font-size: 70%;
}