/* general stuff */



body{
	margin:0;
	padding:0px;
	font-family: verdana, arial, sans-serif;
	background: url(../images/bg.jpg);
}

a {
text-decoration:  none;
font-weight: bold;
border: none;
	color: #b72837;
 }
a:hover {
text-decoration:  underline; 
border: none;
	color: #b72837;
 }
 
/* Layout #################################*/

#background01 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
		background-color: #2298d6;
	 	}

#background02 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bodybg.jpg);
	position: relative;
	width: 100%;
	height: 100%;
	float: none;
	background-color: #2298d6;
	 	}

#mainbody {
	position: relative;
	float: none;
	width: 800px;
	top: 15px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#head {
	position: relative;
	float: left;
	width: 800px;
	height: 132px;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#innerbody {
	position: relative;
	float: left;
	width: 800px;
	background-image: url(../images/mainbody.png);
	margin: 0;
	padding: 0;
}

#topmenuall {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	right: 15px;
}

#topmenua1 {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	right: 4px;
	text-align: right;

}

#topmenua2 {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	right: 4px;
	text-align: right;
	width: 500px;
}

#mainmodule {
	position: relative;
	float: left;
	width: 186px;
	overflow: hidden;
	left: 20px;
	margin: 0;
	padding: 0;

}

#modulehead  {
	position: relative;
	float: left;
	width: 184px;
	background-image: url(../images/modulehead.png);
	height: 12px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 0px; 
	line-height: 0px;
}

#modulebody {
	position: relative;
	float: left;
	width: 184px;
	background-image: url(../images/modulebody.png);
	margin: 0;
	padding: 0;
}

#innermodule {
	position: relative;
	float: left;
	width: 180px;
	left: 2px;
	margin: 0;
	padding: 0;
}

#modulebottom {
	position: relative;
	float: left;
	width: 184px;
	background-image: url(../images/modulefoot.png);
	height: 14px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#maincontent {
	position: relative;
	float: left;
	width: 576px;
	overflow: hidden;
	left: 25px;
	margin: 0;
	padding: 0;
}

#contenthead {
	position: relative;
	float: left;
	width: 574px;
	background-image: url(../images/contenthead.png);
	height: 12px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 0px; 
	line-height: 0px;
}

#contentbody {
	position: relative;
	float: left;
	width: 574px;
	background-image: url(../images/contentbody.png);
	margin: 0;
	padding: 0;
}

#innercontent {
	position: relative;
	float: left;
	width: 564px;
	overflow: hidden;
	left: 0px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#contentbottom {
	position: relative;
	float: left;
	width: 574px;
	background-image: url(../images/contentfoot.png);
	height: 19px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#mainfoot {
	position: relative;
	float: left;
	width: 800px;
	height: 10px;
	background-image: url(../images/mainfoot.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 0px; 
	line-height: 0px;
}

#spacerfoot {
	position: relative;
	float: left;
	width: 90%;
	height: 30px;
}




/* Layout Ende##############################*/

/* eigene klassen ##############################*/

ul, li {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding:0px;
	padding-right:10px;
	list-style-type: circle;
}





a.info:link,hover,visited {
	color: #FF6600;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}	

.info {
	color: #FF6600;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

.info2 {
	color: #FF6600;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
	



.modblock {}
/*-----------------------------ende mein Kram-------------------------------*/



tr, div, td, hr {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	color            : #333333;
	font-size: 12px;
}

p {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	margin:0px;
	padding:0px;
	width: 100%;
       }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	margin:0px;
	padding:0px
       }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	margin:0px;
	padding:0px
       }

/*#################### leftMENU STYLING  ####################*/
/*
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
	height: 23px;
	width: 200px;
	text-decoration: none;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	background-image: url(../images/button.jpg);
	padding-left: 5px;
	margin-left: 5px;
	background-repeat: repeat-y;
	line-height: 23px;
	vertical-align: middle;
	text-indent: 35px;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #ff0000;
	background-image: url(../images/button_hov.jpg);
}

a.mainlevel#active_menu {
	color:#ff0000;
	font-weight: bold;
	background-image: url(../images/button_hov.jpg);
		
}

a.mainlevel#active_menu:hover {
	color: #111;
}

a.sublevel:link, a.sublevel:visited {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #111111;
	text-align: left;
	background-color: #f1f1f1;
	border-top: solid #dfdfdf 1px;
	border-bottom: solid #ffffff 1px;
	border-left: solid #33333 2px;
	border-right: solid #e1e1e1 1px;
	display: block;
	padding-left: 4px;
	width: 174px;
	margin-left: 2px
}

a.sublevel:hover {
	color: #006600;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #006600;
}

*/
/*#################### end of left menu ####################*/



/*#################### TOPMENU STYLING  ####################*/



/* Topmenu */

 ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	white-space: nowrap;

}

ul#mainlevel-nav li{
	width: auto !important;
	float: left;
	margin: 0;
	font-size: 10px;
	height: 27px;
	line-height: 27px;
	white-space: nowrap;
	padding: 0px;
	margin:0px;
	list-style-type: none;

}

ul#mainlevel-nav li a{
font-weight: normal;
height: 27px;
display: block;
padding-left: 5px;
text-decoration: none;
color: #333333;
margin-left: 1px;
padding-left:5px;
padding-right:5px;
white-space: nowrap;
	background-image: url(../images/buttontopmenu.png);

}

ul#mainlevel-nav li a:hover{

		background-image: url(../images/buttontopmenu_hov.png);

}

ul#mainlevel-nav li a:#active_link{
	float: left;
	padding-right: 10px;
	margin: 0;
	font-size: 10px;
	height: 27px;
	line-height: 27px;
	white-space: nowrap;
	margin-right: 1px;
	background-color: #00FF66;
	list-style-type: none;
	margin-top: -4px;
}


ul#active_mainlevel-nav li a:{
font-weight: normal;
height: 27px;
display: block;
padding-left: 5px;
text-decoration: none;
color: #ffffff;
margin-left: 5px;
white-space: nowrap;

}

/*#########################top menu II##############################*/
/* Topmenu */

 ul#mainlevel-bav
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	white-space: nowrap;
	color: #333333;
}

ul#mainlevel-bav li{
	width: auto !important;
	float: right;
	margin: 0;
	font-size: 10px;
	white-space: nowrap;
	padding: 0px;
	margin:0px;
	list-style-type: none;
	color: #333333;

}

ul#mainlevel-bav li a{
font-weight: normal;
display: block;
text-decoration: none;
color: #333333;
margin-left: 1px;
padding-left:5px;
padding-right:5px;
white-space: nowrap;


}

ul#mainlevel-bav li a:hover{

		color: #666666;

}

ul#mainlevel-bav li a:#active_link{
	float: right;
	font-size: 10px;
	white-space: nowrap;
	background-color: #666666;
	list-style-type: none;
}


ul#active_mainlevel-bav li a:{
font-weight: normal;
display: block;
text-decoration: none;
color: #ffffff;
white-space: nowrap;

}



/*################## CONTENT STUFF ###################*/
.content {
	padding: 5px;	
}
.contentpane {
	padding					:0px;
}
.contentpaneopen {
	width: 100%;
	text-align: left;
	margin-left: 3px;
	padding-right: 6px;
	overflow: hidden;
	position: relative;
	float: left;
}

table.content{
  width            : 100%;
  padding          : 0px;
  border-collapse  : collapse;
  border-spacing   : 0px;
  margin-bottom    : 10px;
}
table.contentpane {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}

.contentheading {
	color				: #333333;
	text-indent: 5px;
	font-size: 18px;
	width: 100%;
	border-bottom: solid #660033 4px;
	overflow: hidden;
	}
	
	.contentheading td {
	color				: #333333;
	text-indent: 5px;
	font-size: 18px;
	width: 100%;
	border-bottom: solid #660033 4px;
	overflow: hidden;
	}
	
		
	.componentheading {
	color				: #333333;
	text-indent: 5px;
	font-size: 18px;
	width: 100%;
	border-bottom: solid #660033 4px;
	overflow: hidden;
	margin-left: 6px;
	}



a.contentpagetitle {
	color: #0000ff;
}





/*#################### content _big end ################################*/



.small {
	font-size				: 10px;
	color					: #999999;
 }
.smalldark {
	font-size				: 10px; 
	font-weight				: bold; 
 }
 .sectiontableentry1 {
	background-color		: #666666; 
 }
.sectiontableentry2 {
	background-color		: #999999; 
}
.button {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 11px;
	color					: #333333;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #dddddd;
	background-color: #efefef;
	margin-left: 8px;

	padding: 2px;
	text-decoration: none;
 }
 

 
.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px; 
	color: #999999;
 }

.modifydate {
font-size:  10px; 
color: #FFFFFF;
 }
.readon{
	margin-top			: 2px;
	color: #ff5807;
	margin-left: 6px;	
}
a.readon:link, a.readon:visited {
	color            	: #660033;
	font-family      	: Tahoma, Arial, Helvetica, sans-serif;
	font-size        	: 11px;
  	font-weight      	: normal;
  	background       	: #F0F0F0;
  	border           	: 1px solid #cccccc;
  	padding          	: 4px;
  	white-space      	: normal;
  	float            	: left;
  	line-height      	: 10px;
  	text-decoration  	: none;
}

a.readon:hover {
	color            	: #990066;
	font-family      	: Tahoma, Arial, Helvetica, sans-serif;
	font-size        	: 11px;
  	font-weight      	: normal;
  	background       	: #F0F0F0;
  	border           	: 1px solid #cccccc;
  	padding          	: 4px;
  	white-space      	: normal;
  	float            	: left;
  	line-height      	: 10px;
  	text-decoration  	: none;
}

.readon_box{
	margin-top			: 10px;
	color: #ff5807;
	position: relative;
	
}



a.readon_box:link, a.readon_box:visited {
	color: #f0f0f0;
	font-family      	: Tahoma, Arial, Helvetica, sans-serif;
	font-size        	: 10px;
  	font-weight      	: bold;
  	background       	: #ff5807;
  	border           	: 1px solid #E4E5E5;
  	padding          	: 4px;
  	white-space      	: normal;

  	line-height      	: 10px;
  	text-decoration  	: none;
}

a.readon_box:hover {
	color: #ffffff;
  	font-family      	: Tahoma, Arial, Helvetica, sans-serif;
  	font-size        	: 10px;
  	font-weight      	: bold;
  	background       	: #ff5807;
  	border           	: 1px solid #E4E5E5;
  	padding          	: 4px;
  	white-space      	: normal;

  	line-height      	: 10px;
  	text-decoration  	: none;	
}


.readon_clean{
	margin-top			: 10px;
	color: #ff5807;
	;
}

a.readon_clean:link, a.readon_clean:visited {
	color: #f0f0f0;
	font-family      	: Tahoma, Arial, Helvetica, sans-serif;
	font-size        	: 10px;
  	font-weight      	: bold;
  	background       	: #ff5807;
  	border           	: 1px solid #E4E5E5;
  	padding          	: 4px;
  	white-space      	: normal;
  	float            	: right;
  	line-height      	: 10px;
  	text-decoration  	: none;
}

a.readon_clean:hover {
	color: #ffffff;
  	font-family      	: Tahoma, Arial, Helvetica, sans-serif;
  	font-size        	: 10px;
  	font-weight      	: bold;
  	background       	: #ff5807;
  	border           	: 1px solid #E4E5E5;
  	padding          	: 4px;
  	white-space      	: normal;
  	float            	: right;
  	line-height      	: 10px;
  	text-decoration  	: none;	
}


.sectiontableheader {
	background-color 		: #5F6A79;
    font-weight      		: bold;
  	color					: #FFFFFF;
	text-align       		: left;
	border-top		: 1px solid #848E9C;
	padding:1px;
}
a.category:hover {
	text-decoration			: underline; 
 }
/*################## LINKS  ###################*/
a {
	color					: #660000;
	text-decoration			: none;
	font-weight: normal;
 }

a:link, a:active {
	color					: #990000;  
 	text-decoration			: underline; 
	font-weight: normal;
	 }
 
a:hover {
	color					: #990000;  
 	text-decoration			: underline; 
	font-weight: normal;
 }
/*################## MAIN MENU  ###################*/
.input {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 14px;
	color: #006600;
	background-color: #f5f5f5;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	text-indent: 4px;
	padding-top: 4px;
	width: 180px;
}

.inputbox {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 14px;
	color: #006600;
	background-color: #f5f5f5;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	text-indent: 4px;
	padding-top: 4px;
	}
.searchinputbox {
	font-family				: Arial, Helvetica, sans-serif; 
 	font-size				: 16px;
 	color					: #006600;
	font-weight:			: bold;
	padding-left			: 5px; 
	padding-top			: 8px;
padding-bottom			: 4px;
padding-right			: 3px;
 	border-width			: 1px; 
 	border-style			: solid; 
 	border-color			: #dddddd; 
	line-height:			:47px;
	height:			:47px;
 }

 /*###########################  MODULES ##############################*/
table.moduletable {

	width				: 80%;
	height: 8px;
	color: #66FF00;
 }
table.moduletable th  {
	color				: #990000;
	height: 25px;
	vertical-align: middle;
	text-indent: 5px;
	font-size: 18px;
	width: 98%;
	border-bottom: solid #990000 1px;
	left: 1%;
	}
table.moduletable td  {
	color: #660033;	
}

/*####### STUFF########*/
.back_button {
	margin-top			: 2px;
	color            	: #333333;
	font-size        	: 11px;
	font-weight      	: normal;
	border           	: 1px solid #006633;
	padding          	: 4px;
	white-space      	: normal;
	float            	: left;
	line-height      	: 11px;
	text-decoration  	: none;
	background-color: #f9f9f9;
	margin-left: 10px;
}


.back_button:link {
	margin-top			: 2px;
	color            	: #333333;
	font-size        	: 11px;
	font-weight      	: normal;
	border           	: 1px solid #006633;
	padding          	: 4px;
	white-space      	: normal;
	float            	: left;
	line-height      	: 11px;
	text-decoration  	: none;
	background-color: #f9f9f9;
	margin-left: 10px;
}

.back_button:hover {
	margin-top			: 2px;
	color            	: #660000;
	font-size        	: 11px;
	font-weight      	: normal;
	border           	: 1px solid #006633;
	padding          	: 4px;
	white-space      	: normal;
	float            	: left;
	line-height      	: 11px;
	text-decoration  	: none;
	background-color: #f9f9f9;
	margin-left: 10px;
}

/*##################  TABlE OF CONTENTS ###################*/
.contenttoc{
	border:1px solid #333333;
	margin:0px 0px 0px 0px;
	background-color: #CCCCCC;
	font-weight: bold;
}
a.toclink{
	color: #FFFFFF;
}
/*################## DONT ASK ME ###################*/
/*###################### TEMPLATE SPECIFIC #########################*/
.blacklinetop, .blacklinebottom{
	border-bottom		: 1px solid #5F6A79;
}
.blacklineleft, .blacklineright{
	border-left			: 1px solid #5F6A79;
}	
.maincontenttable{
	border				: 1px solid #5F6A79;
	background-color	: #FFFFFF;

}
.template_header{
	background-color	: #5F6A79;
}
.centermodule{
	border-bottom		: 2px solid #5F6A79;
}
/*################## nochmehr gestckel ###################*/
/*###################### javabean #########################*/
/*pathaway setting*/
.pathway {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
}
a.pathway:link, a.pathway:visited {
	color            : #333333;
	font-weight      : bold;
}

a.pathway:hover {
	color            : #333333;
	text-decoration   : underline;
}
/*######################################################################*/

.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
	background-color: #eaeaea;
}

.pagenavbar {
	background-color: #eaeaea;
	margin-right: 10px;
	float: right;
}

.pagenav_next {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
	background-color: #eaeaea;
	color: #660033;
	text-decoration: none;
}

.pagenav_prev {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
	background-color: #eaeaea;
	color: #660033;
		text-decoration: none;
}


.pagenav_next a:hover {

	color: #660033;
	text-decoration: none;
}

.pagenav_prev a:hover {

	color: #660033;
	text-decoration: none;
}