﻿/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFF;
	background-image:url('../Bilder/BG_Main.gif');
	background-repeat:repeat;
	font: 8pt, Verdana, Tahoma, arial, sans-serif;
	color: #3f3f3f; 
	text-align: center;
}

/* links */
a:visited {	
	color: #d09d00;
	background: inherit;
	text-decoration: none;
}
a {	
	color: #d09d00;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #d09d00;
	background: inherit;
	text-decoration: underline;
}

p {
	padding: 5px;		
	margin: 0;
}
p.stand {
	padding: 5px;		
	margin: 0;
	font: 7pt, Verdana, Tahoma, arial, sans-serif;
	color:#7f7f7f;
}

ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul {
	margin: 5px 20px;
	padding: 0 20px;
}

span.rot {
	color: #BB2004;
}
/* images */

img {
	border:0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* start - table */
table {
    margin:5px 5px 5px 5px;
}

table.agenda {
    width: 98%;
}

table.termine {
    margin: 0px;
}
table.trainer {
    margin: 0px;
    border:0px;
}


td {
	padding: 10px;
	}
	
	td.reg {
	padding: 2px;
	}


.spaltehead {
	text-align:left;	
	width:130px;
	vertical-align:center;
	font-size:12px;
	font-weight: bold;
	border-bottom: 10px #fff solid;
	border-right: 10px #fff solid;
	background: #ffc000;
	color:#3f3f3f;
	height: 60px;
	}
	
	.bg1 {
	text-align:left;	
	font-size:10px;
	font-weight: bold;
	border-bottom: 1px #fff solid;
	background: #ffc000;
	color:#3f3f3f;
	}
	
		.bg2 {
	text-align:left;	
	font-size:9px;
	border:	#d46f5c 1px solid;
	background: #ccc;
	color:#3f3f3f;
		}
		
		.bg3 {
	text-align:left;	
	font-size:9px;
	border:	#d46f5c 1px solid;
	background: #eee;
	color:#3f3f3f;
		}
		
	
		.bg4 {
	text-align:left;	
	font-size:9px;
	font-weight: bold;
	border:	#d46f5c 1px solid;
	background: #777;
	color:#3f3f3f;
		}


	
	.spaltecont {
	text-align:left;	
	width:130px;
	vertical-align:top;
	font-size:10px;
	font-weight: bold;
	border-bottom: 10px #fff solid;
	border-right: 10px #fff solid;
	background: #ffc000;
	color:#3f3f3f;
	}

	


/* 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: #ffc000;	
	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: 140px;
	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 {
	margin-top: 10px;
	font: bold 12pt Verdana, Tahoma, arial, sans-serif;
	color: #3f3f3f; 
	padding: 5px 0 0px 5px; 		
}
#main h2 {
	margin-top: 10px;
	font: bold 8pt Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	padding: 5px 0 5px 5px; 	
}


#maindefault h1 {
	margin-top: 10px;
	font: bold 12pt Verdana, Tahoma, arial, sans-serif;
	color: #3f3f3f; 
	padding: 5px 0 0px 5px; 		
}
#maindefault h2 {
	margin-top: 10px;
	font: bold 8pt Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	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: #fff; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 4px 30px 24px; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 18px;
	margin: 2px -15px;	
	/*list-style-image:url('../Bilder/li_pic.jpg');	*/
	background: url(../Bilder/li_pic.jpg) no-repeat;
}

#sidebar ul.sidemenu li.button {
	list-style: none;
	padding: 8px 0 4px 18px;
	margin: 15px -15px;	
	background: url(../Bilder/button.jpg) no-repeat;
	height: 20px;
}
.dots {
	list-style: none;
	background: url("../Bilder/dots.jpg") repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	list-style-image:none !important;		
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #3f3f3f;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #3f3f3f;
	text-decoration: underline;	
}

#sidebar ul.sidemenu li.button a {
	text-decoration: none;	
	background-image: none;	
	color: #fff;			
}
#sidebar ul.sidemenu li.button a:hover {	
	color: #fff;
	text-decoration: underline;	
}


/* footer */
#footer {
	clear: both;
	width: 780px;
	font-size: 95%;	
	text-align: left;
	margin-left: 5px;
	min-height:46px;
	background: #bb2004 url("../Bilder/footerpic.jpg") no-repeat;
}
#footer p {
	padding:10px 0;
}

#hinweise
{
	width: 500px;
	float: left;
	margin-left:12px;
	padding: 10px 0;
	color: #3f3f3f;
}

#footer a{
	color: #3f3f3f;
	text-decoration:underline;
}

#footer a:hover{
	color:#3f3f3f;
	text-decoration:underline;
}


#bildfooter
{
	float:left;
	margin-left:5px;
	padding: 10px 0;
}

.arrow{
	color: #003466;
}
/* 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; }


#main ul.anfahrt {
	margin-left:10px;
	padding: 0 20px;
}

#main ul li.anfahrt {
	list-style-image: url("../Bilder/pdf_icon.gif");
	}

#main ul li.anfahrt2 {
	list-style-image: url("../Bilder/xps_icon.gif");
	}



