/*************************
LAYOUT
**************************/

* /*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
}

#left a{padding:0;border:0;}
#right a{padding:0;border:0;}
#content a{padding:0;border:0;}
#header a{padding:0;border:0;}

body, html {
    color: #000; 
    font-family: Arial,Verdana,Helvetica;
    background-color: #F3F7FA;
    text-align: center; /*** Centers the design in old IE versions ***/
    height: 100%;
	background-image: url(images/mcbg.gif);
	background-repeat: repeat-y;
	background-position:top center;
	font-size:0.85em;
}

body {
    font-size: 100.01%;
}

.clear { clear: both; }

#mainContainer {
    width: 900px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
    background-color: #ffffff;
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
    font-size: 0.8em;
    background-image:url(images/mcbg.gif);
    background-repeat:repeat-y;

}

* html #mainContainer {
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}


/************* HEADER */

#header {
    padding: 0;
    height: 188px;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	width: 900px;
	background-color:#F3F7FA;
	position:relative;
	z-index:1;
	border-bottom:2px solid #fff;
	overflow:show;
}

#header-language{
position:absolute;
right:20px;
top:20px;
z-index:2;
}

#header-top {
	position:absolute;
	right:210px;
	top:20px;
	color:#FFC200;
	font-size:22px;
	font-weight:bold;
	z-index:4;
}

#header-right-bottom{
	background:url(images/headertopbottom.gif) no-repeat;
	position:absolute;
	width:300px;
	height:30px;
	right:185px;
	top:50px;
	z-index:3;
	overflow:hidden;
	display:none;
}

#header-right-bottom p{
	padding:8px 0 0 35px;
	font-weight:bold;
}

#header-logo{
	position:absolute;
	right:20px;
	top:100px;
	z-index:3;
}



#header-image {
    padding: 0;
	width: 900px;
	position:relative;
	top:10px;
	border-top:2px solid #fff;
}
#header .menu {
	position:absolute;
	top:154px;
	left:0px;
	width:898px;
	height:30px;
	font-weight:bold;
	color:#FFC200;
	background-image: url(images/mhg_n.jpg);
	background-repeat: repeat-x;
	z-index:100;
	border:1px solid #B4B4B8;
}







/************* FOOTER */

#footer {
    width: 900px;
    height: 40px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    margin: 0 auto;
    margin-top: -40px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/

	color:#828283;
	background-color:#fff;
font-size:0.8em;
position:relative;

}



#footer-right{
position:absolute;
float:right;
right:18px;
top:2px;
}

#footer-right p{
margin:0;
padding:0;
}

#home-menu-footer{
position:absolute;
text-align:left;
float:left;
left:18px;
top:12px;
}

#home-menu-footer a, #home-menu-footer a:link, #home-menu-footer a:visited{
border:0;
color:#828283;
margin:0;
}

#home-menu-footer a.home-menu-act, #home-menu-footer a:link.home-menu-act, #home-menu-footer a:visited.home-menu-act{
margin:0;
color:#EF7F0D;
}


##################################################

.tx-rlmpflashdetection-pi1{
position:relative;
z-index:0;
}

h1.csc-firstHeader{
	font-size:16px;
	padding-bottom:10px;
	margin:0;
	color:#EF7F0D;
}

.csc-frame-frame1 h1{
	font-size:14px;
	padding-bottom:8px;
	margin:0;
	color:#EF7F0D;
}

.csc-frame-frame1{
background-image:url(images/bg_csc1.gif);
background-position:top;
background-repeat: repeat-x;
background-color: #F3F7FA;
border:1px solid #B1B2B6;
padding:20px 10px 10px 10px;
margin-bottom:10px;
}

.csc-frame-frame2{
border:1px solid #B1B2B6;
padding:20px 10px 10px 10px;
margin-bottom:10px;
}

.csc-frame-frame3{
border:0;
padding:20px 10px 10px 10px;
margin-bottom:10px;
background:#E4EDF4;
}

/*************************
INHALTE
**************************/

h1{
	font-size:18px;
	padding-bottom:12px;
}

h2{
	font-size:15px;
	padding-bottom:8px;
}

h3{
	font-size:12px;
	padding-bottom:4px;
}

p {
	padding-bottom:10px;
}

ul {
margin-left:25px;
}

ol {
margin-left:30px;
margin-bottom:15px;
}

a, a:link, a:visited, a:active{
color:#EF7F0D;
text-decoration:underline;
}

a:hover{
color:#000;
}

hr{
background-color:#000;
border:0;
height:1px;
}


#######################################
MENÜ - OBEN
####

#header ul{margin-left:0;}


#header ul{margin-left:0;}

/* remove all the bullets, borders and padding from the default list styling */
#header .menu  ul {
padding:0;
margin-left:3px;
list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#header .menu  li {
float:left;
position:relative;
display:inline;
}
/* style the links for the top level */
#header .menu  a, #header .menu  a:visited {
display:block;
font-size:11px;
text-decoration:none; 
text-transform:uppercase;
color:#000; 
font-weight:normal;
width:79px;
height:30px;
padding-left:10px; 
padding-right:10px;
line-height:30px;
text-align:center;

}

/* a hack so that IE5.5 faulty box model is corrected */
* html #header .menu  a, * html #header .menu  a:visited {
width:98px;
w\idth:98px;
}


/* style the second level background */
#header .menu  ul ul a.drop, #header .menu  ul ul a.drop:visited {
background:#EFF0F0;

}
/* style the second level hover */
#header .menu  ul ul a.drop:hover{
background:#fff;
background-image:none;
}
#header .menu  ul ul :hover > a.drop {
background:#fff;
background-image:none;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#header .menu  ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:150px;
margin-left:0;
margin-top:1px;
}
/* another hack for IE5.5 */
* html #header .menu  ul ul {
margin-top:0px;
top:29px;
t\op:30px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#header .menu  table {position:absolute; top:0; left:0;}

/* style the second level links */
#header .menu  ul ul a, #header .menu  ul ul a:visited {
background:#F0F2F1; 
text-align:left;
color:#000; 
height:auto; 
line-height:1em; 
padding:8px 10px;
width:131px;
border-bottom:1px solid #B1B2B6;
border-left:1px solid #B1B2B6;
border-right:1px solid #B1B2B6;
background-image:none;
margin-top:-1px;
font-weight:normal;
text-transform:none;
/* yet another hack for IE5.5 */
}
* html #header .menu  ul ul a{
width:150px;
w\idth:130px;
}


/* style the top level hover 
background:url(images/mbg_act.gif) repeat-x;background:url(images/mbg_act.gif) repeat-x;
*/
#header .menu  a:hover{
color:#fff;
background-image: url(images/mhg_a.jpg);
background-repeat: repeat-x;
}
#header .menu  :hover > a{
color:#fff;
background-image: url(images/mhg_a.jpg);
background-repeat: repeat-x;
}

*html #header .menu  a:hover{
color:#fff;
background:#2174C0;background-image: url(images/mhg_a.jpg);
}
*html #header .menu  :hover > a{
color:#fff;
background:#2174C0;background-image: url(images/mhg_a.jpg);
}

/* style the top level hover */
#header .menu  ul ul a:hover{
color:#000; 
background:#fff;
}
#header .menu  ul ul :hover > a {
color:#000;
background:#fff;
}


/* make the second level visible when hover on first level list OR link */
#header .menu  ul li:hover ul,
#header .menu  ul a:hover ul{
visibility:visible; 
display:show;
}


#header .menu  a.dropact, #header .menu  a:visited.dropact{
color:#fff;
	background-image: url(images/mhg_a.jpg);
	background-repeat: repeat-x;
}

.menu-act{
background:url(images/mbg_act.gif) repeat-x;
}


#################################################
#####NEWS

#right #newsprev{border:solid 1px #CBC7C8;background-image:url('images/hg_rbox.jpg');background-repeat:repeat-y;}
*html #right #newsprev{margin-left:-1px;overflow:hidden;width:163px;}
#newsprev-header{font-weight:bold;font-size:12px;padding:5px 0 0 10px;height:26px;background-image:url('images/righthg.jpg');background-repeat:no-repeat;background-position:top left;}
#newsprev-content{padding:0 10px 0px 10px;font-size:11px;}
*html #loginbox-content{padding:5px 10px 0px 10px;}
#newsprev-bottom{height:15px;background-image:url('images/righthg_bottom.jpg');background-repeat:no-repeat;}
#newsprev-content h3{font-size:11px;margin-bottom:5px;}
#newsprev-content img{display:block;}
#newsprev-content .news-list-morelink{text-align:right;}
#newsprev-content a{color:#3F3F3F;text-decoration:underline;}
#newsprev-content a:hover{color:#D02621;text-decoration:underline;}
.news-latest-morelink{width:100%;text-align:right;}
.news-latest-container{background:#E4EDF4;padding:10px;}
.news-list-date{font-size:10px;display:block;}
.news-list-container img{display:inline;float:left;margin-right:10px;}
.news-list-container {font-size:11px;height:40px;}
.news-list-item {background-color:#F8F8F8;padding:7px 7px 15px 7px;border:solid 1px #D0D0D0;margin-bottom:5px;}
.news-list-morelink{width:100%;text-align:right;padding:0;margin:0;}
.news-single-item{}
.news-single-backlink{font-size:11px;}
.news-single-timedata{font-size:10px;}
.news-single-img{float:right;display:block;padding-left:15px;font-size:0.5em;}
.news-single-imgcaption {text-align:center;font-size:10px;color:#AFAEAE;}


########################################################
######Inhaltselemente

#newslettersubscribe .submitbutton{
background:#fff;
border:solid 1px #ef7f0d;
color:#ef7f0d;
}