@charset "utf-8";
/* CSS Document */
html
{
	height:100%;
}
body
{
	background-color:#ffffff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

div,p,td,th
{
	font-size:13px;
}

a img
{
	border:0px;
}

div#mainPage
{
	display:block;
	position:absolute;
	top:20px;
	margin:auto;
	height:auto;
	left:50%;
	background-color:#ffffff;
	border: 1px solid #666EAC;
}
div#header
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:135px;
	/*background-image:url('../images/title_gradient.gif');
	background-repeat: repeat;*/
}
div#headerTitle {
	position: absolute;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	font-weight:bold;
	color: #333399;
	padding-top: 134px;
	padding-left:669px;
	z-index: 10;
}
div#headerTitleShadow {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	font-weight:bold;
	color: #7A2A2A;
	z-index: 5;
}
div#blackLine
{
	position:relative;
	left:0px;
	top:-1px;
	width:100%;
	height:10px;
	background-image: url('../images/border_horizontal.gif');
	background-repeat: repeat-x;

}
div#blackLineShadow
{
	position:relative;
	left:0px;
	top:-1px;
	width:100%;
	height:20px;
	//*background-image: url('../images/border_horizontal_shadow.gif');*//
	background-color:#FFF;
	background-repeat: repeat-x;

}

div#blackLineEnd
{
	position:absolute;
	bottom:10px;
	width:100%;
	height:10px;
	background-image: url('../images/border_horizontal.gif');
	background-repeat: repeat-x;

}
.ueberschrift_h1_bvvp {
	font-size: 16px;
	font-weight:bold;
	color: #333399;
	font-family:Arial, Helvetica, sans-serif;
}
.unterueberschrift_h2_bvvp {
	font-size: 14px;
	font-weight:bold;
	color: #333399;	
	font-family:Arial, Helvetica, sans-serif;
}

.fliesstext_bvvp {
	font-size: 13px;
	font-style:normal;
	color: #222222;
	font-family:Arial, Helvetica, sans-serif;
}



div#blackLineEndShadow
{
	position:absolute;
	bottom:0px;
	width:100%;
	height:10px;
	background-image: url('../images/border_horizontal_shadow.gif');
	background-repeat: repeat-x;

}
div#mainContent
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	min-height: 428px;
	padding: 0px;
	margin: 0px;
	background-color:#ffffff;
}
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;
}


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;
	z-index: 15;
}
div#mainArticles
{
	position:relative;
	left:180px;
	padding-bottom:20px;
	background-color:#ffffff;
}
div#leftMenue
{
	position:absolute;
	left:0px;
	padding-left: 10px;
	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:#000011;
	padding:0px;
}

/* <ul>'s generated by joomla for menu depth > 0 */
div#leftMenue ul
{
	list-style:none;
	padding-left: 8px;
	padding-bottom: 0px;
	margin: 0px;
}
/* <ul> generated by joomla for depth = 0 (thus mainmenu) has class "menu" */
div#leftMenue ul.menu
{
	list-style:none;
	list-style-position:outside;
	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: 142px;
	height: 20px;
	position:relative;
	text-decoration:none;
	background: url('../images/left_menu_button.jpg');
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom: thin solid #666eac;
	border-left: thin solid #666eac;
	border-right: thin solid #666eac;


}

/* 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 #666eac;
} 

/* 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: 134px;
	height: 20px;
	position:relative;
	text-decoration:none;
	//*background: url('../images/left_menu_button.jpg');
	background-repeat: no-repeat;*//
	padding-left: 0px;
	padding-top: 0px;
	border-top: 1px solid #333399;
	border-right: 1px solid #333399;
	border-left: 1px solid #333399;
	border-bottom: 1px solid #333399;

}

/* <span> which wraps link-text in all of main-menu's links */
div#leftMenue ul.menu a span {
	display:block;
	padding-left:10px;
	padding-top: 4px;
	height: 20px;
	color:#333399;
	font-size: 13px;
}
/* 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:10px;
	padding-top: 4px;
	height: 20px;
	color:#660000;
	font-size: 13px;
}

/* text of the current active menu item */
div#leftMenue ul.menu li#current a span
{
	display:block;
	padding-left:8px;
	padding-top: 4px;
	height: 20px;
	color:#660000;
	font-size: 13px;
}

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: #666eac;
	text-decoration:underline;
}

a:hover {
	color: #660000;
	text-decoration:underline;
}

div#headerTop
{
	position:absolute;
	background-color:#FFFFFF;
	color:#0333399;
	border:0px solid black;
	right:10px;
	top:10px;
	width:205px;
	height:120px;
	display:block;
	overflow:visible;
	z-index: 15;
}

div#headerSearch
{
	position:absolute;
	width:auto;
	height:37px;
	right:10px;
	top:80px;
	z-index: 25;
}

div#headerTop table tbody tr td p {
	display:inline;
}

input {
	border: 1px solid #666EAC;
	font-size: 13px;
}

input#modlgn_remember {
	border: 0px none #000000;
}

fieldset {
	border:0px none #000000;
}

//*div#pathway {
	position: relative;
	color:#7A2A2A;
	padding-bottom: 15px;
}*//

button, .button {
	background-color: #bec2db;
	border: 1px solid #333399;
}
