/*Colors

	yellow:      #fcea1b
	lightyellow: #fffcd9
	red:         #e0091d
	grey:        #617280
	lightgrey:   #C3CCD4
	lightgrey2:  #EAEEF0

*/
body{
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow:auto;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	color: #ED1847;
	padding:0px;
	margin:0px;
	display:block;
	font-size:18px;
}
h2{
	color:#000;
	margin:0px;
	padding:0px;
	display:block;
	font-size:14px;
	font-weight:normal;
}
hr{
	width:100%;
	height:1px;
	color:#ED1847;
	background:#ED1847;
	border:0px;
}
td{
	font-size:11px;
}
#container{
	height:460px;
	width:800px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -230px;
}
#relaunch{
	height:416px;
	width:640px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -208px;
	background:#fff;
	border:solid 10px #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#logo{
	position:absolute;
	z-index:10;
	width:100%;
	height:35px;
	background:#fcea1b url(rc-left.gif) no-repeat left top;
	text-align:center;
}
#logo div{
	background:url(rc-right.gif) no-repeat right top;
}
#logo img{
	border:0px;
	height:30px;
	margin-top:2px;
}
#content{
	position:absolute;
	z-index:70;
	width:798px;
	top:118px;
	height:330px;
	overflow:auto;
	border-left:solid 1px #D7DEE4;
	border-right:solid 1px #D7DEE4;
}
* html #content{
	width:800px;
}
div.contentinner{
	padding:20px;
	padding-bottom:0px;
}
div.landingcopy a{
	text-decoration:underline;
}
#footer{
	position:absolute;
	z-index:90;
	top:445px;
	width:100%;
	text-align:right;
	background:#D7DEE4 url(rc2-left.gif) no-repeat left bottom;
}
#footer div.inner{
	background:url(rc2-right.gif) no-repeat right bottom;
	height:15px;
}
#footer div.global{
	margin-right:20px;
	color:#fff;
}
#footer div.global a{
	color:#fff;
}
#opt_landing, #opt_countries{
	top:460px;
	display:none;
	margin-top:5px;
	position:relative;
	float:left;
	width:100%;
	z-index:100;
	color:#F1CA7C;
	text-align:center;
}
#opt_countries{
	z-index:110;
}
#opt_landing a, #opt_countries a{
	color:#F1CA7C;
}

/* NAVIGATION */
ul.menu{margin:0;padding:0;list-style:none;position:absolute;z-index:100;top:35px;width:100%;}
ul.menu li{float:left;margin:0;padding:0;list-style:none;width:200px;padding:0px;color:#000;}
ul.menu li.beruf, ul.menu li.freizeit, ul.menu li.stuff, ul.menu li.schuhe{height:80px;}
ul.menu li.beruf, ul.menu li.beruf li{background:#79A9D0;}ul.menu li.beruf a{color:#000;}
ul.menu li.freizeit, ul.menu li.freizeit li{background:#ACC48E;}ul.menu li.freizeit a{color:#000;}
ul.menu li.stuff, ul.menu li.stuff li{background:#FFCE7B;}ul.menu li.stuff a{color:#000;}
ul.menu li.schuhe, ul.menu li.schuhe li{background:#FFCE7B;}ul.menu li.schuhe a{color:#000;}
ul.submenu {display:none; margin:0; padding:0; list-style:none;}
ul.submenu li {margin:0; padding:0; list-style:none; border:0;clear: both;}
ul.submenu li:hover {margin:0; padding:0; list-style:none; border:0;}
.menu li:hover ul.submenu {display:block;position: absolute; }
ul.menu a img{border:0px;width:200px;height:50px;}
ul.menu a{text-decoration:none;display:block; width:100%;text-align:center;}
ul.menu ul a:hover{text-decoration:underline;}

/* SITEMAP */
.sitemap{
	width:90%;
	border:0px;
}
.sitemap td{
	vertical-align:top;
	width:25%;
	padding-right:10px;
}

/* LÄNDEREINSTIEG */
.countries{
	width:90%;
	border:0px;
}
.countries td{
	vertical-align:top;
	text-align:center;
	width:33%;
	font-weight:bold;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
}
.countries td img{
	width:80px;
	height:53px;
	border:0px;
	margin-bottom:5px;
}
