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

body {
	margin:8px;
	padding:0;
	background-color:#fff;
	color:#000;
}

body, th, tr {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

.componentheading {
	font-size:10px;
	font-weight:bold;
}

.contentheading {
	font-size:18px;
	font-weight:bold;
       color:#439ecd;
}

span.small, td.createdate {
	font-size:11px;
	color:#444;
}

.pagenav {
	color:#444;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	color:#999999;
}

.clear {
	clear:both;
}

form, fieldset, img {
	border:none;
}

input {
	margin:4px;
}

div#body_container {
	width:859px;
	border:1px solid #aeaeae;
	background-color:#FFF;
	text-align:left;
	overflow:hidden;
}

div#tpl_header {
	width:859px;
	height:150px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}

span.site_name {
	padding:40px 0 0 134px;
	display:block;
	font-size:16px;
}

div.spc_header {
	height:1px;
	border-top:1px solid #666;
	background-color:#ffffff;
}

div#bc_container {
	font-size:11px;
	color:#444;
	padding:6px 4px 3px 4px;
	margin:0 10px 8px 10px;
	border-bottom:1px dotted #ccc;
}

div#site_container_n {
}

div#site_container_l {
	background-repeat:repeat-y;
	background-position:left top;
	background-image:url(../images/main_bg_l.gif);
}

div#site_container_r {
	background-repeat:repeat-y;
	background-position:left top;
	background-image:url(../images/main_bg_r.gif);
}

div#site_container_lr {
	background-repeat:repeat-y;
	background-position:left top;
	background-image:url(../images/main_bg_lr.gif);
}

div#left_container {
	width:160px;
	float:left;
	overflow:hidden;
}

div#right_container {
	width:160px;
	float:right;
	overflow:hidden;
}

div#content_container {
	overflow:hidden;
	padding:0 22px 6px 22px;
}

#content_container a {
text-decoration:none;
	color:#439ecd;
	font-weight: bold;
	outline:none;
	}

#content_container a:visited {
text-decoration:none;
	color:#439ecd;
	font-weight: bold;
	outline:none;
	}

#content_container a:hover {
text-decoration:none;
	color:#999999;
	font-weight: bold;
	outline:none;
	}

div.moduletable_menu, div.moduletable {
	margin-bottom:16px;
}

div.moduletable_menu h3, div.moduletable h3 {
	font-weight:bold;
	font-size:13px;
       color:#439ecd;
	background-color:#ffffff;
	background-image:url(../images/mod_header.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
	padding:4px 0 4px 35px;
	display:block;
	border-bottom:1px solid #666;
	margin:0;
}

div.moduletable_menu ul, div.moduletable_menu li {
	margin:0;
	padding:0;
	list-style:none;
}

div.moduletable_menu ul li {
	border-bottom:1px solid #ccc;
}

div.moduletable_menu ul li a {
	padding:4px 0 4px 22px;
	display:block;
}

div.moduletable_menu ul li a:hover {
	color:#000;
	background-color:#e9e9e9;
}

div.moduletable_menu ul li ul li{
	border:none;
	border-top:1px dashed #e9e9e9;
}

div.moduletable_menu ul li ul li a {
	padding:4px 0 4px 28px;
	display:block;
}

div.moduletable_menu ul li ul li ul li a {
	padding:4px 0 4px 34px;
	display:block;
}

div.site_footer {
	width:859px;
	font-size:10px;
	color:#444;
	display:block;
	padding:4px;
}

div.site_footer a {
	color:#444;
}

div.site_footer a:hover {
	color:#111;
}

div.site_footer span.ft_joomla {
	text-align:left;
	display:inline-block;
	width:680px;
}

div.site_footer span.ft_link {
	text-align:right;
	display:inline-block;
	width:159px;
}

/* Cookie Hinweis Styles */

#cookie-hinweis a {color:#439ecd; text-decoration:underline;}

#cookie-hinweis a:hover {text-decoration:underline;}

#cookie-hinweis div {padding:10px; padding-right:40px;}

#cookie-hinweis {
    outline: 1px solid #7b92a9;
    text-align:center;
    border-top:1px solid #fff;
    background: #d6e0eb;
    background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9));
    background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 );
    position:fixed;
    left: 0px;
    bottom:0px;
    z-index:10000;
    width:100%;
    font-size:13px;
    line-height:16px;}

#cookie-hinweis-closer {
    color: #777;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    cursor:pointer;
    border-top:1px solid white;
    border-left:1px solid white;
    border-bottom:1px solid #7b92a9;
    border-right:1px solid #7b92a9;
    padding:4px;
    background: #ced6df; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 );
}

#cookie-hinweis-closer:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}