/* Start of CMSMS style sheet 'layout' */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rahmen {
	border: 1px solid #999999;
}
.rahmenR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
a {
	text-decoration: none;
	color: #990000;


}
.rahmenOu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.NewsSummaryLink {
	text-decoration: none;
	color: #990000;
            font-weight: bold;
}
.AGBTitelHaupt {
	text-decoration: none;
	color: #990000;
            font-weight: bold;
}
.AGBTitelSub {
	text-decoration: none;
	color: #999999;
            font-weight: bold;
}

/* End of 'layout' */

/* Start of CMSMS style sheet 'navi' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border-top: 1px solid #999999;
   border-bottom: 1px solid #999999;
   display: block; 
   margin: 0px; 
   padding: 5px 5px; 
   color: #990000;
   text-decoration: none;
   font-weight: bold;
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #FFFFFF; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #EEEEEE;
}

#primary-nav a.menuactive { 
   color: #000000;
}

/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }









/* End of 'navi' */

