﻿@charset "utf-8";

/* 
ID´s
 
(Werden pro Seite maximal 1 mal verwendet. Damit ist NICHT die Homepage, sondern die einzelne Seite gemeint.)
*/

#content {
	background:white; 											/*fals farbverlauf nicht möglich*/
	background:-moz-linear-gradient(top, white, #9099b4); 		/* Firefox */
	background:-webkit-linear-gradient(top, white, #9099b4); 	/* Safari, Chrome */
	background:-o-linear-gradient(top, white, #9099b4); 		/* Opera */
	background:-ms-linear-gradient(top, white, #9099b4); 		/* IE */
	
	border-radius:10px;		/* Runde ecken (CSS3 Tag) */
	
	margin-bottom:5px;
	width:700px;
	min-height:520px;
	float:left;

	color:#5A5A5A;
	line-height:25px;
	text-align:center;
}

#content a {
	color:#5A5A5A;
	font-weight:bold;
}

#content a:hover {
	color:#0078b8;
}

#content p{
	margin:25px;
}

#content h3{
	margin-top:25px;
}
#content ul{
	margin-top:30px;
	margin-bottom:30px;
	list-style:none;
}
#content li {
	line-height:30px;
}


#table_termine{
	margin-left:auto;
	margin-right:auto;
}
#table_bio{
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:auto;
}
#table_kontakt{
	text-align:center;
	margin-left:10px;
	margin-right:10px;
}


#table_archiv {
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}

#table_archiv a {
	font-size:14px;
}
#table_archiv ul {
	margin-top:0;
	text-align:left;
	margin-left:30px;
	list-style:disc;
}
#table_archiv ul li {
	margin-left:30px;
}
#table_archiv ul ul {
	margin-top:0;
	text-align:left;
	list-style:circle;
}
#table_archiv ul ul li {
	margin-left:0;
}
/* 	
Classes 

(Werden benutzt wenn die Elemente mehr als 1 mal pro Html-Seite benutzt werden. Siehe ID´s!)
*/

.font_h1 {
	margin:20px 25px 0 25px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.font_h2 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}