/******************************
HTML Elements
******************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 400 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	background: #fff url(/img/system/bg.gif) repeat-x;
}
a {
	color: #EC7711;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ol, ul {
	margin: 10px 20px;
	padding: 0 20px;
}
ol ul, ul ul {
	margin: 10px 0 10px 15px;
	padding: 0 0 0 15px;
}
h1 span {
	display: none;
}
h2 {
	font-size: 11px;
	color: #fff;
}
h3 {
	font-size: 11px;
	color: #3E3D40;
}
/******************************
Layout
******************************/
/*shadow*/
img#shadow,
img#shadow2 {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}

*:first-child+html img#shadow2 { height:150%; } 

#content {
	width: 960px;
	position: relative;
}
html>body #content #wrapper {
	position: relative;
	z-index: 1;
}
* html img#shadow {
	display: none;
}
/*shadow end*/
#content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px 19px 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/system/home.png', sizingMethod='scale');
}
#header {
	height: 104px;
	background: #ffca18 url(/img/system/header-bg.gif) repeat-x;
}
#wrapper {
	background-color: #fff;
}
#col1 {
	padding: 19px;
	height: 390px;
	min-height: 390px;
}
html>body #col1 {
	height: auto;
}
#footer {
	clear: both;
	height: 28px;
	padding: 12px 19px 0 7px;
	background-color: #fff;
	font-size: 10px;
	color: #e96b10;
	background: #ffca19 url(/img/system/footer-bg.gif) repeat-x left top;
}
#footer div {
	text-align: right;
}
#logo {
	position :absolute;
	top: 26px;
	margin-left: 742px;
	z-index: 2;
}


.headline {
	background: #E96B10 url(/img/system/corner.gif) no-repeat left top;
	height: 62px;
}
.headline h2 {
	position: absolute;
	width: 500px;
	margin:41px 0 0 272px;
}
.headline div#flash-head {
	position: absolute;
	width: 250px;
	margin: 40px 0 0 8px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.indent,
p.indent {
	padding: 8px 206px 0 272px;
}

p.specials {
	float:left;
	width: 444px;
	padding-top: 8px;
	height: 62px;
	display: block;
}

#news {
	width: 338px;
	float: left;
	margin-right: 6px;
}
#news p.specials {
	width: 232px;
	height: 65px;
}
p.play {
	float:left;
	width: 444px;
	padding-top: 8px;
}
p.play a {
	display: block;
	padding: 12px 0 12px 40px;
	background: url(/img/system/play.gif) no-repeat left center;
}
p.link {
	float:left;
	width: 190px;
	padding: 26px 0 0 12px;
	text-align: right;
}
/******************************
Spacer Elements
******************************/
.spacer {
	height: 14px;
}
.halfspacer {
	height: 7px;
}
.quaterspacer {
	height: 4px;
	clear: both;
}
/******************************
Content
******************************/
.plaintext {
	font-size: 11px;
	line-height: 1.2727em;
}
.legend {
	font-size: 10px;
}
#col2 h3 {
	background: #fff url(/img/system/h3.gif) repeat-y right top;
	padding: 1px 9px 2px 9px;
}
/******************************
Tables
******************************/
#col1 table {
	clear: both;
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #fff;
}
#col1 table td {
	width: 100px;
	padding: 0 7px 4px 0;
	border: none;
	color: #555;
	vertical-align: top;
}
/******************************
Form Elements
******************************/
label {
	font-size: 1em;
	display: block;
	width: 150px;
	float: left;
}
fieldset.kontakt label {
	width: 100px;
}
input,
textarea,
select {
	padding: 2px;
	font: 400 1em Tahoma, sans-serif;
	color: #444;
	background: #fff;
	border: 1px solid #aaa;
	margin-bottom: 3px;
}
input.standard {
	width: 220px;
}
textarea {
	margin-left: 150px;
}
fieldset.kontakt textarea {
	margin-left: 100px;
}
input.button {
	padding: 0 .1818em;
	font: 400 1em Tahoma, sans-serif;
	color: #555;
	background: #9ff3ff;
	border-width: .0909em;
	border-style: solid;
	border-color: #fff #00dfff #00dfff #fff;
}
input#loeschen {
	margin-left: 100px;
}
legend {
	display: none;
}
fieldset {
	padding: .625em 0 0 0;
	border: 0;
}
.error {
	color: #e2001a;
}
div.button {
	display: inline;
	width: 26px;
	float: left;
}
div.button a {
	padding: 3px 2px;
	font: 400 1em Tahoma, sans-serif;
	line-height: 100%;
	color: #eee;
	background: #444;
	border: 1px solid #444;
	text-decoration: none;
	display: block;
	float: left;
	border-left-width: 0;
}
div.button a:hover {
	color: #fff;
}

.color2 {
	color: #e2001a;
}
hr {
	color: #fff;
	border-bottom: 1px dotted #766d5b;
/*	background: #fff url(/img/system/seperator.gif) repeat-x left bottom;*/
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	margin-top: -7px;
}
html>body hr {
	margin: 0 0 13px 0;
}
.hr {
	background: #fff url(/img/system/seperator.gif) repeat-x left bottom;
	height: 9px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
#gallery {
	clear: both;
	height: 235px !important;
}
div#video,
div.video {
	height: 300px;
	background:#fff0ba url(/img/system/video.gif);
	padding: 38px 0 30px 273px;
}

.divtable {
	overflow: hidden;
}
.divtable div {
	display: table-cell;
	vertical-align: top;
}
.divtable div img {
	margin-right: 12px;
}
div.clear {
	clear: both;
}
.right div.img {
	float: right;
}
.right div.img img {
	margin: 0 0 0 12px;
}

/******************************
Alignment classes
******************************/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/******************************
Images
******************************/
img.float-right {
	margin: 8px 0px 10px 12px;  
}
img.float-left {
	margin: 8px 12px 0 0;
}



#Form1 #content {
	position: static;
}
#Form1 body * {
	text-align: left;
}
#objMenu {
	background-color: #006;
	border-width: 5px;
}
.hidden {
	display: none;
}

body.newlayout div#header { background:url(../img/system/header2.jpg) 0 0 no-repeat; }

body.newlayout #nav { margin-top:83px; }

#logo2 {
	position :absolute;
	top: 18px;
	margin-left: 735px;
	z-index: 2;
}

#footer2 {
	clear: both;
	height: 48px;
	padding: 12px 19px 0 7px;
	background-color: #fff;
	font-size: 10px;
	color: #e96b10;
	background: url(/img/system/footer2.jpg) 0 0 no-repeat;
}

#footer2 #meta-nav { 
 margin-top:3px;
}

#footer2 div {
	text-align: right;
}