﻿*
{
	font-family: 'Verdana';
}
body
{
	border-style: none;
	border-width: inherit;
	font-family: 'Verdana';
	font-size: smaller;
	line-height: normal;
	list-style-type: none;
	padding: inherit;
	margin: auto;
}
table
{
	padding: 0px;
	border: 0px;
}
.alltext
{
	font-size: 10px;
}
.bildtext
{
	font-size: smaller;
	font-style: italic;
}
.header
{
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
}
.footer
{
	font-size: x-small;
}
.button
{
		font-size: 10px;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	display: block;
	border: 1px solid #fff;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background-color: White;
	text-align: left;
	
}
.button:hover
{
	color: #000;
	text-decoration: none;
	background-color: #D0D0D0;
	border: 1px solid #ccc;
}
in_header_image_text
{
	position: fixed;
	left: 100;
	top: 30;
}
h2
{
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
}
h3
{
	font-size: medium;
	font-weight: bold;
}
h4
{
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}
p
{
	margin-top: 0px;
	margin-bottom: 6px;
}
.selectbutton
{
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
	cursor: hand;
	background-color: Gray;
	text-align: left;
}
.selectbutton:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #F26522;
	border: 1px solid #f93;
}

.selectbuttonselected
{
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #eee;
	color: #fff;
	text-decoration: none;
	cursor: hand;
	background-color: Black;
	text-align: left;
}
.selectbuttonselected:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #F26522;
	border: 1px solid #f93;
}
.quotetext
{
	font-style: italic;
	text-align: center;
}
.quoter
{
	text-align: right;
	font-weight: bold;
	font-size: smaller;
}
.quotertitle
{
	text-align: right;
	font-size: smaller;
}

.tabhot
{
	background-color: #F26522;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px;
	color: #fff;
	text-decoration: none;
	cursor: hand;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

.tabcold
{
	background-color: #6B6B6B;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px;
	color: #fff;
	text-decoration: none;
	cursor: hand;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}
ul
{
	padding-left: 16px;
	margin-left: 10px;
}
li
{
	margin-bottom: 6px;
}

