/*Allg. CSS Datei für ra-moellenhoff.de version 2*/

/*Einstellungen für den Aufbau der Seite*/


html
{
	/*Mozilla zeigt dann immer die Scrollleiste*/
	/*overflow: -moz-scrollbars-vertical;*/
	height:100%;
 	padding-bottom:0.07em; 
}

body {
	margin:0;
	padding:0;
	width:100%;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}
a:link, a:visited, a:active, a:hover{ 
  	text-decoration:none;
  	color:#7580b0;
}
a:active, a:hover{ 
 	text-decoration:underline;
    	color:#7580b0;
}
table.table_site {
	margin:0px;
}
td.table_left {
	overflow:hidden;
	background: url(../images/bg_l.jpg) repeat-x;
}
td.table_main {
	text-align:left;
	padding:0px;
	margin:0px;
}
td.table_right {
	overflow:hidden;
	background: url(../images/bg_r.jpg) repeat-x;
}
#header {

}
#header_top {

}
#header_top_left {
	float:left;
	width:470px;
	height:90px;
	background:#fff;
}
#header_top_right {
	float:right;
	width:470px;
	height:90px;
	background: url(../images/bg_r.jpg);
}
#header_bottom {
	clear:both;
}
#header_bottom_left {
	float:left;
	background: url(../images/start_l_2.jpg);
	width:470px;
	height:150px;
}
#header_bottom_right {
	float:right;
	background: url(../images/start_r.jpg);
	width:470px;
	height:150px;
}
#main-body {
        clear:both;
	width:100%;
}
#main-body_left {
	width: 250px;
	float:left;
}
#main-body_center {
	width:400px;
	float:left;
	overflow:hidden;
        margin-top:-6px; /*damit Text in main auf Höhe von Navigation*/
}
#main-body_right {
	width:250px;
	float:right;
}
#glossar {
	clear:both;
	text-align:left;
	font-family:Verdana;
	font-size:10px;
}
#route {
	width:450px;
	clear:both;
	text-align:left;
}
#footer {
        clear:both;
        font-size:10px;
        padding-top:20px;

}
.inside-main {
	padding:50px 0px 20px 0px;
}
.inside-1 {
	padding:0px 0px 0px 35px;
}
.inside-2 {
	padding:0px 20px 0px 20px;
}
.glossar {
	font-size:10px;
	padding-left:15px;
}
.topmenu {
	padding:68px 0px 0px 218px;
}

/*Einstellungen für Joomla Module und Komponenten*/
.contentpane, .contentpaneopen {
	width:100%;
}
/*Navigationsmenü*/

a.mainlevel:link, a.mainlevel:visited, a.mainlevel:hover {
   	display:block;
   	text-decoration:none;
   	color:#7580b0;
   	font-size:11px;
   	font-family:Verdana;
        line-height:30px; /*25*/
        border-top:1px solid #ADB1A6;
        border-left:10px solid #fff;
        padding-left:10px; /*15*/
}
a.mainlevel:active, a.mainlevel:hover, a.mainlevel:focus {
   	display:block;
   	/*background:url(../images/bg_nav_main.jpg) repeat-y;*/
        border-left:10px solid #edf2c5;
}
a.sublevel:link, a.sublevel:visited, a.sublevel:hover {
	display:block;
	text-decoration:none;
    	color:#7580b0;/*#838CB8;*/
    	font-size:11px;
    	font-family:Verdana;
	line-height:16px;
        padding-left:30px;
        padding-bottom:5px;
        
}
a.sublevel:active, a.sublevel:hover, a.sublevel:focus {
	display:block;
    	background-color:#edf2c5;
}
#active_menu {
        font-weight:bold;
        border-left:10px solid #edf2c5;
}
#active_smenu {
        background-color:#edf2c5;
}

/*Module*/

table.moduletable {
    	width:100%;
    	text-align:left;
    	font-family:Verdana;
    	font-size:11px;
    	color:#666666;
    	margin-bottom: 25px; /*Abstand zwischen den Modulen 10px*/
          
}

table.moduletable th { /*Modulüberschrift*/
    	padding: 5px 0px 5px 5px;
    	border-top:1px solid #ADB1A6;
    	border-bottom:1px solid #ADB1A6;
}
table.moduletable td { /*Modultext, nicht Content*/
	padding-top:5px;
}
table.moduletabledn  {
	width:100%;
    	text-align:left;
    	font-family:Verdana;
    	font-size:11px;
    	color:#000;
    	margin-bottom: 5px; /*Abstand zwischen den Modulen 10px*/
        padding-left:10px;
}
table.moduletabledn th {
	padding: 5px 0px 5px 10px;
    	border-top:1px solid #ADB1A6;
    	border-bottom:1px solid #ADB1A6;
        color:#666;
}
table.moduletabledn td {
	padding-top:5px;
}
/*
.dn-whole, .dn-introtext, .dn-each{
        color:#000;
}*/
.componentheading {
	color:#666;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
        padding-top:0px;
        margin-top:0px;
}
.contentheading{
        color:#666;
	font-family:Verdana;
	font-size:11px;
        padding-top:0px;
        margin-top:0px;
        font-weight:bold;
}
.content{
        color: #000;
	font-family:Verdana;
	font-size: 12px;
        padding-top:0px;
        margin-top:0px;
        text-align:justify;
}
.moduletablemainnav{
	border-bottom:1px solid #ADB1A6;
}