body{
	background-image: url(../img/background.gif);
	color: black;
	font-family: Arial, Arial;
	font-size: 0.8em;
	text-align:center;
	/*behavior:url("csshover.htc");*/
	overflow:scroll;
}

.main{
	text-align:left;
	float:left;
	background-color: white;
	color: black;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	/*margin-right: auto;*/
	padding: 10px;
	border: 1px solid #c0c0c0;
	/*border-bottom: 3px solid #ff442a;*/
	/*border-bottom: 3px solid #ff0000;*/
	border-bottom: 3px solid #cf3026
}

.main .header{
	width: 97%;
	height: 70px;
	text-align: left;
}

.main .logo_de {
	background-image: url(../img/reka_logo_de.gif);
	background-position: 0px 10px;
}

.main .logo_en {
	background-image: url(../img/reka_logo_en.gif);
	background-position: 0px 10px;
}
.main .logo{
	border-top: 2px solid #cf3026;
	background-repeat: no-repeat;
	width: 97%;
	height: 70px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Link in Header */
.logo a, .logo a:hover, .logo a:visited, .logo a:active{
	text-decoration: none;
}

.main-menu {
	/*text-align:center;*/
	border-bottom: 3px solid #fff;
}

.main-menu ul{
	width: 880px;
	margin-left: -10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #c0c0c0;
}

.main-menu li{
	text-align: center;
}

.main-menu ul li{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	line-height: 25px;
	color: white;
	/*color: white;*/
	float: left;
	font-size: 0.85em;
	font-weight: bold;
	width: 131px;
	/*background-color: #FF0000;*/
	/*background-color: #87CEFA;*/
	/*background-color: #9C9C9C;*/
	background-color: #B5B5B5;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 3px;
} 

.main-menu ul li:hover{
	border-bottom: 3px solid #5d5d5d;
	cursor: pointer;
}

.main .slogan{
	font-size: 1.2em;
	/*color: #ff442a;*/
	color: #cf3026;
	text-align: middle;
	margin: 20px 10px 10px 10px;
}

.main .headline{
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	width: 680px;
	margin: 10px;
	margin-top: 30px;
	border-bottom: 1px dotted #ff442a;
}
	
.main .answer{
	font-size: 1em;
	font-weight: normal;
	color: black;
	margin-left: 20px;
}

.main p{
	margin-left: 10px;
	margin-bottom: 10px;
	width: auto;
}

.main table{
	color: black;
	font-size: 1em;
	margin-left: 10px;
}

.main textarea{
	width: 900px;
	height: 70px;
}

.main .center{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.main .hiddendiv{
	display: none;
	visibility: collapse;
}

a:link,a:active,a:visited{
	color: #cf3026;
	/*color:#ff442a;*/
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.main .startpage{
	text-align:left;
	float:left;
	background-color: white;
	color: black;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
	/*margin-right: auto;*/
	padding: 10px;
	/*border: 1px solid #515151;*/
}

.category-menu{
	width: 50%;
	border: 1px solid #c0c0c0;
	background-color: #f3f3f3;
	padding: 5px;
	position: inherit;
	overflow: hidden;
	magrin-left: auto;
	margin-right: auto;
	text-align: center;

	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.side-menu{
	width: 170px;
	border: 1px solid #c0c0c0;
	background-color: #f3f3f3;
	padding: 5px;
	float: left;
	position: inherit;
	overflow: hidden;
	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.side-menu ul li{
	list-style-type: point;
	list-style-image: none;
	list-style-position: inside;
	line-height: 20px;
	margin-left: -40px;
}

.side-menu ul li:hover{
	text-decoration: underline;
	cursor: pointer;
}

.wrapper{
	margin: 0px auto;
	width: 900px;
}

.background-box{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #94a3c4;
	position: absolute;
	padding: 0;
	z-index: 999;
	font-size: 0.8em;
	filter:alpha(opacity=60);
	opacity: 0.6;
}
.info-box{
	top: 50px;
	left: 50%;
	margin-left: -225px;
	min-width: 450px;
	border: 5px solid #ddd;
	background: #FFFFFF;
	position: absolute;
	padding: 0px 15px 10px;
	z-index: 1000;
	font-size: 1em;
}


/*
 *  C O N T E N T
 */

.content {
	padding-top: 5px;
	padding-bottom: 20px;
	width: 880px;
	margin: 0 auto;
	font-size: 0.9em;
}

.content a:link, .content a:active,.content a:visited{
	/*color:#ff442a;*/
	color: #cf3026;
	font-weight: bold;
	text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}


.content h1 {
	/*color: #ff442a;*/
	color: #515151;
	font-size: 14;
	border-bottom: 1px solid #ededed;
}

.content h2 {
	color: #383838;
	font-size: 13;
}

.content h2 a, .content h2 a:hover, .content h2 a:active, .content h2 a:visited{
	text-decoration: none;
}

.content h3 {
	color: #383838;
	font-size: 12;
}

.footer_menu{
	font-size: 0.80em;
	width:100%;
	float:left;
	margin-top:20px;
	text-align:center;
	color: #383838;
}

.footer_menu a:link, .footer_menu a:visited, .footer_menu a:active{
	text-decoration: none;
	font-weight: normal;
	color: #383838;
}

.footer_menu a:hover{
	color: #cf3026;
	font-weight: bold;
}


