@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
    }
a img {
	border: none;
	}
a:link {
	color: #8459a1;
	text-decoration: underline;
	}
a:visited {
	color: #8459a1;
	text-decoration: underline;
	}
a:hover, a:active, a:focus {
	text-decoration: underline;
	font-weight: bold;
	}
hr{
	background-color: #FFF; /* Farbe für Opera und Firefox */
	color: #FFF; /* Farbe für Internet Explorer (IE) */
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 0px 20px 0px 30px;
	}
/* ~~ main structure ~~ */

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 950px;
	background: #FFF;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 5px 12px #666;
	-webkit-box-shadow: 0px 5px 12px #666;
	}
.header {
	background: #ADB96E;
	}
#nav_top {
	position:relative;
	width:950px;
	height:40px;
	z-index:1;
	left: 0px;
	top: -40px;
	text-align: right;
	}
.sidebar1 {
	float: left;
	width: 190px;
	background: #ffffff;
	padding-bottom: 10px;
	padding-left: 20px;
	}
.content {
	padding: 0px 0px 0px 0px;
	width: 690px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #8459a1;
	line-height: 20px;
	}
#homepage{
	width: 800px;
	padding-left: 80px;
	}
.content p { 
	padding-top:0px;
	padding-right:50px;
	padding-bottom:0px;
	padding-left:30px;
	}	

/* ~~ I added this to change the paragraph spacing size ~~ */
.content p:first-line {
		line-height: 20px;
}
/* ~~ End of paragraph spacing size ~~ */

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0px 15px 15px 60px;
	}

/* ~~ The navigation list styles ~~ */
ul.nav {
	list-style: none;
	border-top: none; /* this creates the top border for the links - all others are 
	placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	}
ul.nav li {
	border-bottom: 1px dotted #8459a1; /* this creates the button separation */
	}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their
	button look even after being visited */
	padding: 0px 0px 0px 0px;
	display: block; 
	width: 190px;
	text-decoration: none;
	background: #ffffff;
	}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;
	clear: both;
	background-color: #FFFFFF;
	}
.container .footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #8459a1;
	text-align: center;
	}

.footer a:link {
	color: #42413C;
	text-decoration: none;
	}
.footer a:visited {
	color: #6E6C64;
	text-decoration: none;
	}
.footer a:hover, a:active, a:focus {
	text-decoration: underline;
	font-weight: normal;
	}	
.footerline {
	background-color: #FFF; /* Farbe für Opera und Firefox */
	color: #FFF; /* Farbe für Internet Explorer (IE) */
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 0px 0px 10px 0px;
	}
.uebermichline {
	background-color: #FFF; /* Farbe für Opera und Firefox */
	color: #FFF; /* Farbe für Internet Explorer (IE) */
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 0px 50px 0px 30px;
	}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
	}
.fltlft {
	float: left;
	margin-right: 8px;
	}
.image_margin_left {
	padding-left: 10px;
	}
.image_margin_right {
	padding-right: 30px;
	}
.image_margin_top {
	padding-top: 10px;
	}
.image_title_bottom {
	padding-bottom: 5px;
	}
.quote {
	font-style: italic;
	margin-right: 90px;
	margin-left: 50px;
	}
.quote_autor {
	font-style: normal;
	font-size: 85%;
	}	
.line-height180 {
	line-height: 180%;
	}
h1 {
	font-size: 110%;
	font-weight: bold;
	padding-Left: 30px;
	padding-right: 50px;
	}
h2 {
	font-size: 100%;
	font-weight: bold;
	padding-Left: 30px;
	padding-right: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
.no_space_after_linebreak {
	font-size: 100%;
	padding-Left: 30px;
	padding-right: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}	
.content ul li {
	padding-top: 5px;
	}
table {
	width: 600px;
	border-collapse: collapse;
	text-align: left;
	margin-left: 30px;
		}
table th, td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: text-top;
	text-align: left;
	}
table th {
	background-color: #bda6d7;
	border-right-color: #bda6d7;
	border-left-color: #bda6d7;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	}
.databox td {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	}		
.table_terminuebersicht {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;	
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #f1f1f1;
	border-left-color: #f1f1f1;	
	border-bottom-color: #f1f1f1;	
	}	
.table_terminübersicht tr, td {
	border-style: none;
	}		
.table_terminuebersicht a:hover, a:active, a:focus {
	text-decoration: none;
	font-weight: normal;
	color: #4E4E4E;
	}
.table_bg_grey {
	background-color: #f1f1f1;
	}
.table_bg_grey_bold {
	background-color: #f1f1f1;
	font-weight: bold;
	}