@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
		background-image:url(../img/br.png);
	background-repeat:repeat-y;
	background-position:center;
}
a {
	
}
#wrap {
	width:950px;
	height:100%;
	position:relative;
	left:50%;
	margin-left:-475px;
}
#header {
	width:950px;
	height:215px;
	position:relative;
	float:left;
	background-image:url(../img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#menu {
	position:relative;
	float:left;
	width:390px;
	height:38px;
	left:67px;
}
#menubt1 {
	position:absolute;
	width:170px;
	height:38px;
	top:0;
	left:0;
	background-image:url(../img/menu_bt1.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
#menubt2 {
	position:absolute;
	width:170px;
	height:38px;
	top:0;
	left:184px;
	background-image:url(../img/menu_bt1.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.menutxta  {
	font-size:16px;
	font-weight:bold;
	color:#224899;
	line-height:27px;
	text-decoration:none;

}
.menutxtb a {
	font-size:16px;
	font-weight:bold;
	color:#8f9ec0;
	line-height:27px;
	text-decoration:none;
}
a:hover {
	border-bottom: #8f9ec0 1px dashed;
	color:#224899;

}
#footer {
	height:366px;
	width:950px;
	position:relative;
	background-image:url(../img/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left
}
#content {
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:-300px;
}
#content2 {
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:-300px;
    width: 750px;
}
.text {
	line-height:24px;
	font-size:14px;
}
#kontakt {
	float:right;
	position:relative;
	right:60px;
	text-align:right;
	font-size:14px;
}
.kontaktbt {
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#224899;
	text-decoration:none;
}
.az1 {
	margin-left:94px;
}
.az0 {
	margin-left:10px;
}
#imp {
	float:left;
	width:950px;
	height:100px;
	background-image:url(../img/imp.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	font-size:11px;
	color:#999;
}
ul.imp {
    list-style-type: none;
    text-align: left;
	line-height:14px;
}
ul.imp li {
    float: left;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
}
.rb {
	text-align:right;
	margin-left:470px;
	font-size:11px;
	text-decoration:none;
}
a.txtxs:hover {
	color:#999;
	border-bottom:1px dotted #999;
	text-decoration:none;
}
.txtxs {
	color:#999;
	text-decoration:none;
}
.btlink {
    font-size: 15px;
    color: #224899;
}