/* main stylesheet, start pages come with body.start */

html {
		height: 100%;
		margin:0;
		padding: 0 0 1px 0;
}

body {
		font: 13px/1.4 Tahoma,'Lucida Grande', Verdana, Arial, sans-serif;
		width: 100%;
		margin:0;
		padding:0;
		text-align: center;
		color: #000;
		background: #fcfee2 url(body-folge-bg.gif) top repeat-x;
}


a {
		color: #000;
		text-decoration: none;
}


a img {
		border: none;
}

h1 {		font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
		font-size: 1.4em;
		font-weight: normal;
}

h2 {		font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		text-transform: uppercase;
}

#sitepath {
		margin-bottom: 23px;
}

h3 {		font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
		font-size: 1em;
		font-weight: bold;
		margin:0;
}

#wrapper {
		width: 960px;
		margin:10px auto 0 auto;
		text-align: left;
}


#header {
	margin:0;
	padding:0;
	width: 100%;
	text-align: center;
}

#header a {
	display: block;
	width: 960px;
	margin:0 auto;
	text-align: left;
	height: 114px;
	text-indent: -999em;
}

#content {
	width: 740px;
	margin: 0px 0 0 20px;
	float: left;
	line-height: 1.5em;

}

#content .detail {
	width: 305px;
	float: left;
	clear: none;	
}

#content .detail .sideimages {
	width: 95px;
}

#content .main {
	width: 305px;
	float: left;
	clear: none;	
}

body.start #content .teaser {
	width: 200px;
	float: left;
	clear: none;
}

body.start #teaser1,
body.start #teaser2{
	margin: 0px 0px 20px 0px;
	color: #fff;
}

body.start #teaser1 a,
body.start #teaser2 a {
	color: #ffcd29;
}

body.start #teaser1{
	margin-right: 20px;
}


#navigation {
	width: 200px;
	float: left;
	margin: 58px 0px 0px 0px;
}

#navigation ul {
	width: 100%;
	float: left;
	clear: left;
	list-style: none;
	margin:0;
	padding:0;
}

#nav li {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 17px 0;
}

#content .teaser h1,
#nav li a {
	display: block;
	padding: 1px 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font: 12px/1.4 'Lucida Grande', Helvetica , Arial, sans-serif;
	font-weight: bold;
	color: #000;
	background: rgba(0,0,0,0.2);
}


body.start #nav li a {
	color: #fff;
	background: rgba(255,255,255,0.2);
}

#nav li a:hover {
	color: black;
	background: rgba(0,0,0,0.5);
}

body.start #nav li a:hover {
	color: black;
	background: rgba(255,255,255,0.5);
}

#subnav li {
	margin:0;
}

#content .detail h3,
#nav li.current li a,
#subnav li a {
	display: inline;
	text-transform: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
	color: #666;
	background: none;
}

body.start #nav li a:hover,
#nav li.current li a:hover,
#subnav li a:hover {
	color: #fff;
	background: #666;
}


#navigation #footer {
	padding: 1px 3px;
	line-height: 1.6em;	
}

#navigation #footer li {
	margin: 0 0 15px 0;
}

#navigation #footer li a {
	display: inline;
	text-transform: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
	color: #00;
	background: none;
	padding: 1px 3px;

}

.sideimages {
	float: right;
	clear: right;
	width: 412px;
	margin: 0px 0px 0px 25px;
}

.sideimage {
	float: left;
	margin: 0 20px 20px 0;
}

.sideimage img {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.nowrap {
	white-space: nowrap;
}

.articlelist {
	list-style: none;
	padding:0;
	margin:0;
}

.articlelist .kursblock{
	margin:0 0 10px 0;
}


.articlelist .kursblock.kompakt{
	margin:0;
}

.articlelist .kursblock .listtime {
	display: block;
	width: 75px;
	margin-right: 10px;
	float: left;
	white-space: nowrap;
}

.articlelist.kompakt h3 {
	margin:5px 0 0;
}

.articlelist.kompakt ul {
	margin:0 0 10px;
}

.textile p {
/*	max-width: 400px; */
}

table {
	border-collapse: collapse;
}

table.kurse th, table.kurse td{
	vertical-align: top;
	text-align: left;
	padding-right: 5px;
}

table.kurse .listtime, table.kurse .level {
	white-space: nowrap;
}

table.kurse th h2 {
	margin:0;
}