/**
 * Layout Styles
 */
body {
	background-image: url("/images/layout/tile.gif");
	background-position: center;
	background-repeat: repeat-y;	
	background-color: #ffffff; /* f7f7f7 */
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.3em;
}

div#container {
	margin: -15px auto 0 auto; /* 0 auto 0 auto;*/
	width: 880px;
	height: auto;
	padding: 0 10px 10px 10px;	/* 10px; */
}

div#header-top {
	width: 100%;
	height: 45px; /* 60px */
	background-image: url("/images/layout/header_top.gif");
}

div#header-top div.links {
	padding: 22px 10px 0 0;
}

div#header {
	width: 100%;
	height: 220px;
	background-position: top left;
	margin: 0 0 0 0; /* 10px 0 0 0; */
}

div#left-col {
	width: 195px;
	height: auto;
	background-color: #0763A8;
	margin: 10px 10px 0 0;
	padding: 0 0 10px 0;
	float: left;
}

div#left-col div.heading {
	background-image: url("/images/layout/heading_left-col.jpg");
	background-repeat: no-repeat;
	width: 170px; /* 195 - 25px padding */
	height: 34px; /* 50 - 16px padding */
	padding: 16px 0 0 25px;
	font-size: 1.2em;
}

div#left-col div.subheading {
	background-image: url("/images/layout/subheading_left-col.jpg");
	background-repeat: no-repeat;
	width: 170px; /* 195 - 25px padding */
	height: 34px; /* 50 - 16px padding */
	padding: 16px 0 0 25px;
	font-size: 1.2em;
}

div#left-col div.button {
	background-image: url("/images/layout/button_green.gif");
	background-repeat: no-repeat;
	width: 125px; /* 175 - 50px padding */
	height: 32px; /* 50 - 17px padding */
	padding: 18px 0 0 50px;
	font-size: 1.2em;
}

div#left-col div.body,
div#right-col div.body {
	padding: 0 10px 10px 10px;
}

div#left-col div.text,
div#right-col div.text {
	padding: 3px;
}

div#left-col div.text div.link,
div#right-col div.text div.link {
	text-align: right;
}

div#left-col div.line-175 {
	width: 175px;
	height: 10px;
	background-image: url("/images/layout/line_blue.gif");
	background-position: center;
	background-repeat: no-repeat;
}

div#main {
	float: left;
	width: 460px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	background-image: url("/images/layout/line_vert.gif");
	background-repeat: repeat-y;
}

div#navi {
	background-image: url("/images/layout/nav_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	padding: 6px 0 0 0;
}

div#content {
	height: auto;
	text-align: left;
}

div#content h1 {
	background-image: url("/images/layout/headline.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 460px;
	height: 25px;
	padding: 0;
	margin: 10px 0 10px 0;
	color: #0060A7;
	font-size: 1.5em;
}

div#content h2 {
	font-size: 1.2em;
	color: #0763A8;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

div#right-col {
	width: 185px;
	height: auto;
	background-color: #F7F7F7;
	float: left;
	padding: 0 0 10px 0;
	margin: 10px 0 0 10px;
}

div#right-col div.line-165 {
	width: 165px;
	height: 10px;
	background-image: url("/images/layout/line_grey.gif");
	background-position: center;
	background-repeat: no-repeat;
}

div#right-col div.heading {
	background-image: url("/images/layout/heading_right-col.jpg");
	background-repeat: no-repeat;
	width: 130px; /* 185 - 55px padding */
	height: 34px; /* 50 - 16px padding */
	padding: 16px 0 0 55px;
	font-size: 1.2em;
}

div#right-col div.subheading {
	background-image: url("/images/layout/subheading_right-col.jpg");
	background-repeat: no-repeat;
	width: 155px; /* 185 - 30px padding */
	height: 34px; /* 50 - 16px padding */
	padding: 16px 0 0 30px;
	font-size: 1.2em;
	color: #ffffff;
}

div#right-col div.button {
	background-image: url("/images/layout/button_blue.gif");
	background-repeat: no-repeat;
	width: 110px; /* 165 - 55px padding */
	height: 34px; /* 50 - 16px padding */
	padding: 16px 0 0 55px;
	font-size: 1.2em;
}

div.button a {

}

div#footer {
	background-image: url("/images/layout/footer.jpg");
	background-repeat: no-repeat;
	width: 860px;
	height: 27px;
	margin: 20px 0 0 0;
	padding: 13px 10px 0 10px;
}

div#footer div.left {
	float: left;
}	

div#footer div.right {
	float: right;
}

/**
 * Kursliste
 */
 
hr {
	border: 0;
	visibility: hidden !important;
}

dl, dd, dt {
	margin: 0;
	padding: 0;
}

dl#kurse {
	margin: 5px 0 0 0;
}

dl#kurse dt div {
	float: left;
	margin: 0 2px 0 0;
	padding: 3px 0 3px 0;
	height: 30px;
	cursor: hand;
	cursor: pointer;
}

dl#kurse dt.head div {
	background-color: #0763A8;
	color: #fff;
	font-weight: bold;
	text-align:center;
	height: 15px;
}

dl#kurse dt div.datum {
	width: 72px;
	padding-left: 3px;
}

dl#kurse dt div.angebot {
	width: 200px;
}

dl#kurse dt div.belegt {
	width: 45px;
	text-align: center;
}

dl#kurse dt div.preis {
	width: 45px;
	text-align: center;
}

dl#kurse dt div.right {
	text-align: right;
	padding: 3px 3px 3px 0;
	width: 84px;
	margin: 0;
}

dl#kurse dd {
	/*padding: 5px 5px 5px 10px;*/
	border: solid 1px #F7F7F7;
}

dl#kurse dd div {
	margin: 10px;
	/*border-left: solid 1px #cacaca;*/
	padding: 0 0 0 5px;
}

dl#kurse dd div table {
	border-collapse: collapse;
	margin: 0;
}

dl#kurse dd div table td {
	padding: 0;
}