/*24801*/
* {
	font-family: "Trebuchet MS", Tahoma, Sans-Serif;
}

body {
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
	background-color: #666666;
	font-size: 10pt;
	margin: 0px;
	
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #333;
}

.logo {
	width: 958px;
	height: 100px;
	margin: 0 auto;
}

.header {
	width: 960px;
	height: 46px;
	margin: 0 auto;
	background-image: url('img/tt.gif');
	background-repeat: repeat-x;
	position: relative;
}

.infobox {
	width: 600px;
	margin: 0 auto;
	font-weight: bold;
}

.infobox td {
	vertical-align: middle;
	text-align: center;
	
}

.center {
	width: 960px;
	height: 291px;
	position: relative;
	margin: 0px auto;
}

.center a:hover {
	text-decoration: underline;
	color: #466098;
}

.center_bg {
	width: 960px;
	height: 291px;
	position: absolute;
	background-image: url('img/sws.gif');
	background-repeat: no-repeat;
	background-position: center 4px;
	z-index: -1;
}

.start_menu {
	width: 960px;
	height: 270px;
	position: relative;
}

img {
	border: 0px;
}

.header_menu {
	border: 1px solid #B78627;
	border-top: 0px;
	width: 960px;
	text-align: center;
	vertical-align: middle;
	border-spacing: 0px;
	font-weight: bold;
	cursor: pointer;
}

.header_menu td {
	width: 158px;
	height: 46px;
	margin: 0px;
	padding: 0px;
}

.header_menu_hover {
	background-image: url('img/ttx.gif');
	background-repeat: repeat-x;
}

.header_menu_active {
	background-image: url('img/tth.gif');
	background-repeat: repeat-x;
}

.header_menu_active a:link, .header_menu_active a:visited, .header_menu_active a:active {
	color: #FFF;
}

.header_menu_item a:link, .header_menu_item a:visited, .header_menu_item a:active {
	color: #FFF;
}

td.header_menu_separator {
	width: 1px;
	height: 46px;
	padding: 0px;
	margin: 0px;
}

.footer {
	font-size: 7pt;
	color: #AAA;
	text-align: center;
	clear: both; position: relative; background-color: #333;
}

.footer a, active, hover, visited {
	font-size: 7pt;
	color: #AAA;
	text-align: center;
	clear: both; position: relative;
	text-decoration: none;
}

.white_content {
	position: relative;
	width: 100%;
}


.white_background {
	background-image: url('img/bt.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.white_text {
	/*position: absolute;*/
	width: 100%;
	
	padding: 0px;
}
.white_text h2{
  font-size: 14px;
}
.white_text h3{
  font-size: 12px;
}
.three-cols{
  width: 100%;
}

.three-cols td{
  width:33%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
.three-cols td img{
  width: 270px;
}
.three-cols td h3{
  font-weight: normal;
}

.page_title {
	font-style: italic;
	background-image: url('img/title.jpg');
	background-repeat: no-repeat;
	height: 37px;
	font-size: 16pt;
	font-weight: bold;
	width: 100%;
	margin: 10px;
	padding-top: 5px;
	padding-left: 40px;
}

.tree_ul {
	padding-left: 15px;
}


.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.s_title {
	text-align: center;
	padding: 2px;
	/*border-top: 1px solid #F11;
	border-bottom: 1px solid #F11;*/
	background-color: #D74949;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
}

ul.kategorie {
	list-style-type: none;
	line-height: 1.5em;
	color: #000000;
	padding: 5px;
}

ul.kategorie li {
	width: 33%;
	float: left;
	padding-left: 25px;
	text-align: left;
	margin: 5px 10px;
}

.shop_item {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #F11;
	border-left: 0px;
	border-right: 0px;
	/*background-image: url('img/shop_item_bg.gif');*/
	height: 80px;
	position: relative;
	cursor: pointer;
}

.t_details {
	width: 100%;
}

.t_details th {
	font-weight: bold;
	background-color: #999;
	text-align: center;
	border: 1px solid #000;
}

.t_details td {
	border-bottom: 1px solid #999;
	text-align: center;
}

.koszyk {
	width: 100%;
	border: none;
	border-spacing: 0px;
}

.koszyk th {
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border-bottom: 2px solid rgb(214,218,222);
}

.koszyk td{
	text-align: center;
	vertical-align: top;
	padding: 4px;
	border-bottom: 1px solid rgb(214,218,222);
}

a.nohover:hover {
	text-decoration: none;
}

.cat_item {
	float: left;
	width: 202px;
	height: 170px;
}

a.nohover:hover {
	color: inherit;
	text-decoration: inherit;
}

a.white-url{
  color: #eee;
  text-decoration: underline;
}
a.white-url:hover{
  color: #eee;
  text-decoration: none;
}

.text-main-box{
  width: 900px; 
  text-align: justify; 
  float: left; 
  color: #EEE;
}