@charset "UTF-8";

/*
-----------------------------------------------------------------------------------------------
     GRUNDEINSTELLUNGEN
-----------------------------------------------------------------------------------------------
*/

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	/* IE 5.5 BUG */
	text-align:center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #666666;
}

img {
  border: none;
}

a img{
	border:0;
}

a:link { color:#666666; text-decoration:underline }
a:visited { color:#666666; text-decoration:underline }
a:hover { color:#666666; text-decoration:underline }
a:active { color:#666666; text-decoration:underline }

 ul {
	list-style-position:outside;
	margin: 0px;
	padding-left: 20px;
}

li {
	padding-bottom: 7px;
}

/*
-----------------------------------------------------------------------------------------------
     DIV CONTAINER
-----------------------------------------------------------------------------------------------
*/

#main_container {
	width: 800px;
	margin: 40px auto 0px auto;
	text-align:left;
	position:relative;
	height: 600px;
}

/*
-----------------------------------------------------------------------------------------------
     NAV
-----------------------------------------------------------------------------------------------
*/

#nav_top {
	clear:both;
	height:30px;
}

#nav_bottom {
	clear:both;
	height:30px;
	margin-top: 0px;
}

#openinfozone {
	margin-left: 20px;
}


/*
-----------------------------------------------------------------------------------------------
     INHALT
-----------------------------------------------------------------------------------------------
*/

#content_center {
	clear:both;
	height: 540
}

table.kurstabelle {
}

.kurstabelle td {
	vertical-align:top;
	padding-bottom: 10px;
	padding-right: 35px;
}

table.preistabelle {
}

.preistabelle td {
	vertical-align:top;
	padding-bottom: 10px;
	padding-right: 35px;
}

#bigImage {
	height: 540px;
	width: 800px;
}




/*
-----------------------------------------------------------------------------------------------
     TEXTBOX
-----------------------------------------------------------------------------------------------
*/
.boxShadow{
	background-image:url(bilder/box/shadow.png);
	*background-image:url(bilder/box/shadow.gif);
	background-position:right bottom;
	position:absolute;
}

.boxTitle{
	height:16px;
	border:1px solid #6D6E71;
	margin-right:7px;
	color:#666666;
	padding:3px 0 0 19px;
	background-color:#FFFFFF;
}

.x{
	position:absolute;
	top:7px;
	right:27px;
	width:7px;
	height:7px;
}

.boxBorder{
	border:1px solid #666666;
	border-top:0;
	margin-right:7px;
	padding:18px 20px 20px 18px;
	overflow:hidden;
	background-color:#FFFFFF;
}

.boxText{
	color:#666666;
	position: relative;
	top:-15px;
	padding-top: 10px;
}


