@charset "utf-8";
 /* CSS Document */
html {
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
}
body {
	background: url(img/bg_page.jpg);
}
* {
	outline: none;
}
a {
	color: #ffdd00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/*Txt*/
.smalltxt {
	font-size: 10px;
}
.txt-img {
	padding: 0 20px 0 20px;
	border: 2px solid #444444;
	background: url(img/bg_element.gif) repeat;
	margin: 0 0 20px 0;
}
.txt-img2 {
	position: relative;
	padding: 0 20px 0 20px;
	border: 2px solid #444444;
	background: url(img/bg_element.gif) repeat;
	margin: 0 0 20px 0;
}
#contentR .txt-img2 {
	position: relative;
	padding: 0 20px 0 20px;
	border: 2px solid #444444;
	background: url(img/bg_element.gif) repeat;
	margin: 0 0 0 0;
}
img {
	border: 2px solid #444444;
	margin: 0 0 20px 0;
}
.txt-img img.artlogo{
	border: none;
	float: right;
	margin: -15px 0 0 0;
}
.txt-img img {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #444444;
	margin: -10px 0 0 -20px;
}
.txt-img2 img {
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 0 0 -5px -20px;
}
*html .txt-img img.newsimg {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #444444;
	margin: -18px -20px 0 -20px;
	width: 471px;
}
.teaser {
	margin: 0 0 20px 0;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffdd00 !important;
	margin-top: 15px;
	margin-bottom: 15px;
}
h1 a.current  {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 15px;
}
h2, h3 {
	font-size: 14px;
	text-transform: uppercase;
}
/*Mainparts*/
#container {
	background: url(img/bg_content.png) repeat-y;
	position: relative;
	width: 780px;
	margin: 55px auto 0 auto;
	border: 2px solid #000;
}
#head {
	height: 160px;
	border-bottom: 2px solid #000;
}
#nav1st {
	background: url(img/bg_nav1st.jpg) repeat-x;
	height: 17px;
	border-bottom: 2px solid #000;
	padding: 3px 0 0 40px;
}
#nav2nd {
	background: url(img/bg_nav2nd.jpg) repeat-x;
	height: 17px;
	border-bottom: 2px solid #000;
	padding: 3px 40px 0 40px; 
}
#content {
	border-bottom: 2px solid #000;
	min-height: 400px;
	padding: 20px;
}
*html #content {
	border-bottom: 2px solid #000;
	height: 400px;
	padding: 20px 40px 40px 40px;
}
#contentL {
	width: 500px;
}
*html #contentL {
	width: 475px;
}
#contentR {
	width: 222px;
	position: absolute;
	right: 20px;
	top: 226px;
}
#footer {
	background: url(img/bg_footer.jpg) repeat-x;
	height: 16px;
	color: #fff;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 4px 5px 0 0;
}
#footer a {
	color: #fff;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.logo {
	background: url(visuals/header.gif) no-repeat;
	display: block;
	text-indent: -5000px;
	height: 160px;
}
