body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background: #fff;
	}
img {
	border: 0 none;
	}
#wrap {
	width: 960px;
	margin: 50px auto;
	padding: 0;
	text-align: left;
	background: #000;
	}

/* header 
--------------------------------------------- */
#header {
	width: 960px;
	height: 89px;
	background: url(../img/header.jpg) no-repeat;
	}
#logotyp {
	float: left;
	width: 250px;
	}
#e-adress {
	float: right;
	width: 335px;
	margin-top: 20px;
	color: #333;
	font-size: 10px;
	}
#header a:link {
	color: #b10932;
	text-decoration: none;
	}
#header a:visited {
	color: #b10932;
	text-decoration: none;
	}
#header a:hover {
	color: #b10932;
	text-decoration: none;
	}
#header a:active {
	color: #b10932;
	}

/* navigation 
--------------------------------------------- */
#nav {
	float: left;
	width: 100%;
	margin-top: 15px;
	}
#nav ul {
	list-style: none;
	background: #fff;
	}
#nav li {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 5px 15px 5px 2px;
	text-decoration: none;
	color: #fff;
	border: none;
	}
#nav li a.active {
	color: #aaa;
	text-decoration: none;
	}
#nav li a:hover {
	color: #aaa;
	text-decoration: none;
	}

/* text 
--------------------------------------------- */
p {
	margin-top: 0;
	}
h1
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	color: #fff;
	margin: 30px 0 6px 0;
	padding: 0;
}
h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 6px 0;
	padding: 0;
	}
h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0 6px 0;
	padding: 0;
	}
h4 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 6px 0;
	padding: 0;
	}
.leftimage {
	margin: 0 6px 6px 0;
	}
.rightimage {
	margin: 0 0 6px 6px;
	}

/* content 
--------------------------------------------- */
#swf {
	width: 598px;
	height: 308px;
	}
#content {
	float: left;
	width: 600px;
	min-height: 540px;
	height:auto !important;
	height:540px;
	margin: 40px 0 40px 45px;
	padding-right: 20px;
	border-right: 1px solid #fff;
	display: inline;
	}
#content a:link {
	font-size: 11px;
	color: #b71220;
	text-decoration: none;
	}
#content a:visited {
	font-size: 11px;
	color: #b71220;
	text-decoration: none;
	}
#content a:hover {
	font-size: 11px;
	color: #cd291f;
	text-decoration: underline;
	}
#content a:active {
	font-size: 11px;
	color: #b71220;
	}

/* sidebar 
--------------------------------------------- */
#sidebar {
	float: right;
	width: 270px;
	margin: 80px 0 15px 0;
	display: inline;
	}
#news {
	width: 250px;
	}
#news ul {
	padding: 5px 15px 20px 0;
	list-style-image: url(../img/bullet.gif);
	list-style-position: inside;
	margin-left: 0;
	}
#news li {
	margin-top: 15px;
	}
#news a:link {
	font-size: 11px;
	color: #b71220;
	text-decoration: none;
	}
#news a:visited {
	font-size: 11px;
	color: #b71220;
	text-decoration: none;
	}
#news a:hover {
	font-size: 11px;
	color: #cd291f;
	text-decoration: underline;
	}
#news a:active {
	font-size: 11px;
	color: #b71220;
	}

/* footer 
--------------------------------------------- */
#footer {
	clear: both;
	width: 960px;
	height: 89px;
	background: url(../img/footer.jpg) no-repeat;
	}
#footer a:link {
	color: #b10932;
	text-decoration: none;
	}
#footer a:visited {
	color: #b10932;
	text-decoration: none;
	}
#footer a:hover {
	color: #b10932;
	text-decoration: none;
	}
#footer a:active {
	color: #b10932;
	}
#b-adress {
	float: right;
	width: 335px;
	margin-top: 16px;
	color: #333;
	font-size: 10px;
	display: inline;
	}
#b-info {
	float: left;
	width: 340px;
	margin: 16px 0 0 230px;
	color: #333;
	font-size: 10px;
	font-style: italic;
	display: inline;
	}


