body {
	background-color:#FFF9ED;
	background-image:url(../images/global/bg_body.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15px;
}

h1{
	font-size:16px;
	color:#660000;
	line-height:20px;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:2px;
}

h2{
	font-size:14px;
	color:#660000;
	line-height:20px;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:2px;
}

h3{
	font-size:12px;
	color:#333333;
	line-height:20px;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:2px;
}

.fLeft{
	float: left;
}

.fRight{
	float: right;
}

.fClear{
	clear:both
}


/* Spacer - Abstaende */

.distanceSmall{
	height:10px;
}

.distanceNormal{
	height:30px;
}

.distanceBig{
	height:50px;
}


/* Listen */

ul{
	margin-top:2px;
	margin-bottom:16px;
}


/* Trennlinie */

.line{
	height:20px;
	background-image:url(../images/global/bg_line_content.gif);
	background-repeat:repeat-x;
	background-position:0px 10px;
	clear:both;
}



/* Tabelle Content */

#content table{
	width:500px;
	margin-bottom:20px;
	background-color:#FFF5E5;
	empty-cells:show;
	border-collapse:separate;
	table-layout:fixed;
}

#content td{
	font-weight:bold;
	border-bottom:1px solid #ffffff;
}

#content td.tdLabel, #content th.tdLabel{
	font-weight:normal;
	width:150px;
	color:#660000;
	border-right:1px solid #ffffff;
}

#content th.tdLabel, #content th{
	text-align:left;
	color:#FFE7B8;
	background-color:#660000;
}

.iterateTR{
	background-color:#FFEBCC;
}

/* Spalten Layout (Fotoalbum) */

#content img{
	border:none;
}

.rowLeft, .rowRight{
	width:230px;
	margin-bottom:30px;
}

.rowLeft{
	float:left;
}

.rowRight{
	float:right;
}


/* Globale Container */

#pageBorder{
	width:980px;
	margin-top:37px;
	border:1px solid #ffffff;
}

#metaNavigationTop{
	height:21px;
	font-size:9px;
	background-color:#ffffff;
	color:#FF9900;
	line-height:20px;
	text-align:right;
	padding-right:10px;
}

#header{
	height:131px;
	background-color:#660000;
	color:#ffffff;
	background-image:url(../images/global/bg_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

* html #header{
	height:131px;
}

#colorBar{
	height:20px;
	background-image:url(../images/global/bg_logo_claim.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	background-color:#FF9900;
}

#contentblock{
	background-image:url(../images/global/bg_pageblock.gif);
	background-position:0px 0px;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	background-color:#ffffff;
}

#contentarea{
	margin:0px;
	padding:0px;
}

#navigation{
	float:left;
	text-align:left;
	width:220px;
	font-size:13px;
	margin-bottom:30px;
}

#subnavigation{
	width:220px;
	font-size:11px;
	margin-left:14px;
}

/* Nur fuer IE 6 */
* html #subnavigation{
	width:206px;
}

#content{
	float:left;
	text-align:left;
	width:500px;
	margin:20px 0px 40px 20px;
}

#teaserrow{
	float:right;
	width:200px;
	margin:20px 20px 40px 0px;
}

/* Nur fuer IE 6 */
* html #teaserrow{
	margin:20px 10px 40px 0px;
}

.iframeteaser{
	width:200px;
	height:1240px;
	border:none;
}

#footer{
	height:8px;
	background-color:#FF9900;
	font-size:1px;
}

#metaNavigationBottom{
	text-align:right;
	padding:6px 0px 40px 0px;
	font-size:9px;
	height:10px;
	width:980px;
	color:#FF9900;
}

.navigationFirstLevel{
	background-image:url(../images/global/bg_navigationFirstLevel.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:6px 10px 8px 10px;
}

#navigationSecondLevel{
	padding-left:10px;	
}

/* Links */

#navigation a{
	color:#FFD583;
	text-decoration:none;
	display:block;
	background-image:url(../images/global/arrow_navi_normal.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:11px;
}

#navigation a:hover{
	background-image:url(../images/global/arrow_navi_hover.gif);
	color:#ffffff;
}

#navigation .opened a{
	background-image:url(../images/global/arrow_navi_opened.gif);
	background-position:0px 5px;
	color:#ffffff;
}

#navigation .selected a{
	background-image:url(../images/global/arrow_navi_selected.gif);
	color:#ffffff;
}

#navigation .opened #navigationSecondLevel a{
	color:#FF9900;
	padding-bottom:3px;
	padding-top:3px;
	font-size:11px;
	background-image:none;
}

#navigation .opened #navigationSecondLevel a.selected, #navigation .opened #navigationSecondLevel a.selected:hover{
	color:#ffffff;
}

#navigation .opened #navigationSecondLevel a:hover{
	color:#FFD583;
}

#metaNavigationBottom a, #metaNavigationTop a{
	color:#660000;
	text-decoration:none;	
}

#metaNavigationBottom a:hover, #metaNavigationTop a:hover{
	color:#000000;
	text-decoration:underline;
}

a{
	color:#E2001A;
}

a:hover{
	color:#660000;
}

a.toAnchor{
	background-image:url(../images/global/arrow_toanchor.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:10px;
}

a.toTop{
	color:#e2001a;
	float:right;
	background-image:url(../images/global/arrow_totop.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:10px;
}

a.toTopBottomLink{
	color:#999999;
}

a.toTop:hover, a.toTopBottomLink:hover{
	color:#660000;
}

#toTopBottom{
	margin:20px 20px 30px 240px;
	padding-top:10px;
	font-size:10px;
	color:#cccccc;
	background-image:url(../images/global/bg_line_footer.gif);
	background-position:top;
	background-repeat:repeat-x;
}


/* TeaserModule */

.teaserModule{
	padding-bottom:20px;
}

.teaserModuleHeadline{
	background-color:#660000;
	height:24px;
	border-bottom:1px solid #ffffff;
}

.teaserModuleHeadline h1, .teaserModuleHeadline h2{
	font-size:12px;
	color:#FFE7B8;
	padding:1px 8px 0px 8px;
	margin:0px 0px 0px 0px;
	line-height:20px;
}

.teaserModuleHeadline h1{
	float:left;
	background-image:url(../images/global/arrow_teaser_headline.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin-left:6px;
	padding-left:16px;
}

.teaserModuleHeadline h2{
	float:right;
	font-weight:normal;
}

.teaserModuleContent{
	clear:both;
	background-color:#FFF3DB;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	color:#08162C;
}

.teaserModuleText{
	margin:4px;
}

.teaserModuleText img{
	float:left;
	margin:-4px 10px 0px -4px;
}

.imageLeft{
	float:left;
	margin:0px 10px 10px 0px;
}

.imageRight{
	float:right;
	margin:0px 0px 10px 10px;
}

* html .teaserModuleText img{
	margin-bottom:-4px;
}

.teaserModuleColorBar{
	background-color:#FF9900;
	height:3px;
	font-size:1px;
	line-height:1px;
}

a.arrowLink{
	float:right;
	margin-top:10px;
	margin-bottom:6px;
	padding-left:13px;
	background-image:url(../images/global/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
}

#content td a.arrowLink{
	margin-top:0px;
	margin-bottom:0px;
}


/* Formelemente */



form, select, input, textarea {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
}

select {
	border:1px solid #FF9900;
}

input{
	height:20px;
}

input, textarea {
	padding:2px;
	width:320px;
	border:1px solid #FF9900;
}

.button{
	float:right;
	width:100px;
}


/* FARBEN */

.fontColorNeutral{
	color:#FF9900;
}

.fontColorCourse{
	color:#43b8b9;
}

.fontColorEvent{
	color:#1bc412;
}

.fontColorMobile{
	color:#ff0000;
}

.bgColorNeutral, .typeNeutral .teaserModuleColorBar{
	background-color:#FF9900;
}

.bgColorCourse, .typeCourse .teaserModuleColorBar{
	background-color:#43b8b9;
}

.bgColorEvent, .typeEvent .teaserModuleColorBar{
	background-color:#1bc412;
}

.bgColorMobile, .typeMobile .teaserModuleColorBar{
	background-color:#ff0000;
}