/* CSS Document */

body, div, p, h1, h2, h3, a img, form {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background-color: #f5f5f5;
	color: #000000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	}

a { text-decoration: none; }

#container {
	margin: 20px auto 0 auto;
	width: 760px;
	}

#header { display: block;}

#main {	
	display: block;
	background: #f5f5f5 url(images/bg_main.png) repeat-y; 
	}

#footer {
	display: block;
	}

/* heightfix - to fix stupid behavior with floats and have a min. height */
#heightfix {
	height: 395px;
	width: 1px;
/*	background-color: #FF0000; /* debug only */
	}	
/* /heightfix */

/* p-fix - to fix stupid behavior of paragraph margins */
p { margin: 18px 0 0 0; }
p:first { margin: 0 0 0 0; }
/* /p-fix */
	
/* Navigation */

#navigation ul, #navigation li {
	padding: 0;
	margin: 0;
	}

#cont_left {
	padding: 8px 0 0 0;
	width: 254px;
	float:left;
	}
	
#navigation {
	margin: 0 0 0 15px;
	}

#navigation ul {
	list-style: none;
	}

#navigation ul li {
	margin-bottom: 4px;
	}

#navigation ul li a {
	display: block;
	width: 205px;
	height: 23px;
	background: #e5e4e4 url(images/bg_nav_off.png);
	color: #000000;
	padding: 3px 0 0 16px;
	}

#navigation ul li a:hover {
	background: #013d6b url(images/bg_nav_hover.png);
	color: #ffffff;
	}

#navigation ul li a.aktiv:hover {
	background: #013d6b url(images/bg_nav_on.png);
	color: #ffffff;
	}

#navigation ul li a.aktiv {
	background: #013d6b url(images/bg_nav_on.png);
	color: #ffffff;
	}

/* /Navigation */

/* Terminvereinbahrung */

#termin {
	width: 207px;
	background-color: #f0f0f0;
	margin: 0 0 0 15px;
	}

#termin h1 {
	background-color: #7390a7;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	width: 191px;
	height: 23px;
	padding: 3px 0 0 16px;
	margin-bottom: 0;
	}

#termin form {
	font-size: 12px;
	line-height: 15px;
	padding: 0 16px 12px 16px;
	}

#termin form p { margin-top: 8px; }
#termin form p:first { margin-top: 0; text-align: justify; }

#termin form label { font-weight: bold; }
#termin form label span { font-weight: normal;}
	
#termin form .textfeld {
	border: 1px solid #979797;
	background-color: #ffffff;
	width: 160px;
	font-size: 11px; 
	padding: 2px 6px;
	margin: 3px 0 2px 0;
	}

#termin form .textfeld:hover {border: 1px solid #000000;}

#termin form .button {
	border: 1px solid #7390a7;
	background-color: #013d6b;
	color: #ffffff;
	font-size: 11px;
	weight: bold;
	padding: 2px 6px;
	}

#termin form .p_button {
	text-align: right;
	}

/* /Terminvereinbahrung */

/* Content */

#cont_right {
	float: left;
	width: 470px;
	margin-top: 18px;
	padding-bottom: 10px; 	
	}

* html #cont_right {	/* ie css hack :( */
	padding-bottom: 0; 
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	}

#cont_right a { color: #004881; }
#cont_right a:hover { text-decoration: underline; }

#cont_right img.foto, #cont_right img.foto2, #cont_right img.foto3, #cont_right img.foto_small, #cont_right img.foto_small2 {
	border: 1px solid #000000;
	}

#cont_right img.foto {
	margin: 0 0 0 10px;
	}

#cont_right img.foto2 {
	margin: 0 10px 0 0;
	}

#cont_right img.foto3 {
	margin: 0 7px 0 0;
	}

#cont_right img.foto_small {
	margin: 0 7px 0 0;
	}

#cont_right img.foto_small2 {
	margin: 0;
	}

#cont_right ul {
	margin-left: 10px;
	padding-left: 0;
	}

#cont_right li {
	margin-left: 10px;
	padding-bottom: 3px;
	}

#cont_right li:last { padding-bottom: 0;}

#cont_right .arrow {
	font-family: "Times New Roman", Times, serif
}

#cont_right .fehler {
	color: #FF0000
}


