/***************************************************
COLORS:
#ec1c24 - SHB-Red (e.g. Logo)
#18479f - darkblue (e.g. Navigation-Background)
#047ce4 - middleblue (e.g. Navigation-Left-Border)
#bbd3ff - lightblue (e.g. Content-Box-Background)
**************************************************/

html {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	color: #222222;
}

a {
	text-decoration: none;
	color: #18479f;
}
a:hover, a:active {
	color: #18479f;
}

h1 {
	background: url(../images/h3-pfeil.gif) no-repeat;
	font: bold 16px  Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
	color: #047ce4;
	margin: 10px 0 0;
	padding: 0 0 0 24px;
}

h2 {
	font: bold 12px  Helvetica, Verdana, Arial, sans-serif;
	color: #047ce4;
	margin: 10px 0 0;
	padding: 3px 0px;
}

h3 {
	font: bold 12px  Helvetica, Verdana, Arial, sans-serif;
	margin: 4px 0 0;
	padding: 0;
}

p {
	margin: 8px 2px 2px 0;
	padding: 0;
}


/*********** begin NAVIGATION-FONT/COLOR ***********/
#navigation-ul {
	font-weight: bold;
}
#navigation-ul li {
	background-color: #18479f;
}
#navigation-ul li a {
	color: #ffffff;
	font-style: italic;
}
#navigation-ul li a:link, #navigation-ul li a:visited {
	border-left: 8px solid #047ce4;
}
#navigation-ul li a:hover, #navigation-ul li a:active, #navigation-ul li a.live {
	border-left: 8px solid #ec1c24;
}

#subnavigation-ul {
	/*background: url(../images/subnavi-gradient.jpg) repeat-x #69b0ef;*/ /*#047ce4;*/
	background: #bbd3ff;
}
#subnavigation-ul li {
	background: none;
}
#subnavigation-ul li a {
	color: #222222;
	border-left: 8px solid #ec1c24;
	font-style: normal;
}
#subnavigation-ul li a:link, #subnavigation-ul li a:visited {
	border-left: 8px solid #ec1c24;
}
#subnavigation-ul li a:hover, #subnavigation-ul li a:active,  #subnavigation-ul li a.live {
	border-left: 8px solid #ec1c24;
	color: #ec1c24;
}
/*********** end NAVIGATION-FONT/COLOR ***********/


#printLink, #printLink:link, #printLink:visited {
	color: #888;
	text-decoration: none;
	margin: 8px;
	display: block;
}
#printLink:hover, #printLink:active {
	color: #333;
	text-decoration: none;
}
#printLink img {
	vertical-align: bottom;
}


/*********** begin BOXES ***********/
.content-box {
	background-color: #bbd3ff;
}
.content-box ul {
	padding-left: 100px;
}
*:first-child+html .content-box ul {
	padding-left: 70px;
}
* html .content-box ul {
	padding-left: 70px;
}


.content-box-news {
	background-color: #bbd3ff;
}

.content-box-news ul {
	padding-left:105px;
}
*:first-child+html .content-box-news ul {
	margin-left: 105px;
	padding-left:0;
}
* html .content-box-news ul {
	margin-left: 105px;
	padding-left:0;
}
/** html .content-box-news ul, *+html .content-box-news ul {
	margin-left: 105px;
	padding-left:0;
}*/

.content-border {
	border: 1px solid #ec1c24;
}

.content-border a:hover, .content-border a:active {
	text-decoration:underline;
}
/*********** end BOXES ***********/



#eventTable th {
	color:#485da5;
	font-weight:bold;
	font-size:16px;
	padding:8px;
}

#eventTable td {
	padding:8px;
}

#eventTable td.odd {
	background:#ececec;
}
#eventTable td.even {
	background:#fff;
}