/* ################ Struktur ################*/

*
{
margin: 0;
padding: 0;
}

img {
border: 0px;
}

body {
background-color: #c7c7c7;
font-size: 11px;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
}

#container {
width: 937px;
text-align: left;
background: #fff url(../images/main_bg.gif) repeat-y;
}

#header {
width: 930px;
height: 210px;
}

.logo {
z-index: 10;
position: absolute;
top: 30px;
left: 131px;
width: 158px ;
height: 163px ;
}

*html .logo {
position: relative;
top: 195px;
left: 131px;
width: 158px ;
height: 163px;
margin-top: -165px;
}


.header-1-1 {
width: 210px;
height: 60px;
background-color: #416fad;
float: left;
}

.header-1-2 {
width: 530px;
height: 60px;
background: #fff url(../images/header-1-2_bg.gif) repeat-x;
float: left;
}

.welcome {
position: absolute;
top: 38px;
left: 310px;
width:420px;
color: #416fad;
}

.welcome h4 {
font-size: 11px;
font-weight: normal;
}

.header-1-3 {
width: 190px;
height: 60px;
background: #fff url(../images/header-1-3_bg.gif) no-repeat;
float: left;
}

.header-2-banner {
height: 90px;
background: #fff url(../images/banner.jpg) no-repeat;
margin: 0;
padding: 0;
}

*html .header-2-banner {
height: 90px;
background: #fff url(../images/banner.jpg) no-repeat;
margin-bottom: -2px;
}

.header-3-1 {
width: 210px;
height: 60px;
background-color: #416fad;
float: left;
}

.header-3-1 {
width: 210px;
height: 60px;
background-color: #416fad;
float: left;
}

.header-3-2 {
width: 720px;
height: 50px;
/* background: url("../images/tipp_bg.gif") no-repeat scroll right #FFFFFF ; */
background: #fff;
border-top: 10px solid #d6e1e3;
float: left;
}

.header-navi {
width: 530px;
float: left;
}

.tippspiel {
width: 185px;
float: left;
}

#left {
width: 210px;
float:left;
background:#416fad;
}

#breadcrumb {
float: left;
width: 720px;
height: 50px;
background-color: #d6e1e3;
overflow: hidden;
}

#breadcrumb p {
margin: 15px 0 0 48px;
color:#000;
}

#newsflash {
color:#333333;
background-color: #F8F8F8;
overflow: hidden;
border-bottom: 0px solid #ececec;
margin: 0 0 20px 0;
padding: 20px;
}

#nonewsflash {
background-color: none;
border-bottom: 0px solid #ececec;
margin: 0 0 0 0;
}


#wrapper {
border: 1px solid #000;
position: relative;
}

#main {
float: left;
width: 630px;
margin: 30px 40px 10px 48px;
border-right: 0px solid #d6e1e3;
overflow: auto;
}

#main2 {
float: left;
width: 460px;
margin: 30px 48px;
overflow: hidden;
border-right: 0px solid #d6e1e3;
}

*html #main {
width: 640px;
margin: 30px 30px 10px 48px;
overflow: hidden;
}

#right {
width: 150px;

float: left;
margin-top: 30px;
}

#footer {
	height: 40px;
	background-image: url(../images/footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer {
text-align: center;
color: #c7c7c7;
}

#footer a:link, #footer a:visited {
color: #cbcbcb;
text-decoration: underline;
}

#footer a:hover, #footer a:active {
color: #cbcbcb;
text-decoration: none;
}



/* ################ Schrift ################*/

a:link,a:visited
{
color: #416fad;
text-decoration: underline;
}

a:hover,a:active,a:focus
{
color: #416fad;
text-decoration: none;
}

p {
	line-height:18px;
}

p.pageinfo, p.iteminfo {
	color: #416fad;
	padding: 0 0 10px 0;
}

p.pageinfo {
font-weight: bold;
padding: 0;
}

span.createdby {
display: block;
}

div.leading h2{
/* font-size: 22px; */
}

div.leading{
margin-bottom: 30px;
}

div.article_row {
margin-bottom: 30px;
}

h1 {
font-size: 18px;
font-weight: bold;
padding-bottom: 5px;
border-bottom: 1px solid #000;
}

h2 {
font-size: 18px;
font-weight: bold;
padding-bottom: 5px;
border-bottom: 1px solid #000;
}

h3 {
font-size: 13px;
font-weight: bold;
padding-bottom: 5px;
border-bottom: 1px solid #000;
}

h4 {
font-size: 13px;
font-weight: bold;
border: 0;
padding-bottom: 5px;
}
  
h2.contentheading {
	line-height:22px;
}
 
#right .moduletable h3 {
background: #416fad;
text-align: center;
font-size: 13px;
font-weight: bold;
padding: 3px;
border-bottom: 0px solid #000;
color: #fff;
}

div.componentheading {
font-size: 18px;
font-weight: bold;
padding-bottom: 5px;
border-bottom: 1px solid #000;
margin-bottom: 30px;
}

/* ################ breadcrumb ######################## */

#breadcrumb a:link, #breadcrumb a:visited {
color:#000;
text-decoration: underline;
}

#breadcrumb a:hover, #breadcrumb a:active {
color:#000;
text-decoration: none;
}


/* ###################################### Menüs ###################################### */

/* ################ header-navi ######################## */

#header div.moduletable_header-navi ul {
list-style-type:none;
margin:22px 0 0 30px;
}

#header div.moduletable_header-navi ul li {
margin:0 0;
display:inline;
}

#header div.moduletable_header-navi ul li a{
display:inline;
text-decoration:none;
}

#header div.moduletable_header-navi ul li a:link,#header div.moduletable_header-navi ul li a:visited {
padding: 18px;
color:#416fad;
font-size: 13px;
font-weight: bold;
}

#header div.moduletable_header-navi ul li a:hover,#header div.moduletable_header-navi ul li a:active,#header div.moduletable_header-navi ul li a:focus {
background:none !important;
color:#416fad !important;
text-decoration: underline;
}



/* ################ left_main ######################## */


#left div.moduletable_main h3 {
color:#fff;
font-family: verdana;
font-size: 16px;
margin:0;
padding:25px 5px 7px 30px;
border:solid 0;
background:#416fad;
}

#left div.moduletable_main ul {
list-style-type:none;
margin:0 0 30px 0px;
}

#left div.moduletable_main ul li {
margin:0 0;
}

#left div.moduletable_main ul li a {
display:block;
text-decoration:none;
width: 177px;
padding:7px 2px 7px 30px;
}

#left div.moduletable_main ul li a:link,#left div.moduletable_main ul li a:visited {
background:#d6e1e3;
border-bottom:solid 1px #416fad;
border-right:solid 1px #416fad;
color:#416fad;
font-size: 13px;
font-weight: bold;
}

#left div.moduletable_main ul li a:hover,#left div.moduletable_main ul li a:active,#left div.moduletable_main ul li a:focus {
background:#d6e1e3 !important;
color:#416fad !important;
text-decoration: underline;
}


/* ################## Main Menue_Main ################## */

#left div.moduletable_main ul li ul {
background:#fff;
border-top:0;
margin:0;
}

#left div.moduletable_main ul li ul li {
border:solid 0px #fff;
}

#left div.moduletable_main ul li ul li {
margin:0;
}

#left div.moduletable_main ul li ul li a:hover,#left div.moduletable_main ul li ul li a:active,#left div.moduletable_main ul li ul li a:focus {
background:#416fad;
color:#fff;
}

#left div.moduletable_main ul li ul li ul {
padding:0;
}

#left div.moduletable_main ul li ul li ul li {
margin-left: -35px;
padding-left: 35px;
}

#left div.moduletable_main ul li.active a:link,#left div.moduletable_main ul li.active a:visited {
background:#d6e1e3;
color: #416fad;
text-decoration:underline;
width: 177px;
padding:7px 2px 7px 30px;
}

#left div.moduletable_main ul li.active ul li a:link,#left div.moduletable_main ul li.active ul li a:visited {
background:#d6e1e3;
border-bottom:solid 1px #416fad;
color:#416fad;
font-weight:normal;
font-size: 11px;
padding:4px 2px 4px 35px;
width: 172px;
text-decoration:none;
}

#left div.moduletable_main ul li.active ul li a:hover,#left div.moduletable_main ul li.active ul li a:active {
background:#d6e1e3;
border-bottom:solid 1px #416fad;
color:#416fad;
font-weight:normal;
font-size: 11px;
padding:4px 2px 4px 35px;
width: 172px;
text-decoration:underline;
}

#left div.moduletable_main ul li.active ul li.active a:link,#left div.moduletable_main ul li.active ul li.active a:visited {
background:#d6e1e3;
border-left:solid 0 #DD75BB;
color:#416fad;
font-weight:bold;
text-decoration:underline;
}

#left div.moduletable_main ul li.active ul li.active ul li a:link,#left div.moduletable_main ul li.active ul li.active ul li a:visited {
width: 167px;
padding-left: 40px;
font-weight:normal;
text-decoration:none;
}

#left div.moduletable_main ul li.active ul li.active ul li a:hover,#left div.moduletable_main ul li.active ul li.active ul li a:active {
text-decoration:underline;
}

#left div.moduletable_main ul li.active ul li.active ul li.active a:link,#left div.moduletable_main ul li.active ul li.active ul li.active a:visited {
background:#d6e1e3;
border-left:solid 0 #DD75BB;
color:#416fad;
font-weight:bold;
text-decoration:underline;
}

#left div.moduletable_main ul li.active ul li.active ul li.active span.active_link {
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left div.moduletable_main form a:hover,#left div.moduletable_main form a:active,#left div.moduletable_main form a:focus {
color:#fff;
}




/* ################ left ######################## */


#left div.moduletable h3 {
color:#416fad;
font-family: verdana;
font-size: 16px;
margin:0;
padding:7px 5px 7px 30px;
border-right:solid 1px #416fad;
background:#d6e1e3;
border-bottom: 0px solid;
}

#left div.moduletable ul {
list-style-type:none;
margin:0;
}

#left div.moduletable ul li {
margin:0 0;
}

#left div.moduletable ul li a {
display:block;
text-decoration:none;
width: 177px;
padding:7px 2px 7px 30px;
}

#left div.moduletable ul li a:link,#left div.moduletable ul li a:visited {
background:#416fad;
border-bottom:solid 1px #d6e1e3;
border-right:solid 1px #416fad;
color:#fff;
font-size: 13px;
font-weight: bold;
}

#left div.moduletable ul li a:hover,#left div.moduletable ul li a:active,#left div.moduletable ul li a:focus {
background:#416fad !important;
color:#fff !important;
text-decoration: underline;
}

/* ################## Main Menue_Main ################## */

#left div.moduletable ul li ul {
background:#fff;

border-top:0;
margin:0;
}

#left div.moduletable ul li ul li {
border:solid 0px #fff;
}

#left div.moduletable ul li ul li {
margin:0;
}

#left div.moduletable ul li ul li a:hover,#left div.moduletable ul li ul li a:active,#left div.moduletable ul li ul li a:focus {
background:#416fad;
color:#fff;
}

#left div.moduletable ul li ul li ul {
padding:0;
}

#left div.moduletable ul li ul li ul li {
margin-left: -35px;
padding-left: 35px;
}

#left div.moduletable ul li.active a:link,#left div.moduletable ul li.active a:visited {
background: #416fad;
color:#fff;
text-decoration:underline;
width: 177px;
padding:7px 2px 7px 30px;
}

#left div.moduletable ul li.active ul li a:link,#left div.moduletable ul li.active ul li a:visited {
background:#416fad;
border-bottom:solid 1px #d6e1e3;
color:#fff;
font-weight:normal;
font-size: 11px;
padding:4px 2px 4px 35px;
width: 172px;
text-decoration:none;
}

#left div.moduletable ul li.active ul li a:hover,#left div.moduletable ul li.active ul li a:active {
background:#416fad;
border-bottom:solid 1px #d6e1e3;
color:#fff;
font-weight:normal;
font-size: 11px;
padding:4px 2px 4px 35px;
width: 172px;
text-decoration:underline;
}

#left div.moduletable ul li.active ul li.active a:link,#left div.moduletable ul li.active ul li.active a:visited {
background:#416fad;
border-left:solid 0 #DD75BB;
color:#fff;
font-weight:bold;
text-decoration:underline;
}

#left div.moduletable ul li.active ul li.active ul li a:link,#left div.moduletable ul li.active ul li.active ul li a:visited {
width: 167px;
padding-left: 40px;
font-weight:normal;
text-decoration:none;
}

#left div.moduletable ul li.active ul li.active ul li a:hover,#left div.moduletable ul li.active ul li.active ul li a:active {
text-decoration:underline;
}

#left div.moduletable ul li.active ul li.active ul li.active a:link,#left div.moduletable ul li.active ul li.active ul li.active a:visited {
background:#416fad;
border-left:solid 0 #DD75BB;
color:#fff;
font-weight:bold;
text-decoration:underline;
}

#left div.moduletable ul li.active ul li.active ul li.active span.active_link {
border-bottom:solid 1px #E0C1E0;
color:#fff;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left div.moduletable form a:hover,#left div.moduletable_main form a:active,#left div.moduletable form a:focus {
color:#fff;
}


#right div.moduletable {
margin-bottom: 30px;
}

#right div.moduletable  ul {
list-style: none;
}

#right div.moduletable  ul li{
display: inline;
padding: 5px;
}

/* ###################################### Ende Menüs ###################################### */


/*  ####################   Formulare   #####################  */
form.limit {
}

form.login {
background:#416fad;
color:#000;
font-size:0.9em;
margin:5px 0 20px;
padding:10px 10px 20px 15px;
text-align:left;
}

form.login .inputbox:focus {

}

form.login p {
clear:both;
border:solid 0 #000;
font-size:1em;
}

form.login .button {
background: #416fad;
clear:left;
color:#fff;
display:block;
font-weight:bold;
margin:0 0 10px !important;
padding:0 30px 0 30px !important;
cursor:pointer;
border:solid 0;
}

form.login fieldset {
border:solid 0 #000;
margin:0;
padding:0;
text-align:left;
}

form.login input {
background:#fff;
border:solid 1px #000;
color:#000;
padding:2px 2px 0;
width:90%;
}

form.login input.checkbox {
background:none;
border:solid 0 #000;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}

form.login label {
color:#000;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}

form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:11em;
}

form.login p {
color:#000;
}

form.login p a {
color:#000;
}

form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#000;
text-decoration:none;
}

form.lost_password .button,.login_form .button {
background:#416fad;
border:0;
color:#fff;
font-weight:bold;
margin:30px 0;
padding:0 30px 0 30px;
cursor:pointer;
}

/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}

form.poll fieldset {
border:0 solid #000;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 1px #416fad;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}

/* #####################  form.registration ################ */
form.search_result,form.registration,form.lost_password,.login_form {
background:#fff;
border:solid 0 #416fad;
margin:15px 10px 0;
padding:0;
position:relative;
}

.search_result .button,form.registration .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:10px 0 0;
padding:0 5px 0 30px;
cursor:pointer;
}

.registration fieldset p {
margin:10px 0;
}

.registration div,.login_form div,.lost_password div {
margin:5px 0;
}

/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}

.display {
margin:20px 0 0;
text-align:right;
}

.filter {
margin:10px 0 0;
}

.inputbox:focus {

}

.highlight {
font-weight:bold;
}

fieldset.word,fieldset.only {
border:solid 1px #ccc;
}

.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}

.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
background:#fff;
border:solid 2px #999;
color:#416fad;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}

.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}

/*Selects*/
.phrase .inputbox {
background:#fff;
color:#000;
display:block;
height:1.5em;
margin-top:10px;
width:12em;
}

.phrase .inputbox option {
background:#EFDEEA;
border-bottom:solid 1px #333;
padding:2px;
}

.phrase .inputbox option a:hover {
background:#C00;
border-color:#CFD0D6;
color:#fff;
}

.search_result legend {
border-bottom:solid 0 #000;
background:#fff;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

div.contact p {
font-weight:bold;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
background:#d6e1e3;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 1px #416fad;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background: #416fad no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 30px 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 1px red;
}

.contact label.invalid {
color:red;
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}

/*  polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}

.poll h3 {
color:#932467;
border:solid 0;
margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}

.poll form {
margin:20px 0;
}

.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}

.poll table .td_1 {
width:30px;
}

.poll table caption {
color:#416fad;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}

.poll td {
border:solid 1px #ddd;
padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
background:#EEE;
border:solid 1px #ccc;
}

.question {
font-weight:bold;
}

p.syndicate {
float:left;
display:block;
text-align:left;
}

#footer a {
color:#fff;
}

/* Error Message contact form */
p.error {
color:#416fad;
background:#d6e1e3;
border-top:3px solid #416fad;
border-bottom:3px solid #416fad;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}






input:focus {

}

fieldset {
	border:0;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:solid 0px #EFDEEA;
	margin:10px 0;
	padding:10px;
	background:#FBF7FA;
}

ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

ul li a.u2:focus,p a.u2:active
{
	padding:0.5em;
	background-color:#000;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

p.counter {
	background:#EEE;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading {
	text-align:right;
}

.buttonheading img
{
	border:0;
}

p.buttonheading a:link,p.buttonheading a:visited
{
	border:solid 0px #fff;
	text-decoration: none;
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
	border:solid 0px #EFDEEA;
		text-decoration: none;
}

p.buttonheading a:hover
{
	background:none !important;
	color:#416fad !important;
	text-decoration: none;
}

p.buttonheading a:active,p.buttonheading a:focus
{
	border:solid 0px;
	color:#000;
		text-decoration: none;
}

em
{
	font-weight:bold;
}


/* Error Message contact form */
div.error {
color:#ba1717;

border-top:3px solid #ba1717;
border-bottom:3px solid #ba1717;
padding:10px;
margin: 0 0 30px 0;
}

div.error ul {
list-style: none;
}

dt.error {
font-weight: bold;
padding: 10px 0;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images_general/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}
