* {
	font-family: Verdana;
}

/*
body  { font-family: Verdana, sans-serif; background: #fff url("images/bodyBackground.png") repeat-x; margin: 0; padding: 0; height: 100% }
*/
body   { font-family: Verdana, sans-serif; background: #fcfcfc; margin: 0; padding: 0; height: 100% }

.red {
	color:red;
}

.aufzaehlung {
	font-size: 11px;
}

.strong {
	font-weight: bold;	
}
.left {
	float:left;
}

h1  { color: #1c065b; font-size: 14px; margin: 0; padding: 5px 0 }

h2  { color: #191919; font-size: 12px }

p, ul, table, ol {
	font-size: 11px;
	text-align: left;
	line-height: 17px;
}

ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
li {
	list-style-image: url('images/bulletActive.gif');	
}

hr {
	border: 1px solid #ddd;
	margin: 20px;
}

a {
	color: #555458;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container  { background-color: #ddd; margin-left: -378px; position: absolute; top: 0; left: 50%; width: 758px }
#innerContainer {
	position: relative;
	width: 750px;
	top: 0px;
	left: 50%;
	margin-left: -376px;
	background-color: #fff;
	border-left: 1px solid #223288;
	border-right: 1px solid #223288;
}

#bodyTop {
	height: 98px;
	background: url('images/bodyTop.png') no-repeat;
}

#channels {
	height: 28px;
	background: url('images/menuBackground.png') repeat-x;
	border-top: 1px solid #223288;
	border-bottom: 1px solid #223288;
}
#channelMenu {
	margin-left: 193px;
}

#bodyMiddle {
	min-height: 572px;
	background: url('images/contentBackground.png') no-repeat;
}

#bodyBottom  { color: #7970a0; font-size: 10px; line-height: 24px; background: #fbfbfb; text-align: center; height: 24px; clear: both; border-top: 1px solid #223288 }

#macroNav {
	float: left;
	padding-left: 10px;
}


#content {
	margin-left: 187px;
}
#innerContent {
	margin-left: 15px;
	padding: 10px 0px;
	width: 400px;
}

#macroNav a
{
	color: #555458;
	font-weight: bold;
}

#macroNav ul.submenu
{
	margin: 0px 0px 10px 20px;	
}
#macroNav ul.submenu a
{
	font-weight: normal;
}

#macroNav li
{
	list-style-image: url('images/bullet.gif');
}

#macroNav li.highlight
{
	list-style-image: url('images/bulletActive.gif');
}

#macroNav li.highlight a
{
	color: #000;
}

div.subNavi {
	padding: 10px 0px 0px 0px;
}

div.subNavi ul {
	text-align: left;
}

div.subNavi ul li {
	display: inline;
	margin-left: 20px;
}


div.imageRight {
	/**
	float: right;
	margin-left: 20px;**/
	text-align: center;
}

div.imageLeft {
	/**float: left;
	margin-right: 20px;**/
	text-align: center;
}
div.imageCenter {
	clear: both;
}
div.imageCenter div {
	text-align: center;
}

div.imageCenter div, div.imageRight div,
div.imageLeft div {
	margin-bottom: 20px;
}

#teaser {
	position: absolute;
	top: 180px;
	left: 605px;
	width: 130px;
	background-color: #b5cad4;
	padding: 5px 0px;
}

div.teaserItem {
	margin-bottom: 20px;
}

div.teaserImage {
	width: 116px;
	margin-left: auto;
	margin-right: auto;
}

div.teaserImageImage {
	width: 116px;
}


div.caption, div.captionCenter {
	font-size: 9px;
	font-style: italic;
	text-align: center;
	margin: 5px 0px;
	color: #999;
	white-space: normal;
}

div.captionCenter {
	text-align: center;
}