@charset "utf-8";
/* CSS Document */
html
{
	height:100%;
}
body
{
	background-color:#808080;
	background-image:url("../header_footer_design/images/background.jpg");
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a img
{
	border:0px;
}

div#mainPage
{
	display:block;
	position:absolute;
	top:0px;
	margin:auto;
	height:auto;
	background-color:#ffffff;
	border: 2px solid #ffffff;
	width:953px;
	margin-left: -475px; /* negative Hälfte von width: 500px */
	left: 50%

}






#mainlogo
{

}







#navigationtopMenue {
height: 30px;
width: 953px;
background-color: black; 
	background-image:url("../images/mainmenue.jpg");
	background-repeat: repeat-x;
}

#topMenue {
	list-style:none;
	padding: 4px;
	margin-left: 4px;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;

	border-top: thin dotted;
	border-bottom: thin dotted;
	border-left: thin dotted;
	border-right: thin dotted;
    margin: 0px 0px 5px 0px;
	padding: 2px 0px 3px 5px;
 }

#topMenue a {
	color: #FFFFFF;
}








#werbung {
height: 92px;
width: 949px;

margin-top: 6px;
background-color: white; 
border-top: thin dotted;
border-bottom: thin dotted;
border-left: thin dotted;
border-right: thin dotted;
}

#werbung-google {
height: 92px;
width: 730px;
float: left;
background-color: white; }

#werbung-sonstiges {
height: 86px;
width: 219px;
float: left;
background-color: white; }








#steuerleiste {
height: 105px;
width: 949px;
float: left;
margin-top: 6px;
border-top: thin dotted;
border-bottom: thin dotted;
border-left: thin dotted;
border-right: thin dotted;
background-color: #fafaf0;
 }

#steuerleiste-logo {
height: 105px;
width: 116px;
float: left;
 }

#steuerleiste-pathway {
height: 105px;
width: 593px;
float: left;
margin-top: 40px;
margin-left: 40px;
font-size: 16px;
 }

#steuerleiste-suche {
height: 103px;
width: 200px;
float: left;
 }










.componentheading {
	font-size: 14px;
	font-weight:bold;
}
.contentheading {
	font-size: 12px;
	font-weight:bold;
}

.small {
	font-size: 11px;
	font-style:italic;
	color: #555555;
}







div#maincontent
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	padding-bottom: 0px;
	background-color:#ffffff;

}




ul.mainlevel-nav {
	visibility:hidden;
}
a#mainlevel-nav {
	visibility:hidden;
}
div#headerMenu a:hover
{
	padding:0px 0px;
	height:0px;
}
div#headerSearch
{
	position:absolute;
	width:240px;
	height:37px;
	right:10px;
	top:100px;
}








div#mainArticles
{
	position:relative;
	left:170px;
	padding-bottom:65px;
	background-color:#ffffff;
	width:640px;
border-top: thin dotted;
border-bottom: thin dotted;
border-left: thin dotted;
border-right: thin dotted;
}







#werbungRechts 
{
	position:absolute;
	width:120px;
	height:600px;
	left:825px;
	top: 1px;
border-top: thin dotted;
border-bottom: thin dotted;
border-left: thin dotted;
border-right: thin dotted;
}






div#leftMenue
{
	position:absolute;
	left:0px;
	padding-left: 3px;
	width:auto;
	background-color:#ffffff;

}





/* All <a>'s inside an <ul> which is inside of a <div> with id "leftMenue", thus all links inside of the left menu */
div#leftMenue ul a
{
	text-decoration:none;
	color:#0000ff;
	padding:0px;
}

/* <ul>'s generated by joomla for menu depth > 0 */
div#leftMenue ul
{
	list-style:none;
	padding: 4px;
	margin: 4px;
}
/* <ul> generated by joomla for depth = 0 (thus mainmenu) has class "menu" */
div#leftMenue ul.menu
{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
/* <ul> generated by joomla for mainlevel links (like "Forgot password?" etc.) has id "mainlevel" */
div#leftMenue ul#mainlevel
{
	list-style:none;
	padding: 2px;
	margin: 2px;
}

/* All <a>'s inside of an <ul> of class "menu" which is inside a div with id "leftMenue", thus all <a>'s inside of the left menu. */
div#leftMenue ul.menu a 
{
	display:block;
	width: 150px;
	height: 24px;
	position:relative;
	text-decoration:none;
	background: url('../images/left_menu_button.jpg');
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #c58c5d;
	border-left: 1px solid #c58c5d;
	border-right: 1px solid #c58c5d;

}

/* All <a>'s inside a <li> with class "item1" which is inside an <ul> with class "menu" which is inside of a <div> with id "leftMenue", thus the <a> of the FIRST menu entry, which should also have a top border */
div#leftMenue ul.menu li.item1 a
{
	border-top: 1px solid #c58c5d;
}


/* all <a>'s inside of an <ul> which is inside of an <ul> with class "menu" which is inside of a div with id "leftMenue", thus all <a>'s which are SUBMENU items inside the left menu. */
div#leftMenue ul.menu ul a 
{
	display:block;
	width: 150px;
	height: 24px;
	position:relative;
	text-decoration:none;
	background: url('../images/left_menu_button_offen.jpg');
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	border-top: 1px solid #c58c5d;
	border-right: 1px solid #c58c5d;
	border-left: 1px solid #c58c5d;
	border-bottom: 1px solid #c58c5d;

}

/* <span> which wraps link-text in all of main-menu's links */
div#leftMenue ul.menu a span {
	display:block;
	padding-left:8px;
	padding-top: 3px;
	height: 24px;
	color:#ffffff;
	font-size: 11px;
}
/* mouse over changes to <span> which wraps link-text in all of main-menu's links */
div#leftMenue ul.menu a:hover span
{
	display:block;
	padding-left:6px;
	padding-top: 3px;
	height: 24px;
	color:#fffff;
	font-size: 11px;
}

/* text of the current active menu item */
div#leftMenue ul.menu li#current a span
{
	display:block;
	padding-left:6px;
	padding-top: 3px;
	height: 24px;
	color:#ffffff;
	font-size: 11px;
}



























td.sectiontableheader {
	padding: 5px;
}

tr.sectiontableentry1 td {
	padding: 5px;
	/*background-color: #FECEA8;*/
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
tr.sectiontableentry1 {
	padding: 5px;
	/*background-color: #FECEA8;*/
	border-left: 1px solid #cccccc;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 5px;
}

tr.sectiontableentry2 td{
	padding: 5px;
	/* background-color: #FFD7BA; */
	
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

tr.sectiontableentry1 {
	padding: 5px;
	/*background-color: #FECEA8;*/
	border-left: 1px solid #cccccc;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration:none;
}

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





div#headerTop
{
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid black;
	right:10px;
	top:10px;
	width:468px;
	height:60px;
	display:block;
	overflow:hidden;
}

div#headerSearch
{
	position:absolute;
	width:auto;
	height:37px;
	right:10px;
	top:80px;
}

div#headerTop table tbody tr td p {
	display:inline;
}

input {
	border: 1px solid #555555;
	font-size: 11px;
}

input#modlgn_remember {
	border: 0px none #000000;
}

fieldset {
	border:0px none #000000;
}



button, .button {
	background-color: #FFC095;
	border: 1px solid #c58c5d;
}













div#footer
{
	height:auto;
	color:#333333;
	text-align:center;
	position:relative;
	left:0px;
	bottom:22px;
	width:100%;
	visibility:hidden;
}


div#footer a
{
	color:#222222;
	text-decoration:none;
}







#werbungfooter
{
	position:absolute;
	width: 949px;
	height:90px;
border-top: thin dotted;
border-bottom: thin dotted;
border-left: thin dotted;
border-right: thin dotted;

}





div#blackLineEnd
{
	position:absolute;
	bottom:10px;
	width:100%;
	height:10px;
	background-image: url('../images/border_horizontal.gif');
	background-repeat: repeat-x;

}



div#blackLineEndShadow
{
	position:absolute;
	bottom:0px;
	width:100%;
	height:10px;
	background-image: url('../images/border_horizontal_shadow.gif');
	background-repeat: repeat-x;

}


