/* General Definitions v1.0 */
body 					{	height: 100%; margin: 0px; padding: 0px; text-align: center; font-family: 'Century Gothic', Verdana; font-size: 14px; color: #333 }
h1, h2, h3, h4, h5, h6 	{	font-weight: bold }
hr 						{	border: 1px dashed #323225; height: 1px; margin: 0; border-right: 0; border-left: 0; border-top: 0; clear: both }
p 						{	margin: 5px 0 }
form					{	margin: 0 }
input    	 {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; height: 18px; border: 1px solid black }
select   	{font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; margin-bottom: 0px; height: 18px; border: 1px solid black }
textarea 	{font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; border: 1px solid black; overflow-y: auto }


input.submit			{	width: 180px; margin-top: 10px }
fieldset				{	border: 1px solid #323225 }
legend					{	padding: 0 10px }
.left 					{	float: left; margin-right: 10px }
.right					{	float: right; margin-left: 10px }
.gotcha					{	display: none; visibility: hidden }
.old					{	text-decoration: line-through }
.bigtext 				{	font-size: 1.5em }
.small 					{	font-size: 11px; line-height: 12px }
.cleaner				{	clear: both }
.weiter {font-family: 'Century Gothic', Verdana; font-size: 14px;}

#slogan					{	font-size: 9px; line-height: 9px;  }
ul						{	list-style: square; }

/* Fonts */
h1 {font-size: 24px; line-height: 26px; display:inline;}
h2 {font-size: 18px; line-height: 22px; border-bottom: 1px solid #333; margin-top: 20px}
h3 {font-size: 16px; margin: 0; border-bottom: 1px dashed #333; padding-bottom: 3px}

h4 {font-size: 14px; margin: 0; border-bottom: 1px dashed #333; padding-bottom: 3px}
/* Layout - Container */ 
#global, #top, #nav, #teaser, #main 	{ top: 0 }
#top, #nav, #teaser 					{ margin-left: 0px }
:root #nav, :root #teaser  				{ margin-left: 87px } 
:root #top  							{ margin-left: -40px } 
:root #footer  							{ margin-left: 95px } 

#global 	{ width: 900px; margin: 0 auto; padding: 0; background: url('../img/top.jpg') no-repeat !important}
#top 		{ margin-left: 80px; width: 526px; height: 88px; text-align: left; padding: 10px 200px 0px 14px; background: url('../img/bg-top.jpg') no-repeat}
#top_fire 	{ margin-left: 84px; width: 526px; height: 88px; text-align: left; padding: 10px 200px 0px 14px; background: url('../img/bg-top.jpg') no-repeat}
*:first-child+html  #top,
*:first-child+html  #nav,
*:first-child+html  #teaser	{ margin-left: 0 }   /* CSS-Hack für IE7 */  

#nav 		{ margin-left: 83px;  position: relative; width: 735px; height: 50px; background: url('../img/bg-nav.jpg')}
#teaser 	{ margin-left: 83px;  width: 735px; height: 200px; background: url('../img/teaser.gif') no-repeat}
#main 		{ width: 100%; text-align: left }
#site 		{ float: left; width: 450px; margin-left: 90px}
#content	{ width: 735px; margin-left: 90px}
#sidebar	{ float: right; width: 200px; margin-right: 100px; margin-top: 0px}
#suche		{ width: 200px; height: 90px; color: #fff; padding: 10px; font-size: 11px; background: url('../img/bg-box.jpg') no-repeat }
#footer		{ text-align: center; width: 720px; font-size: 12px; border-top: 1px solid #333; padding: 2px 0 10px 0; margin-top: 30px}
div.logo 	{ position: absolute; top: 125px; left: 200px; z-index: 1}


#top h1, #top p		{ margin: 0}
#top a				{ color: black}

#sidebar #suche h2	{ margin: 0; border-bottom: 1px solid white}
#sidebar h3			{ margin-top: 20px; width: 220px; height: 40px; border: 0; color: white; padding: 10px 0 0 10px; background: url('../img/bg-title.jpg') no-repeat}

table#calendar  			{	width: 470px; margin: 20px 0}
table#calendar td 			{	border: 1px solid transparent; background: #fff; color: #2899db; font-weight: bold; text-align: center}
table#calendar td.show		{	border: 1px solid #2899db; font-weight: bold; text-align: center}
table#calendar td.show a	{	color: #2899db }
table#calendar td.heute		{	border: 1px solid #1fe424; }
table#calendar td.heute a	{	color: green }
table#calendar td.selected		{	background: #2899db }
table#calendar td.selected a	{	color: #fff }
table#calendar .orange		{	background: #2899db; color: #fff }
table#calendar .scroll a	{	font-size: 24px; text-decoration: none }
table#calendar .monat 		{	font-size: 18px;  }

