@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html{
	overflow-y: scroll;
}

html, body	{
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	text-align: center;	/*NICHT LÖSCHEN - zentriert den Seiteninhalt nicht nur den Text!!!*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-image: url(../img/diabetologie/bg.gif);
	background-repeat: repeat;
}

#containerAlles{
	position: relative;
	width: 957px;
	height:auto;
	margin-left:auto;/*Ränder werden explizit gesetzt damit alle Browser sie gleich anzeigen!!!*/
	margin-right:auto;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
}

#containerAlles a:link, a:visited{
	text-decoration: none;
	color: #0081c7;
}

#containerAlles a:hover {
	color: #009933;
	text-decoration: none;
}

h4	{
	font-size:10pt;
	font-weight: bold;
}

#header {
	position: relative;
	height: 176px;
	margin-left: auto;
	margin-right:auto;
	width: 957px;
}

#mainMenu {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
	text-align: left;
	padding: 30px 0px 0px 0px;
}

#mainMenu ul {
	margin-top: 50px;
	margin-left: 20px;
	display: inline-block;
	text-decoration: none;
}

#mainMenu li {
	display: block;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

#mainMenu img{
	/*position: fixed;*/
	margin-top: 15px;
	margin-left: 16px;
	bottom: 0px;
	border: none;
}

#submenu {
	position:relative;
	margin-left: 130px; 
	height: 35px;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	color: #0081c7;
	padding: 15px 0px 15px 60px;
}	

#containerInhalt{
	position:relative;
	height: auto;
	margin-left: 130px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	text-align: left;
	padding: 15px 20px 0px 60px;
	background-color: #FFFFFF;	/*overflow: visible;*/
}

#news{
	position: relative;
	width: 245px;
	float: right;
	margin:  0 5px 5px;
	padding:5px;
	bottom: 0px;
	border:1px solid #999999;
}

#news hr{
	border: 1px solid #0081c7;
}

#containerPopup{
	position:relative;
	height: auto;
	margin-left: 10px;
	margin-bottom: 50px;
	text-align: left;
	padding: 20px;
	background-color: #FFFFFF;	/*overflow: visible;*/
}

#containerInhalt h3{
	font-size:18px;
	margin-bottom: 15px;
	color: #0081c7;
}

#containerPopup h3{
	font-size:18px;
	margin-bottom: 15px;
	color: #0081c7;
}

#containerInhalt img{
	border: 1px solid #000000;
}


.praxisimg{
	margin-right: 25px;
	margin-top: 30px; 
	margin-bottom: 40px;
	font-weight: bold;
}

.team{
	position: relative;
	width: 182px;
	height: 340px;
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
}

.anfahrt{
	position: relative;
	width: 250px;
	height: 400px;
	float: left;
	margin-right: 100px;
	margin-bottom: 20px;
}

.news {
	float: right;
	width: 180px;
	border: 2px solid #3366FF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/*es folgen CSS Angaben für das Formular*/

.formbox {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

#rezeptanfrage{
	width: 440px;
	margin-top: 5px;
	padding-top: 20px;
	padding-left: 20px;
	pading-right: 10px;
	background-color: #F0F0F0;
	border: 1px solid #0081c7;
}

#ueberweisung{
	width: 440px;
	margin-top: 5px;
	padding-top: 20px;
	padding-left: 20px;
	pading-right: 10px;
	background-color: #F0F0F0;
	border: 1px solid #0081c7;

}

#terminanfrage{
	width: 440px;
	margin-top: 5px;
	padding-top: 20px;
	padding-left: 20px;
	pading-right: 10px;
	background-color: #F0F0F0;
	border: 1px solid #0081c7;

}

.reihe {
	clear: both;
	padding-left: 2px;
}

.label {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
}

.feld {
	float: left;
	text-align: left;
	margin-bottom: 5px;
} 

.schaltflaechen {
 	clear: both;
 	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.defbreite {
	width: 200px;
}

/*& ENDE mit dem Formular*/

#footer {
	position: relative;
	width: 957px;
	height: 28px;
	background-image: url(../img/diabetologie/kachelFooter.jpg);
	background-repeat: repeat-x;
	margin-top:-1.3em;
	padding-top:0.4em;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	margin-left:-0.1em;
}

#footer p {
	color:#FFFFFF;
	font-weight: bold;
	z-index: 8;
}

#insertNews {
	background-color: #f5f5f5; 
	margin-bottom: 150px;
	padding: 10px;
	border: solid 1px black;
}

#updateNews {
	background-color: #f5f5f5; 
	padding: 10px;
	border: solid 1px black;
}
#containerPopup h5 {
	font-size:18px;
	margin-bottom: 15px;
	color: #0081c7;
}

