* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0 0 20px 0;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url(/images/bg.png) 0 0 repeat-x #FFFFFF;
}

*.clear {
	clear: both;
}

div#welcome {
	width: 883px;
	height: 245px;
	margin: 0 0 0 -441px;
	background: url(/images/logo.png) 0 0 no-repeat;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 1000;
}
h1.welcome {
	width: 600px;
	height: 30px;
	margin: 0 0 0 -300px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	top: 145px;
	left: 50%;
	display: block;
}
div#welcome a {
	width: 778px;
	height: 50px;
	float: left;
	display: block;
}

div#enter {
	width: 560px;
	height: 70px;
	margin: 20px auto 0 auto;
}

div.betreten, div.verlassen {
	width: 208px;
	height: 68px;
	margin: 0 auto 0 auto;
	background: url(/images/betreten.png) 0 0 no-repeat;
}
div.verlassen {
	background: url(/images/verlassen.png) 0 0 no-repeat;
}
div.betreten a, div.verlassen a {
	width: 208px;
	height: 68px;
	display: block;
}

div.text {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 5px;
}
div.text p {
	color: #000000;
	margin: 0 0 10px 0;
	text-align: justify;
}
div.text a {
	color: #CC0000;
}

div#partner {
	width: 958px;
	height: 1295px;
	margin: 20px auto 0 auto;
	background: url(/images/border.gif) 0 0 no-repeat;
}
div#partner iframe {
	width: 860px;
	margin: 50px 0 0 50px;
}

div.articles {
	/*width: 900px;*/
	width: 930px;
	height: 200px;
	margin: 10px auto 0 auto;
}
div.article {
	width: 200px;
	height: 285px;
	margin: 0 0 0 20px;
	background: #B30202;
	float: left;
	cursor: pointer;
}
div.article_title {
	width: 180px;
	height: 20px;
	margin: 10px 0 0 10px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #FFFFFF;
}
div.article_title a {
	color: #B30202;
	text-decoration: none;
}
div.article_title a:hover {
	text-decoration: underline;
}
div.article_img {
	width: 180px;
	height: 150px;
	margin: 5px 0 0 10px;
}
div.article_img img {
	width: 178px;
	height: 148px;
	border: 1px dotted #FFFFFF;
}
div.article_text {
	width: 180px;
	height: 60px;
	line-height: 15px;
	margin: 5px 10px;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
	overflow: hidden;
}
div.article_goto {
	width: 180px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #FFFFFF;
}
div.article_goto a {
	color: #B30202;
	text-decoration: none;
}
div.article_goto a:hover {
	text-decoration: underline;
}

h2 {
	width: 930px;
	height: 53px;
	line-height: 24px;
	padding: 0 0 0 20px;
	margin: 10px auto 0 auto;
	color: #B30202;
	font-size: 18px;
	background: url(images/h2.jpg) 0 20px no-repeat;
	border: none;
}

.menu .links {
	background: none;
}

.menu .links a {
	font-size: 18px!important;
}

.menu .hru {
	width: 900px;
	margin: 0 auto 0 auto;
}
