@charset "UTF-8";

html {
	margin: 0;
	padding: 0;	
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;	
}


#r-wrapper {
	width: 990px;
	margin: 0 auto;
}

#r-menu-wrapper {
	display: block;
	height: 37px;
	background: url(../images/bg_header.jpg) no-repeat top center;
}

#r-lefttop-wrapper {
	display: block;
	height: 464px;
	width: 600px;
}

#r-lefttop {
	padding-top: 30px;
	min-height: 320px;
}

#r-boxen-wrapper {
	display: block;
	height: 250px;
	background: url(../images/bg_boxen.jpg) no-repeat top center;
}

#r-box-green {
	float: left;
	margin: 20px 40px;
	display: block;
	width: 240px;
	height: 200px;
	overflow: hidden;
}

#r-box-green p {
	
}


#r-box-blue {
	float: left;
	margin: 20px 5px;
	display: block;
	width: 400px;
	height: 200px;	
	overflow: hidden;

}

#r-box-blue p {
	color: #ffffff;
	font-size: 11px;
}


#r-content-wrapper {
	float: left;
	display: block;
	width: 990px;
	background: url(../images/bg_content.jpg) repeat-y ;
}

#r-content-left-wrapper {
	float: left;
	display: block;
	width: 610px;
}

#r-content-left{
	padding: 5px 5px 5px 5px;
}


#r-content-right-wrapper {
	float: right;
	display: block;
	width: 340px;
	overflow: hidden;	
}

#r-content-right{
	padding: 5px 5px 5px 10px;	

}

#r-bottom-wrapper{
	float: left;
	display: block;
	width: 990px;
	min-height:20px;
	background: url(../images/bg_bottom.jpg) repeat-y;
	
	
}

#r-bottom {
	float: left;
	display: block;
	width: 990px;
	min-height: 13px;
	background: url(../images/bg_border_bottom.jpg) no-repeat top; 
	
}	


#r-content-theme-wrapper {
	display: block;
	width: 990px;
	height: 75px;
	background: url(../images/theme_enzian.jpg) no-repeat top; 
	border-bottom: 1px solid #cbd804;
	overflow: hidden;
}


#r-content-theme {
	position: relative;
	display: block;
	height: 30px;
	width: 990px;
	overflow: hidden;
}

#r-content-theme span.pathway {
	color: #d9dee4;
	padding-left: 10px; 
	padding-top: 20px;
}

#r-content-theme a.pathway:link,
#r-content-theme a.pathway:visited {
	color: #d8f959;
}


#r-content-theme-titel {
	color: #d8f959;
	font-size: 2em;
	padding-left: 10px; 
	padding-top: 10px;
	background-image: url(../images/opaque3.png);	
}

#r-content-theme-titel .smallwhite {
	color: #d9dee4;
	font-size: 12px;
}	

/* Search */
#r-search {
	position: relative;
	font-size: 11px;
	float:right;
	margin-right: 220px;
	margin-top: 5px;
}

#r-search .inputbox {
	padding: 2px 0px 2px 22px;
	background: #c1c1c1 url(../images/icon-search.gif) no-repeat 5px center;
	border: 1px solid #cbd804;
	color: #3a3941;
	font-size: 12px;
}


/* navigation */

#r-topmenu ul.menu,
#r-bottom ul.menu {
	list-style: none;
	margin: 0;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 13px;
}

#r-topmenu ul.menu li,
#r-bottom ul.menu li {
	background: none;
	display: inline;
	line-height: 18px;
	list-style-type: none;
	padding: 6px 4px;	
	font-stretch: condensed;
	font-weight: lighter;	

}

#r-topmenu ul.menu li a,
#r-bottom ul.menu li a {
	background: none;
	color: #ffffff;	
	display: inherit;
	text-decoration: none;
	margin: inherit;
	padding: 2px 2px 2px 2px;
}

#r-topmenu ul.menu li a:hover,
#r-topmenu ul.menu li a:active,
#r-topmenu ul.menu li a:focus,
#r-bottom ul.menu li a:hover,

#r-bottom ul.menu li a:focus {
	background: #2C79B3;
	color: white;
}

#r-topmenu ul.menu li.active a
 {
	background: #9ebd0a;
	color: white;
}

#r-bottom ul.menu {
	padding-top: 15px;
}


