@charset "utf-8";
body{
	background-color: #EAE4E2;
	font-size: 0.7em;
	color: #25211E;
	padding: 5px;
	margin: 0px;
	text-align: center;
}
#lang_index a{
	font-weight: bold;
	text-decoration: none;
	font-size: 130%;
}
#lang_index a:hover{
	color: #BB2570;
}
#page{
	width: 610px;
	margin: auto;
	text-align: left;
}
#top{
	background-image: url("/img/top.gif");
	background-repeat: no-repeat;
	height: 178px;
}
#std{
	float: left;
	margin-top: 8px;
	margin-left: 26px;
}
#lang{
	float: right;
	width: 300px;
}
#lang ul{
	float: right;
	list-style: none;
	display: inline;
	margin: 18px 35px 0px 0px;
	padding: 0px;
}
#lang li{
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
#lang a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#lang a:hover{
	color: #BB2570;
}
#menu{
	float: left;
	list-style: none;
	display: inline;
	margin: 24px 0px 0px 12px;
	padding: 0px;
}
#menu li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu a{
	display: block;
	float: left;
	color: #3E293B;
	text-decoration: none;
	background-image: url("/img/mnbg.gif");
	background-repeat: no-repeat;
	width: 127px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
#menu a:hover{
	color: #BB2570;
}
#page_in{
	background-color: #FFFFFF;
	background-image: url("/img/pgbg.gif");
	background-repeat: repeat-x;
	background-position: top;
	padding: 8px 13px 5px 20px;
}
#page_in_in{
	background-image: url("/img/lnbg.gif");
	background-repeat: repeat-y;
	width: 577px;
}
#left{
	width: 157px;
	float: left;
	text-align: center;
}
#content{
	float: right;
	width: 390px;
	padding: 15px;
}
#bottom{
	background-image: url("/img/btbg.gif");
	background-repeat: repeat-x;
	line-height: 23px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 25px;
}
#frage{
	float: right;
}
.clear{
	clear: both;
}
