/* 
    Document   : screen_css
    Created on : 14.01.2010, 21:30:39
    Author     : Ron Radiszewski
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*  ============ Kalibrierung ===================== */ 
* {
	padding: 0; 
	margin: 0;
}
 
h2, p, ul {
	margin-bottom: 1em;
}

ul { margin-bottom: 0; }

li {
	margin-left: 2em;
}

/*===================== Global =======================*/
html { height: 101%; }



body, th, td, p, div, span, a, input, select, textarea, 
ul, ol, dl, h1, h2, h3, h4, h5, h6, li, big, small, b {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

body, th, td, p, div, span, a, ul, ol, dl, li, select, input, textarea {
    font-size: 12px;
}

body, th, td, p, h5, h5 a, h6, h6 a, h5 span, h6 span, h1, h2, h3, h1 span, 
h2 span, h3 span, h1 a, h2 a, h3 a, h4, h4 span, h4 a {
    color: #000000;
}

ul, ul li, ol, ol li {
    margin-left: 0px;
    padding-left: 0pt;
}



p {
	font-size: 13px;
}


/*======================== END =========================*/

/*================ hesderNaviTop / Footer =====================*/

.skiplink {
    position: absolute;
    top: -5000px;
    left: -5000px;
    width: 0;
    height: 0;
    overflow: hidden; /* kein Inhalt */
    display: inline; /* kein Zeilenumbruch */
}  

/*================== END ==========================*/

.contentheading, td.buttonheading, .blog table table.contentpaneopen td.contentheading, .blog table table.contentpaneopen td.buttonheading {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.25em;
	margin-left: 0pt;
	padding-right: 0pt;
	padding-bottom: 1em;
	padding-left: 0pt;
	font-size: 1.2em;
	font-weight: bold;
	color: #F89E00;
	text-align: left;
	width: 550px;
	/*border-bottom: 1px solid #0072bc;*/
}
.contentpaneopen .contentheading {
	color: #F89E66 !important;
}
p.contentpaneopen {
    color: #F89E00 !important;
    font-weight: bold;
    font-size: 1.2em;
}
.m4j_heading {

    color: #F89E00 !important;
    font-weight: bold;
    font-size: 1.2em;
}
body {
    height: 100; 
	background-color: #eaf2f8;
	
	/*background-position: bottom !important; */
	/*background-repeat: no-repeat;*/
	color: #0072bc;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	

	
	
}

h1 {
	color: #372700;
	background-color: transparent;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	color: #372700;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	color: #F89E00;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0px;
}

#rda-normal div a:hover {
	color: #0072BB;
	font-weight: bold;
}
#rda-normal div  a {
	color: #0072BB;
	font-weight: bold;
}
p {
	font-size: 13px;
}





#haupt {
	background: url(../images/bg_page.jpg) no-repeat bottom;
    height:100%; 
  
           }
           
#container {

    height: 100%;
	margin-left: auto;
	margin-right: auto;
	position:relative;

	
}


#header {
	width: 980px;
	height: 192px;
	background-image: url(../images/bg_header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#content {
	width: 980px;
	height: 100%;
    background-image: url(../images/bg_content_back.jpg);
	background-position: top;
	background-repeat: repeat-y;
	
	}
	



#linksbg {
	width: 260px;
	height: 100%;
	background-image: url(../images/bg_links.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	

}

#middle {
	width: 651px;
	min-height: 454px;
	height:auto !important; /* für moderne Browser */
	background-color: #ffffff;
	background-image: url(../images/bg_content_1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
}


#footer {
	width: 980px;
	height: 150px;
	background-image: url(../images/bg_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
}

#leftmodules {
	padding-left: 50px;
	padding-top: 10px;
	text-align: left;
}

#middle_pading {
	padding: 20px;
}

td { font-size: 13px;}



.moduletable_menu ul  {
	list-style-type: none;
}

.moduletable_menu a {
	display: block;
	font-size: 20px;
	padding: 5px 5px;
	padding-top: 2px;
	width: 165px;
	color: #fff;
	background-color: none;
	text-decoration: none;
	border-left: 1px solid white;
	font-weight: bold;
}
.moduletable_menu a:hover, a.moduletable_menu a:active {
	color: #fff;
	background-color: #69c;
	text-decoration: none;
	font-weight: bold;
}
.moduletable_menu #current  a {
	color: #F89E00;
}


.contentpaneopen table {
	width: 550px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EAF1F7;
}

.contentpaneopen {
	width: 560px;
}

#mospathway {
	padding-left: 261px;
	padding-top: 120px;
	color: #ffffff;
	width: 600px;
	font-size: 11px;
	float:left;
	text-align:left;
}
a.pathway {
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}


.moduletable_login a {
 color: #0072BB;
}

a.pathway:hover, a.pathway:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}




.moduletable_menu ul li ul li {
	
}

.moduletable_menu ul li ul li a {
background-image: url(../images/punkt-3.png);
background-position:left center;
background-repeat:no-repeat;
border-left: 0px solid white;
color: #fff;
display:block;
font-size: 20px;
padding:7px 0 7px 25px;
text-align:left;
text-decoration:none;
width:166px;
margin-left:4px;
}

.moduletable_menu ul li ul li a:hover {
	
	border-left: 0px solid white;


}


.moduletable_menu ul li ul li ul li a {
background-image: url(../images/punkt-4.png);
background-position:left center;
background-repeat:no-repeat;
border-left: 0px solid white;
color: #fff;
display:block;
font-size: 18px;
padding:4px 0 4px 14px;
text-align:left;
text-decoration:none;
width:146px;
margin-left:30px;
}

.moduletable_menu ul li ul li ul li a:hover {
	
	border-left: 0px solid white;
}
.contentpaneopen tr td {
	color: #0072bc;
}
#text {
	width: 500px;
	color: #0072bc;
    font-size: 12px;
}
p {
	color: #0072bc;
}
#text table tr td {
	width: 500px;
	color: #0072bc;
    font-size: 12px;
}
td {
	color: #0072bc;
    font-size: 12px;
}
.center_inner {
	width: 400px !important;
}
.motImage {
	float: left;
}
.motTabImage {
	float: right;
}

#mainmenu_menu {
	width: 500px;
	color: #0072bc;
    font-size: 12px;
	margin-left: 20px;
}
#mainmenu_menu a {
	color: #0072bc;
    font-size: 12px;
}
