/**********************************************************************
SCREEN-CSS für Praxis-Wagner: http://www.praxis-wagner.de
***********************************************************************/
/**********************************************************************
Gestaltung und technische Umsetzung: 
Agathe Gwiozdzik - BergNet GmbH  http://www.berg.net		 
***********************************************************************/

/*------------------------------------
Wichtige Farben:	Gelb = #FFFFCC
					Blau = #000066
					Hellbalau = #E1EBF5
-------------------------------------*/

/* Abstände der wichtigsten Elemente + weitere Formatierungen */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
html, body {
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	background-color: #E1EBF5;
  	margin:0px;
  	padding:0px;
  	font-family:Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  	height:100%;
	text-align: center;
	}
strong {
	font-weight: bold;
}
h1 {
	font-size: 22px;
	color: #000066;
	margin-bottom: 5px;
	padding: 25px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	color: #000066;
}
img {
	border: 1px solid #E1EBF5;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
} 
/*--------------------------------
Formular
---------------------------------*/
label {
	text-align: right;
	float: left;
	width: 7em;
	padding-bottom: 5px;
	padding-top: 5px;
}
fieldset {
	background-color: #FFFFCC;
	border: 1px solid #000066;
	padding-top: 20px;
	width: 400px;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#formular {
	padding-left: 0px;
	padding-top: 0px;
	margin: 10px 0px 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	clear: left;
	line-height: 140%;
}
#formular br {
	clear: left;
}
/*-----------------------------------------
Container für die Grundstruktur der Seite
------------------------------------------*/

/*liegt um alle weiteren Elemente*/
#container {
	width:960px;
	padding:0;
	margin:20px auto;
	text-align: left;
	background-image: url(../images/li-re.gif);
	background-repeat: repeat-y;
}
/*liegt im #container ganz oben*/
#header {
	height: 95px;
	padding: 0px 0px 0px 273px;
	clear:both;
  	background:url(../images/header.gif) no-repeat left top;
}
/*liegt unter #header*/
#content {
	background-image: url(../images/mitte.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
}
/*liegt im #content links*/
#navi {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 235px;
	float: left;
	clear: none;
}
/*liegt im #content links*/
#rechts {
	float: right;
	width: 685px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*liegt im #container ganz unten*/
#footer {
	background-image:  url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-----------------------------------------
Navi Aufzählung
------------------------------------------*/
#navi ul {
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	}
	
#navi li {
	list-style-position: inside;
	display: inline;
	}
/*-----------------------------------------
Navi Links
------------------------------------------*/
.navia, a.navia:visited {
	color: #000066;
	margin: 0px;
	padding: 0px 0px 10px 20px;
	background-image:  url(../images/aufzaehlung.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-decoration: none;
	display: block;
	}
.navib {
	text-decoration: none;
	color: #000066;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 20px;
	background-image:  url(../images/aufzaehlung-b.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
	display: block;
	}
a.navia:hover {
	text-decoration: none;
	background-image: url(../images/aufzaehlung-b.gif);
	}
/*-----------------------------------------
Überschriften von #rechts
------------------------------------------*/
#rechts h1 {
	background-color: #E1EBF5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 30px;
	margin-left: 0px;
	display: inline;
	float: left;
}
#rechts h2 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0px;
	display: block;
	clear: left;
}
/*--------------------------------
Listen von #rechts
---------------------------------*/
#rechts ol {
	display: block;
	margin: 0px;
	padding: 0px;
	}
#rechts ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	}
#rechts ol li ol {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
#rechts ul {
	display: block;
	margin: 0px;
	padding: 0px;
	}
#rechts ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
#rechts ul li a {
	text-decoration: none;
	padding-bottom: 2px;
	color: #508EC7;
	list-style-type: none;
	}
#rechts ul li a:link, #rechts ul li a:visited {
	text-decoration: none;
	padding-bottom: 2px;
	color: #508EC7;
	list-style-type: none;
	}
#rechts ul li a:hover {
	color: #000066;
	text-decoration: none;
}
#rechts a {
	text-decoration: none;
	padding-bottom: 2px;
	color: #508EC7;
	list-style-type: none;
	}
#rechts a:link, #rechts a:visited {
	text-decoration: none;
	padding-bottom: 2px;
	color: #508EC7;
	list-style-type: none;
	}
#rechts a:hover {
	color: #000066;
	text-decoration: none;
}
/*-----------------------------------------
Weitere wichtige Container
------------------------------------------*/
#anschrift {
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
}
#anschrift a {
	color: #FFFFFF;
	text-decoration: none;
}
#anschrift a:link, #anschrift a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#anschrift a:hover {
	color: #666666;
}
#termine {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000066;
	padding-top: 20px;
	text-decoration: none;
	margin-bottom: 220px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gallerie {
	padding-left: 0px;
	padding-top: 0px;
	margin: 10px 0px 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	clear: left;
	line-height: 140%;
}
#footer {
	padding: 0px;
	clear:both;
  	background:url(../images/footer.gif) no-repeat left top;
  	height:15px;
}
/*--------------------------------
Klassen
---------------------------------*/
.clr {
	clear: both;
}
.fliestext {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-top: 0px;
	margin: 10px 0px 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	clear: left;
	line-height: 140%;
}
.sprueche {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-top: 0px;
	margin: 10px 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	clear: left;
	line-height: 140%;
	font-style: italic;
	color: #000066;
}
.foto-re {
	float: right;
	border: 1px solid #E1EBF5;
	background-color: #FFFFCC;
	padding: 8px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.foto-li {
	border: 1px solid #E1EBF5;
	background-color: #FFFFCC;
	padding: 8px;
	margin: 0px 5px 10px 0px;
	text-align: left;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.foto-li img {
	border: 1px solid #E1EBF5;
	margin: 0px 0px 5px;
}
.button {
	margin-left: 85px;
}

