﻿/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color and Font Legend 

Standard Stacks:

font-family: Arial, Helvetica, Geneva, sans-serif;
font-family: Times New Roman, Times, Lucida Bright, Garamond, Georgia, serif;
font-family: Tahoma, Verdana, Gill Sans, Candara. sans-serif;
font-family: 'Courier New', Courier, monospace; 

Common Google Web Font Stacks

font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;

font-family: 'Source Sans Pro', monospace;

font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Serif', serif;

font-family: 'Droid Sans', sans-serif;
font-family: 'Droid Sans Mono', sans-serif;
font-family: 'Droid Serif', serif;

font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
*/


/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	font: normal normal bolder 100% Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	color: #FF00FF;
	font-size: x-large;
}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}
	
blockquote, q { quotes: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul, li	{ list-style: none; }

img			{ max-width:100%; }


/* Global */

html 	{	}
body	{ background-color:#555555; }



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 {
	font-size: 30px;
	color: #FF00FF;
}
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p, li, a		{ font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; }

p           	{
	font-size: 30px;
	line-height: 150%;
	font: normal normal bold 100% Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	color: #FF0000;
}
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link		{ color: #00f;  }
a:visited		{ color: #0f0;  }
a:active		{ color: #000;  }
a:focus		{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		     { font-style: italic; }

/* Images */



/* Lists */

ul li		{ color:#000; font-size:12px; }
ol li	     { color:#000; font-size:12px; }

li			{ 	}

ul.square 	{ list-style: square outside; }
ul.circle 	{ list-style: circle outside; }
ul.disc 	{ list-style: disc outside; }

ul 			{ list-style: none outside; }
ol 			{ list-style: decimal; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#DCDCDC; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{    }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }




/* Containers */

#wrapper 			{ margin:0 auto; width:1200px; background-color:#DCDCDC;   }

#top	 			{ margin:0 auto; width:100%; background-color:#39f; padding:20px 0; overflow:hidden;}
#logo				{float:left; margin-left:10px; margin-right:20px;	}

#topadresse			{background-color:#39f; height:180px; margin:0 0 0 290;}
#praxiszeile 		{font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; font-size:25px; color:#DCDCDC; }
#namenszeile 		{font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; font-size:35px; color:#DCDCDC;}
#adresszeile 		{font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; font-size:20px; color:#DCDCDC;margin-top:25px;}
#telzeile 			{font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; font-size:20px; color:#DCDCDC;}

#topnav 			{ background-color:#99CCFF;clear:both; }
#topnav ul			{ width:100%; float:left; margin:0px; background-color:#99CCFF; border-bottom:3px #39f solid;	}
#topnav ul li		{ display:inline-block;	}
#topnav ul li a		{float:left;padding:10px;}

#topnav a:link		{ color:#39f;font-weight:bold;font-size:15px;	}
#topnav a:visited	{ color:#39f;font-weight:bold;font-size:15px;	}
#topnav a:active	{ color:#39f;font-weight:bold;font-size:15px;	}
#topnav a:hover		{ color:#39f;font-weight:bold;font-size:15px;background-color:#DCDCDC;	}
#topnav a:focus		{ color:#39f;font-weight:bold;font-size:15px;	}

#banner 			{ margin:0 auto; width:100%; height:535px;}
#slider 			{ margin:0 0 -37px 0; width:100%; height:535px;}

#teamnav 			{ background-color:#99CCFF;clear:both; margin-top:20px; margin-bottom:-12px; border-top:3px #39f solid;}
#teamnav ul			{ width:100%; float:left; margin:0px; background-color:#99CCFF;}
#teamnav ul li		{ display:inline;	}
#teamnav ul li a	{float:left;padding:5px;}
#wagner				{display:inline; float:left; padding-left:0px;}
#schoepfer			{display:inline; float:left; padding-left:20px;}
#veicht				{display:inline; float:left; padding-left:0px;}
#horvat				{display:inline; float:left; padding-left:0px;}
#becker				{display:inline; float:left; padding-left:20px;}
#koskull			{display:inline; float:left; padding-left:0px;}


#teamnav a:link		{ color:#39f;font-weight:bold;font-size:15px;	}
#teamnav a:visited	{ color:#39f;font-weight:bold;font-size:15px;	}
#teamnav a:active	{ color:#39f;font-weight:bold;font-size:15px;	}
#teamnav a:hover		{ color:#39f;font-weight:bold;font-size:15px;background-color:#DCDCDC;	}
#teamnav a:focus		{ color:#39f;font-weight:bold;font-size:15px;	}


#subbanner 			{background-color:#39f; margin-top:37px; padding-top:20px;margin-bottom:0px; padding-bottom:20px;border-bottom:3px #9cf solid;border-top:3px #9cf solid; }
#subbanner h3		{font-family:Arial, Helvetica, sans-serif;font-size:30px;color:#DCDCDC;text-align:center; word-spacing:5px;}

#aktuelles			{background-color:#ff9933;}
#aktuelles p		{font-size:20px;color:#003399; text-align:center;line-height:150%;padding-top:7px;padding-bottom:7px;border:5px #3399FF groove}

#sprechzeiten 		{float:left;width:300px; padding:10px 10px; background-color:#DCDCDC;}
#sprechzeiten h2	{padding-top:10px;padding-bottom:10px;color:#003399; }
#sprechzeiten table	{height:60px; border-spacing : 10 10; text-align:center;  }
#sprechzeiten td 	{font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-align:center; color:#003399; }
#sprechzeiten p		{font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-align:left; color:#003399; }
#sprechzeiten img	{width:100%;}


#content			{float:right;width:880px;background-color:#DCDCDC; margin-bottom:20px;position:relative;}
#content p			{
	font-size: 30px;
	color: #FF0000;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	line-height: 120%;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: bold;
}

#content p a:link		{ color:#39f;}
#content p a:visited	{ color:#39f;}
#content p a:active	{ color:#39f;}
#content p a:hover		{ color:#39f;background-color:#003399;	}
#content p a:focus		{ color:#39f;}


#content h1			{ margin:10px 100px 10px 100px;	}
#content h2			{ margin-top:25px; margin-left:20px; color:#003399;	}

#content h2 a:link		{ color:#39f;}
#content h2 a:visited	{ color:#39f;}
#content h2 a:active	{ color:#39f;}
#content h2 a:hover		{ color:#39f;background-color:#003399;	}
#content h2 a:focus		{ color:#39f;}



#content h3			{ clear:both; margin-top:30px; margin-left:20px; margin-bottom:30px; color:#003399; font-size:25px;	}
#content img		{ 	}
#content ul			{ background-color:#39f; margin:20px 40px 30px 40px; padding:20px 30px;}
#content li			{ font-size:20px; color:#DCDCDC; text-align:justify;line-height:120%; list-style:disc; margin:15px 0px;	}
#content a			{	}
#content iframe		{margin-left:20px;margin-bottom:20px;}


#content a:link			{ color:#000;	}
#content a:visited		{ color:#000;	}
#content a:active		{ color:#000;	}
#content a:hover		{ color:#000;	}
#content a:focus		{ color:#000;	}

#box1					{float:right; width:800px;margin-right:40px;margin-top:130px;}
#box1 p					{}

#notcontent				{float:right; width:800px; padding:10px;}
#notcontent h3			{text-align:left;}
#notcontent table		{border-spacing : 10 10; text-align:left; padding-left:40px; }
#notcontent td 			{height:40px;font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; text-align:left; color:#003399; padding-left:20px;}

#notcontent td a:link		{ color:#39f;font-weight:bold;}
#notcontent td a:visited	{ color:#39f;font-weight:bold;}
#notcontent td a:active	{ color:#39f;font-weight:bold;}
#notcontent td a:hover		{ color:#39f;font-weight:bold;background-color:#003399;	}
#notcontent td a:focus		{ color:#39f;font-weight:bold;}


#cepamitte				{float:left; width:400px;}
#cepamitte img			{     }
#cepamitte p			{height:150px;}



#ceparechts				{float: left; width:400px;margin-left:40px;margin-bottom:100px;}
#ceparechts img			{}
#ceparechts p			{height:150px;}

#moro					{background-color:#39f;margin:10px 40px 30px 40px; padding:5px 30px 20px 30px;}
#moro h2				{font-size:20px; color:#DCDCDC;}
#moro p					{font-size:20px; color:#DCDCDC;}

#gehfrei 			{background-color:#39f; margin-top:37px; padding-top:20px;margin-bottom:0px; padding-bottom:20px;border-bottom:3px #9cf solid;border-top:3px #9cf solid; }
#gehfrei h3			{font-family:Arial, Helvetica, sans-serif;font-size:30px;color:white;text-align:center; word-spacing:5px;}



#footer 			{ clear:both; margin:20px auto; width:1200px;background-color:#39f; padding:10px 0 10px 0;    }
#footer p			{ font-family:Arial, Helvetica, sans-serif;font-size:15px;color:#DCDCDC;text-align:center;	}

#footer a:link			{ color:#000;	}
#footer a:visited		{ color:#000;	}
#footer a:active		{ color:#000;	}
#footer a:hover		{ color:#000;	}
#footer a:focus		{ color:#000;	}





#leftnav 			{background-color:#99CCFF;clear:both;position:fixed;bottom:20px;}
#leftnav ul			{width:200px; margin:0px; background-color:#99CCFF; border-bottom:3px #39f solid;}
#leftnav ul li		{margin:15px 0;}
#leftnav ul li a	{padding:10px;}
#leftnav h3			{ 	}
#leftnav p			{ 	}
#leftnav img		{ 	}
#leftnav li			{ 	}
#leftnav a			{	}


#leftnav a:link		{ color:#39f;font-weight:bold;font-size:15px;	}
#leftnav a:visited	{ color:#39f;font-weight:bold;font-size:15px;	}
#leftnav a:active	{ color:#39f;font-weight:bold;font-size:15px;	}
#leftnav a:hover	{ color:#39f;font-weight:bold;font-size:15px;background-color:#DCDCDC;	}
#leftnav a:focus	{ color:#39f;font-weight:bold;font-size:15px;	}


#bottom-banner		{ margin:0 auto; width:100%;  	}

