/* Start of CMSMS style sheet 'bluewave : screen Startseite' */
body {
	margin-top:0px;
	margin-bottom:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main {
	width:900px;
	color:#666666;
	text-align:center;
	margin:0 auto;
	font-size:80%;
	line-height:130%;
	background-color:#FFFFFF;
}
#header_wrapper, #nav_wrapper, #content_wrapper {
	width:905px;
}
/* top right breadcrumbs */
#breadcrumbs {
	width: 905px;
	float:left;
	text-align:left;
	clear: right;
	margin:0 10px 6px 0;
	font-size:85%;
}
/* blue wave header image */
#header {
	clear:right;
	background-image:url(uploads/images/templates/bluewave/header2.jpg);
	background-repeat:no-repeat;
	text-align:left;
	vertical-align: bottom;
	height: 112px;
}
#header img {
	vertical-align: bottom;
	float: right;
	margin-top: 80px;
	margin-right: 10px;
	border: 0;
}
#header p {
	vertical-align: bottom;
	float: right;
	margin-top: 80px;
	padding-right: 80px
	border: 0;
}
#header h1 { 
	color:#2020aF;
	height:115px;
	margin:0 0 0 50px;
	padding:0;
	line-height:2em;
	font-size:180%; 
}
a img{
border: 0;
}
/* left navigation area */
#content_left {
	float:left;
	width:150px;
	line-height:135%;
	padding:10px;
	margin:5px 0 10px 0;
	text-align:left;
	font-size:100%;
	background-color:#cbe4f8;
}

/* Begin CSS Popout Menu */

#menu{
/*position:absolute;
top:0.5em;
left:0.5em;*/
z-index:2;
width:100%;
/*padding-bottom:12em; /* To allow room for bottom dropdown */
}

#menu a, #menu h2{
font:bold 11px/16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:1px 3px;
}

#menu h2{
color:#fff;
background:#000;
text-transform:uppercase;
}

#menu a{
color:#fff;
background:#33c;
text-decoration:none;
}

#menu a:hover{
color:#00a;
background:#ccc;
text-decoration:none;
}

#menu a:active{
color:#00a;
background:#ccc;
text-decoration:none;
}

/* Sub menu Color*/
div#menu ul li ul li a{
color:#000;
background:#eee;
text-decoration:none;
}

div#menu ul li ul li a:hover{
color:#ccc;
background:#33c;
}

div#menu ul li ul li a:active{
color:#00a;
background:#ccf;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* Begin Content Area */

#content_left div.clearb{
	margin-bottom: 5px;
}

/* main textual content area */
#content {
	padding:5px;
	margin:0 0 10px 0;
	line-height:140%;
	background-color:#FFFFFF;
	text-align:left;
	float:right;
	width: 720px;
      /*  height: 720px;
        overflow:auto;*/
}
#content p {
	padding:0;
	margin:8px 0 0 2px;
}
 /* main textual content area (left box) */
#content_l {
	margin:0 auto;
	padding:10px;
	display:inline;
	background-color:#cbe4f8;
	float:left;
	width:470px;
}
/* main textual content area (right box) */
#content_r { 
	margin:0 auto;
	padding:10px;
	display:inline;
	float:right;
	width:190px;
	background-color: rgb(157, 192, 230);
        font-size: x-small;
}

/* header tags */
h1 {
	color:#00007f;
	font-size:130%;
	display:block;
	width:100%;
}
h2 {
	font-size:120%;
	display:block;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin:0;
	padding:0;
	color:#00007f;
}

/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#2a56d6;
}
a:hover, a:visited:hover {
	text-decoration:none;
	color:#2a56d6;
}

/* footer */
#footer_wrapper {
	margin:0 auto;
	padding:0;
	width:auto;
	border-top:6px double #CCCCCC;
	font-size:80%;
	text-align:center;
	clear:both;
}
#footer {
	padding-right:5px;
	margin:0;
	line-height:190%;
	text-align:right;
	clear:both;
	vertical-align:middle;
}
/* End of 'bluewave : screen Startseite' */

