/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
img {
  border: 0 none;
}
body {
	background: #bfbfbf url(../img/img_bg_haep.jpg) repeat-x;
	color: #333;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
}
input {
	color: #333;
	font: normal 1.1em Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	color: #3c3c3c;
	padding-top: 6px;
}

h2 {
	font-size: 1.4em;
	color: #3c3c3c;
	margin-bottom: 4px;
	padding-top: 6px;
}

p {
	font-size: 1.1em;
	color: #3c3c3c;
	line-height:1.2em;
}


/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background-color:#fff;
	width: 930px;
	margin: 0 auto;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
/* header */
.header {
	background-color:#fff;
	border-bottom: 1px solid #e5e5e5;
	height: 125px;
	width: 930px;
	float:left;
}
#flash	{
	float:right; 
	width:550px;
}
#left	{
	height:125px; 
	float:left;
}
#right	{
	float:right;
	margin-left: 10px;
	margin-bottom:10px;
	
}

/* main */
.main {
	clear: both;
}

/* main left */
.sidenav {
	background: #fff;
	float: left;
	margin-top:70px;
}

/* content */
.content {
	float: right;
	width: 640px;
}
.content p {
	line-height: 1.5em;
	padding-bottom: 1.2em;
	font-size:1.2em;
	
}
.content .item {
	padding: 6px 12px;
	background: #fff;
	margin-bottom: 8px;
}
.content .home {
	padding: 70px 2px 2px 2px;
	background: #fff;
	margin-bottom: 8px;
}
.content .praxis {
	padding: 76px 2px 2px 2px;
	background: #fff;
	margin-bottom: 8px;
}
.content .praxis .itemleft {
float:left;
width:420px;
}

.content .praxis .itempics {
float:left;
width:424px;
height:283px;
background-image:url(../img/img_akkupunktur_middle_01.jpg);
background-repeat:no-repeat;

}

.content .praxis .schumann {
float:left;
width:424px;
height:283px;
background-image:url(../img/img_aerzte_schumann_content.jpg);
background-repeat:no-repeat;

}
.content .praxis .weber {
float:left;
width:424px;
height:283px;
background-image:url(../img/img_aerzte_weber_content.jpg);
background-repeat:no-repeat;

}

.content .praxis .schulkowski {
float:left;
width:424px;
height:283px;
background-image:url(../img/img_aerzte_schulkowski_content.jpg);
background-repeat:no-repeat;

}

.content .praxis .itemright {
	float:left;
	width:115px;
	margin-left:25px;
}
.content .center {
	padding: 6px 12px;
	text-align:center;
	
}
.content .textleft {
	float:left;
	padding: 20px 25px;
	text-align:left;
	width:520px;
	
}
.content .newstext {
	float:left;
	padding: 20px 25px 20px 5px;
	text-align:left;
	width:540px;
	
}
.content .newstext IMG {
	display: block;
	max-width: 400px;
	height: auto;

}

.content .kontakttext {
	background: #fff url(../img/img_kontakt_content.jpg) right top no-repeat;
	float:left;
	padding: 20px 25px 20px 5px;
	text-align:left;
	width:555px;
	
}
.content .kontakttext1 {
	background: #fff url(../img/img_anfahrtskizze.gif) right top no-repeat;
	float:left;
	padding: 20px 25px 20px 5px;
	text-align:left;
	width:555px;
	
}
.content .kontakttext2 {
	float:left;
	padding: 20px 25px 20px 5px;
	text-align:left;
	width:555px;
	font: normal 12px Arial, Helvetica, sans-serif;
	
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content .textleft  li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	font-size: 1.2em;
	color: #3c3c3c;
	line-height:1.5em;

}

.infobox {
	background: url(../img/img_bg_infobox.gif) no-repeat;
	margin: 80px 0 40px 30px;
	width:185px; 
	height:150px;
	
}
.infobox h1 {
	padding: 25px 10px 10px 18px;
	font-size:1em;
	color: #666;
	
}
.infobox p {
	padding: 0px 10px 10px 18px;
	font-size:1em;
	color: #666;
	line-height: 1.3em;
	
}



/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #e5e5e5;
	border-top: 1px solid #e5e5e5;
	color: #666;
	font-size: 1.0em;
	margin: 0 auto;
	padding:7px 0 7px 0;
	text-align: right;
	width: 930px;
}
.footer a {
	color: #666;
	text-decoration: none;
	margin-right:10px;
}
.footer a:hover {
	color: #006BB3;

}
/* Linienformatierungen */
hr {
  height: 1px;
  margin: 5px 0 5px 0;
  border: 0;
  background: #d4d4d4;
  color: #d4d4d4;
}

/* Adminbereich */

td						{font-family: Arial, Helvetica, sans-serif;font-size: 12px; color: #666666; }
td.list					{border-bottom: 1px solid #ccc; vertical-align:middle; height: 45px; } 

/* Formulare */
fieldset {
	border: 1px none #e5e5e5;
	padding: 0px 0px 12px 0px; 
	width: auto; 
	margin-top: 1.0em;
}
legend   {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.2em; 
	color: #056BB5; 
	font-weight: bold;
	margin-bottom:4px; 
}
.form    {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	border: 1px solid #ccc; 
	background-color: #e5e5e5;
	padding:1px; 
	padding-left:3px; 
	color:#333;
}
.submit  {
	margin:3px;
}
.button  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	width:9em;
	background-color:e5e5e5;
}
.buttons  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #9f3538;
}
.duty { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #056BB5;
}
.noduty { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}
.error	{font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; color: #9f3538;}

