﻿body, html {
	padding: 0px;
	margin: 0px;
	background: #525252 url("/Images/body_bg.jpg");
	font: 12px Arial, Tahoma, Verdana;
	color: #555555;
	line-height: 18px;
}

h1 {
	color: #000;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

h2 {
	display: block;
	background: #e7e6d9 url("/Images/h2_left.jpg") top left no-repeat;
	font: 16px Arial, Verdana, Arial, Tahoma;
	color: #6c6941;
	padding: 15px 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

h2.right {
	background: #e7e6d9 url("/Images/h2_right.jpg") top right no-repeat;
}

h3 {
	font: 15px Arial, Verdana, Arial, Tahoma;
	font-weight: bold;
	color: #555555;	
	margin-bottom: 5px;
}

hr {
	border: 0;
	color: #c1c1c1;
	background-color: #c1c1c1;
	height: 1px;
	margin: 10px 0px;
}

#productupdates hr {
	color: #feb226;
	background-color: #feb226;
}

a {
	color: #d79313;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a.ArrowLink {
	display: inline-block;
	padding-right: 15px;
	color: #000;
	font-weight: bold;
	background: url("/Images/arrow_yellow.gif") no-repeat center right;
}


a.ArrowLink2 {
	display: inline-block;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
	background: url("/Images/arrow_grey.gif") no-repeat center left;
}

a.SoundLink {
	display: inline-block;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
	background: url("/Images/sound.gif") no-repeat center left;
}

a.selected {
	background: url("/Images/arrow_yellow.gif") no-repeat center left;
}

#latestnews a, #productupdates a {
	color: #7a7a7a;
}

#latestnews a:hover, #productupdates a:hover {
	color: #000;
}

#container {
	width: 924px;
	margin: 0 auto;
	background: url("/Images/container_bg.jpg") repeat-y;
	padding: 20px 33px 0px 33px;
}

#logo {
	padding: 15px 0px 15px 0px;
	background: url("/Images/logo.jpg") center left no-repeat;
	text-align: right;
	font: 18px Verdana, Arial, Tahoma;
	color: #515151;
	cursor: pointer;
}

#top {
	height: 170px;
	margin: 1px 0px;
}

ul#menu {
	height: 35px;
	background: url("/Images/menu_ul_bg2.jpg") right no-repeat;
	padding: 0px;
	display: inline-block;
	font: 14px Arial, Tahoma, Verdana;
	font-weight: bold;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	color: #757573;
}

ul#menu li a:hover {
	color: #000;
}

ul#menu li.selected a {
	background: url("/Images/menu_selected2.gif") right no-repeat;
	color: #fff;
}

#submenu {
	height: 35px;
	padding: 0px 15px;
	background: url("/Images/submenu_ul_bg2.jpg") no-repeat;
	font: 14px Arial, Tahoma, Verdana;
	font-weight: bold;
}

#submenu ul li {
	display: inline;
}

#submenu ul li a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0px 15px;
}

#submenu ul li a:hover {
	color: #3a2f1d;
}

#submenu ul li.selected a {
	background: url("/Images/submenu_selected.jpg") right no-repeat;
	color: #3a2f1d;
	margin-top: 2px;
}

#maincolumn {
	font-family: Arial, Tahoma, Verdana;
	margin-top: 25px;
}

#maincolumn ul {
	padding-left: 25px;
	list-style-type: disc;
}

#footer {
	width: 924px;
	margin: 0 auto;
	background: url("/Images/footer_bg.jpg") bottom no-repeat;
	padding: 40px 33px;
	text-align: center;
	font: 10px Arial;
}

#latestnews ul, #productupdates ul {
	padding: 0px;
	list-style-type: none;
}

#latestnews li, #productupdates li {
	padding: 8px 10px;
	border-bottom: 1px solid #feb226;
}

#latestnews, #maincontent, #productupdates {
	width: 268px;
	float: left;
}

#maincontent {
	width: 288px;
	margin: 0 20px;
	background: #feb226;
	padding: 25px;
	font-size: 15px;
	min-height: 335px;
}

#maincontent ul {
	padding-left: 20px;
}

#maincontent ul li {
	padding: 10px 0px;
}

#maincontent h2 {
	height: auto;
	background: none;
	line-height: 23px;
	font: 25px Verdana, Arial, Tahoma;
	color: #fff4df;
	padding: 0px;
	font-weight: 200;
	margin-bottom: 10px;
}

table, tr, td, th, tbody {
	vertical-align: top;
}

#three_columns td, #two_columns td {
	width: 288px;
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
	padding-left: 0px;
}

#two_columns td {
	width: 442px;
	padding-right: 20px;
}

.message { 
	color: #fd3803; 
	display: inline-block; 
	padding-bottom: 20px; 
	font-size: 13px; 
	font-weight: bold;
}

.kontakt_left {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.kontakt_right {
	float: left;
	width: 600px;
}

.clear {
	clear: both;
}

input, textarea {
	width: 99%;
	padding: 4px;
	border: 1px solid #ccc;
	font: 12px Arial;
	color: #000;
	margin-bottom: 10px;
}

textarea {
	height: 140px;
}