@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-color: #ffffff;
}

/*
	LAYOUT
*/

#outer-container
{
	clear: left;
	position: relative;
	width: 1000px;
	margin: auto;
	text-align: left;
	background-image: url(img/logo.png);
	background-position: 12px 10px;
	background-repeat: no-repeat;
}

#menu-top, #menu-bottom
{
	height: 25px;
	line-height: 25px;
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-x;
}
#menu-top
{
	width: 922px;
	margin-bottom: 3px;
	padding-left: 17px;
	color: #ffffff;
}
#menu-top a
{
	padding: 0 17px 0 17px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#menu-top a:visited, #menu-top a:link
{
	color: #eeeeee;
}
#menu-top a:hover
{
	color: #dddddd;
}

#header
{
	height: 188px;
	text-align: center;
	padding: 3px 0px 3px 0px;
}

#inner-container
{
	width: 939px;
	margin-left: 61px;
	background-image: url(img/bg_inner.jpg);
	background-repeat: repeat-y;
}

#content-container
{
	margin: 0 3px 0 3px;
}
.content-container-col-2
{
	background-image: url(img/bg_sidebar.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

#content-left-container
{
	float: left;
	width: 200px;
}

#content-middle-container
{
	display: block;
}
.content-middle-container-col-1 {margin: 0 0 0 200px;}
.content-middle-container-col-2 {margin: 0 212px 0 200px;}

#content-right-container
{
	float: right;
	width: 212px;
}
#content-right-container .newsarticle .hozline {
	width: 100%;
}

#content-left
{
	padding: 25px 10px 0 10px;
}
#content-left a
{
	display: block;
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#content-left a:link
{
	color: #999999;
}
#content-left a:hover, #content-left a:visited
{
	color: #666666;
}

#content-middle
{
	padding: 25px 10px 25px 10px;
	color: #666666;
	text-align: justify;
}
#content-middle span
{
	padding-bottom: 10px;
	color: #999999;
	font-size: 20px;
	font-weight: bold;
}
#content-middle td h6
{
	font-size: 10px;
	font-weight:normal;
}
#content-middle td rechts
{
	text-align:right;
}
#content-middle a:visited, #content-middle a:link
{
	color: #333333;
	text-decoration: underline;
}
#content-middle a:hover
{
	color: #666666;
	text-decoration: none;
}
#content-middle span a:visited, #content-middle span a:link
{
	color: #999999;
	text-decoration: underline;
}
#content-middle span a:hover
{
	color: #666666;
	text-decoration: none;
}

#content-right
{
	padding: 10px 15px 10px 15px;
	color: #666666;
	text-align: justify;
}
#content-right span
{
	padding-bottom: 5px;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}
#content-right a:visited, #content-right a:link
{
	color: #333333;
	text-decoration: underline;
}
#content-right a:hover
{
	color: #666666;
	text-decoration: none;
}

#menu-bottom
{
	width: 934px;
	margin-top: 3px;
	padding-right: 5px;
	color: #ffffff;
	text-align: right;
}
#menu-bottom a
{
	padding: 0 5px 0 5px;
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#menu-bottom a:visited, #menu-bottom a:link
{
	color: #ffffff;
}
#menu-bottom a:hover
{
	color: #dddddd;
}

span
{
	display: block;
}
.rechts{
	text-align:right;
}
.links{
	text-align:left;
}
.mittig{
	text-align:center;
}
