/* FARBEN */

.bgColorNeutral{
	background-color:#FF9900;
}

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

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

.bgColorMobile{
	background-color:#ff0000;
}


body {
	background-color:#ffffff;
	margin:0px;
}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:14px;
}

a{
	color:#E2001A;
}

a:hover{
	color:#660000;
}

h1{
	background-image:url(../images/global/arrow_navi_normal.gif);
	background-repeat:no-repeat;
	background-position:6px 7px;
	background-color:#660000;
	color:#ffffff;
	padding:0px;
	margin:0px;
	padding-left:16px;
	font-size:12px;
	line-height:20px;
	border-bottom:1px solid #FFFBF3;
}

.imageBorder img{
	border-top:1px solid #FFFBF3;
	border-bottom:1px solid #FFFBF3;
}

.imageBorder{
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:4px;
}

/* Nur fuer IE 6 */
* html .imageBorder{
	padding-bottom:1px;
}

.teaserStart, .teaserEnd{
	background-image:url(../images/global/bg_teaser_start.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFBF3;
	height:6px;
	font-size:1px;
}

.teaserContent{
	background-image:url(../images/global/bg_teaser_content.gif);
	background-repeat:repeat-y;
	background-color:#FFFBF3;
	padding:3px 9px 3px 9px;
}

.teaserEnd{
	background-image:url(../images/global/bg_teaser_end.gif);
	background-position:bottom;
	margin-bottom:20px;
}
