@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px auto;
	background-image: url(../images/body_bg.jpg);
}


#container
{
	margin: 0px auto;
}


#ticker {
	width: 670px;
	background-color: #003b84;
	color: #ffffff;
	font-size: 14px;
	margin: 3px 0px 8px 0px;
	font-weight: bold;
	padding: 5px;
}

#head
{
	width: 950px;
	height: 109px;
	border-bottom: 1px solid #ffffff;
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
}

#leftHeadColumn
{
	width: 250px;
	height: 109px;
	display:block;
	float:left;
}

#ContentHeadColumn
{
	width: 700px;
	height: 109px;
	margin-left: 250px;
}



#logo
{
	width: 226px;
	height: 86px;
	background-image:url(../images/logo.png);
}

#headlineIndex
{
	width: 950px;
	height: 246px;
}

#leftHeadlineColumn
{
	width: 250px;
	height: 246px;
	background-image:url(../images/headline_left_bg.jpg);
	display:block;
	float:left;
}

#contentHeadline
{
	width: 680px;
	height: 226px;
	background-image:url(../images/headling_content_bg.jpg);
	margin-left: 250px;
	padding: 10px;
	color: #002454;
}

#contentHeadline a
{
	color: #002454;
}

#content
{
	width: 950px;
	height: auto;
	min-height: 450px;
	background-image: url(../images/content_bg.jpg);
	background-repeat:repeat-y;
}

#leftContent
{
	width: 250px;
	height: auto;
	min-height: 450px;
	display:block;
	float:left;
}

#innerContent
{
	margin-left: 250px;
	width: 680px;
	height: auto;
	min-height: 450px;
	padding: 10px;
	font-size: 14px;
	text-align: justify;
}

#innerContent img
{
	border: 1px solid #003c86;
	float: left;
	margin: 0px 10px 10px 0px;
}

#innerContent a
{
	color: #002454;
	text-decoration: none;
}

#innerContent a:hover
{
	color: #002454;
	text-decoration: underline;
}

#abschluss
{
	width: 100%;
	height: 10px;
	border-top: 1px dashed #002454;
	color: #999999;
	padding-top: 10px;
	font-size: 11px;
}

#abschluss a
{
	color: #999999;
}

.linksArtikel
{
	padding: 10px;
}

.linksArtikel a
{
	color: #000000;
	text-decoration: none;
}

.linksArtikel a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.linksArtikel li
{
	font-style: normal;
	font-size: 12px;
	color:#000000;
	list-style: none;
}

linksArtikel a
{
	color:#000000;
	text-decoration: none;
}

.line
{
	padding: 10px;
	height: 12px;
	width: 220px;
	background-image:url(../images/linie.png);
	background-repeat:repeat-x;
	font-size: 5px;
}
