@import url(typo3-RTE.css);
@import url(content.css);
body { color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; background-color: #545454; }
div { color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
a:hover { color: #fff; }
.MainDiv1	{ width: 100%;}
.MainDiv2	{ width: 973px; margin-top: 20px; margin-left: auto; margin-right: auto; }
.MainDiv3	{ float: left; width: 973px; background-color: #a6a8a9; border: 1px solid white; }
.Left		{ float: left; width: 772px; border: 0px solid white; border-width: 0px 1px 0px 0px; }
.Header		{ float: left; width: 752px; background-color: #19171c; padding: 10px; }
.Menu		{ float: left; width: 772px; background-color: #e9e9ea; border: 0px solid white; border-width: 1px 0px; padding: 4px 0px; }
.Content	{ float: left; width: 712px; background-color: #e9e9ea; min-height: 480px; margin: 0px; padding:30px; }
.Footer		{ float: left; width: 772px; background-color: #e9e9ea; }
.Impresum	{ float: left; }
.Logos		{ float: left; }
.RightContent	{ float: left; width: 200px; }

.Header p.bodytext { font-size: 10px; color: white; font-family: verdana, helvetica, arial, sans-serif;}
.Header img { padding-top: 14px; }
.Header a {color:#cb2a39; }

.RightContent .bodytext { font-size: 11px; margin: 0px 20px; }
.RightContent .header1 { margin-top: 16px; margin-left: auto; margin-right: auto; width: 162px; font-size: 9px; line-height: 16px; color: black; background-color: white; text-align: center; }
.RightContent .csc-textpic { margin-left: auto; margin-right: auto; width: 160px; border: 1px solid white; }

.header1 { font-size: 14px; color: #cb2a39; }

a { color: #cb2a39; }
a:hover { color: #82060a; }
a:linked { }
input { background: #fff; color: #82060a; font-size: 11px; }
select { color: black; font-size: 11px; text-decoration: none }
td { }
textarea { color: black; font-size: 11px; text-decoration: none }

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
float: left; 
margin-left: 30px; 
font-size: 11px;
position: relative;
z-index: 100;
border: 1px solid #707173;
border-width: 0px 0px 0px 1px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.menu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float: left;
position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited { 
display:block; 
font-weight:bold;
text-decoration:none; 
font-size:10px;
color:#000; 
height:16px; 
border-width: 0px 1px 0 0;  
padding-left: 15px; 
padding-right: 15px; 
line-height: 16px; 
border-color: #707173; 
border-style: solid; }

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:0px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background-color:#dddddd;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background-color:#000000;
}
.menu ul ul :hover > a.drop {

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#dddddd;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#000000;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:24px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:170px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#dddddd; 
color:#fff; 
height:auto; 
line-height:12px; 
padding:5px 10px; 
width:150px
}
* html .menu ul ul a{
width:150px;
w\idth:150px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000; 
}
.menu :hover > a, .menu ul ul :hover > a {
color:#82060a;
background-color:#e9e9ea;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

