﻿/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFF;
	background-image:url('../Bilder/BG_Main.gif');
	background-repeat:repeat;
	font-size: 8pt;
	font-family: Verdana, Tahoma, arial, sans-serif;
	color: #000000; 
	text-align: center;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
	border-bottom:1px #5a93c9 dotted;
}
a:hover {
	color: #4F81BE;
	background: inherit;
	text-decoration: underline;
}

a.marke, a.marke:visited {	
	color: #fff;
	background: inherit;
	text-decoration: none;
}
a.marke:hover {
	color: #fff;
	background: inherit;
	text-decoration: none;
}


p {
	padding:10px 10px 10px 5px;		
	margin: 0;
}
p.stand {
	padding: 5px;		
	margin: 0;
	font: 7pt, Verdana, Tahoma, arial, sans-serif;
	color:#7f7f7f;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */

img {
	border:0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* start - table */
table {
	border-collapse: collapse;
	border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    margin:5px 5px 5px 5px;
}
table.borderless {
	border-collapse: collapse;
	width: 100%;
    margin:5px 5px 5px 5px;
}

th {
	background: #4F81BE;
	padding: 5px 5px 5px 5px;
	color: #FFF;
	text-align: left;
	font-size: 9pt;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-weight: bold;
	}
tr {
	min-height: 10px;
	font: 7.5pt Verdana, Tahoma, arial, sans-serif #000;
	vertical-align:top;
}
td {
	padding: 5px 5px 5px 5px;
	}
td.col-a {
	font-weight: bold;
	width: 120px;
	}
td.col-b {
	font-weight: bold;
	}
td.trainerleft {
	padding-left: 30px;
	}
td.trainerright {
	padding-left: 25px;
	vertical-align:top;
	padding-right:20px;
	}
tr.row-a {
	background: #94b4e3;
}
tr.row-b {
	background: #efefef;		
}
/* end - table */

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 790px;
	background: #FFF url("../Bilder/content_bg2.jpg") repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 780px;
	min-height: 630px;	
	height: auto;
	padding: 0;
	margin-left: 5px;
	background: #F1F1F1;	
	display: inline;
}

* html #content-wrap { height:630px; } /* nur für IE 5.5 - 6.x */
html + body #content-wrap { height:630px; } /* nur vom IE 5.0 */

#header {
	clear: both;
	width: 780px;
	position: relative;
	height: 125px;
	background: url("../Bilder/header_bg.jpg") no-repeat center bottom;
	padding: 0;
	margin-left: 5px;			
}

/* Main Column */
#main {
	float: right;
	width: 73%;
	padding: 5px;
	display: inline;
	background: #FFF;
	border-left:#999999 1px solid;
	min-height:630px;
	height: auto;
}

* html #main { height:630px; } /* nur für IE 5.5 - 6.x */
html + body #main { height:630px; } /* nur vom IE 5.0 */

#main h1 {
	font: bold 12pt Verdana, Tahoma, arial, sans-serif;
	color: #4F81BE; 
	padding: 5px 0 5px 5px; 		
}
#main h2 {
	margin-top: 10px;
	font: bold 8pt Verdana, Tahoma, arial, sans-serif;
	color: #000; 
	padding: 5px 0 5px 5px; 	
}

#main p.grau {
	margin-top: 10px;
	color: #777777; 		
}

#main ul li {
	list-style-image: url("../Bilder/bullet.gif");
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 25%;
	min-height: 630px;
	height: auto;
	padding: 0 0 0 0; margin: 0 0 0 0;		
}	
* html #sidebar { height:630px; } /* nur für IE 5.5 - 6.x */
html + body #sidebar { height:630px; } /* nur vom IE 5.0 */


#sidebar h1 {
	margin-top: 5px;
	padding: 5px 0px 10px 10px; 
	font: bold 10pt Verdana, Tahoma, arial, sans-serif;
	color: #000; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 4px 4px 4px; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
.dots {
	list-style: none;
	background: url("../Bilder/dots.jpg") repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #000;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #000;
	text-decoration: underline;	
}

/* footer */
#footer {
	clear: both;
	width: 780px;
	font-size: 95%;	
	text-align: left;
	padding: 10px 0;
	margin-left: 5px;
	min-height:25px;
	height:auto;
	background-color: #404040;
}
#footer p {
	padding:10px 0;
}

#hinweise
{
	width: 500px;
	float: left;
	margin-left:12px;
	padding-top:0px;
	padding-bottom:10px;
	color: #777777;
}

#footer a{
	color: #777777;
	text-decoration:underline;
}

#footer a:hover{
	color:#777777;
	text-decoration:underline;
}


#bildfooter
{
	float:left;
	margin-left:5px;
}

.arrow{
	color: #0a6ccf;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

a:hover .showcase {
position: absolute;
top: 225px;
left: 163px;
display: block;
width: 300px;
font: 8pt Verdana, Tahoma, arial, sans-serif;
background: #e8e8e8;
border: 1px dashed #257;
color: #404040;
padding: 5px;
text-decoration:none;
}

a .showcase {
display: none;
text-decoration:none;
}

table.calendars {
	border: 0 none;
}

table.calendar {
border:1px solid;
border-collapse:collapse;
}
table.calendar .calendar-month {
font-size:12pt;
font-weight:bold;
margin-top:3px;
text-align:center;
}

table.calendar th {
color:#fff;
text-align:center;
font-size:7pt;
height:10px;
}

table.calendar td {
font-size:9pt;
height:10px;
width:13px;
padding: 2px;
border: 1px dotted #cccccc;
}

table.calendar td.techd {
	display:block;
	background-color:#ffe84f;
	font-weight:bold;
	border-bottom: 1px white solid;
}

.techd a.techd, a.techl:hover, a.techl:visited {
	color:#000;
	text-decoration:underline;
}
.calender-month {
	color:#5A93C9;
}

a.show, a.show:hover, a.show:visited {
	text-decoration:none;
	border:0px;
}

table.termine{
	width:98%;
}

table.vortr td {
	border-bottom:1px black solid;
	border-right: 1px black solid;
}
table.vortr td.cont {
	padding-bottom:20px;
}

tr.header {
	background: #4F81BE;
	padding: 5px 5px 5px 5px;
	color: #FFF;
	text-align: left;
	font:bold #FFF;
}
.datum
{
    font-weight:bold;
    /*margin-left: 40px;*/
    margin-right: 10px;
}

