* {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

a img {
    border: 0;
}

body {
    font-size: 11px;
    line-height: 1.45em;
    text-align: center;
    color: #000;
	background: #000;
	text-align: center;
}

#frame {
    margin: auto;
/*	position: relative;
	width: 922px;
	background: url('../pics/bg_frame.png') center repeat-y;
	padding: 0 11px;
	text-align: left;*/
}

#labelFGN {
    position: absolute;
    top: 167px;
    left: 936px;
}

.noFlashContent {
	padding:160px 160px 300px 160px;
	font-size:1.2em;
	line-height:1.4em;
}

    
/***** Header *****/

#header {
	background: url('../pics/bg_header.jpg') center top no-repeat;
	height: 300px;
	position: relative;
}

a#logo {
	position: absolute;
	right: 54px;
	top: 51px;
	width:305px;
	height: 75px;
}

#navi {
	position: absolute;
	z-index: 5;
	text-transform: uppercase;
	/*
	font-size: .85em;
	right: 15px;
	top: 26px;
	*/
	left: 40px;
	top: 26px;
}

/***** Footer *****/

#footer {
    margin: 0 auto;
	position: relative;
	width: 922px;
	background: url('../pics/bg_footer.png') center top no-repeat;
	padding: 12px 11px 0 11px;
	text-transform: uppercase;
	font-size: .85em;
	text-align: left;
}

#footer a {
	color: #4e4c4c;
}



/***** Content *****/

#splash_anchor {
	display: none;
}

#content {
	background: url('../pics/bg_content.jpg') bottom center repeat-x;
	padding: 10px 20px;
	margin-top: -150px;
	position: relative;
	z-index: 2;
}

.colContent {
	float: left;
	width: 655px;
}

.colSidebar {
	float: right;
	width: 210px;
}

.colSidebar h3 {
	color: #900020;
	margin: 5px 0 0 0;
}

.box {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #bcbaa4;
	padding: 7px 10px;
	margin: 10px 0;
	background: url('../pics/bg_box.jpg') #fff center -50px repeat-x;
}

.box .lnk {
	clear: both;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	background: url('../pics/dots.png') left center no-repeat;
	padding-left: 23px;
}

.box.karte {
	background: url('../pics/bg_box_karte2.jpg') bottom center no-repeat;
	/*height: 350px;*/ /* +60px*/
	height: 330px;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #900020;
	padding: 30px 30px 30px 380px;
	position: relative;
}

#karte {
	position: absolute;
	z-index: 5;
	left: 15px;
	/*top: -97px;*/
	top: -77px;
}

.box .dl {
	color: #900020;
	font-weight: bold;
	text-align: right;
	background: url('../pics/dots.png') 60% center no-repeat;
	text-transform: lowercase;
	margin: 15px 5px 0 0;
	font-size: 1.1em;
}

.box.bestellen {
	background: url('../pics/bg_box_bestellen.jpg') bottom center no-repeat;
	height: 200px;
}

.box.bestellen .dl {
	background: url('../pics/dots.png') 40.5% center no-repeat;
}

.box .store {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #900020;
	padding: 0 10px;
}

.box .store h3 {
	color: #900020;
	margin: 0 0 1em 0;
	background: url('../pics/dots.png') left center no-repeat;
	padding-left: 21px;
}

.box .store .left {
	float: left;
	width: 46%;
	margin-right: 4%;
}

.box .store .lnk {
	clear: both;
	padding: 30px 0 5px 0;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	color: silver;
	background: none;
}



/******* Formulare *******/

.colLabel {
	width: 8em;
	font-weight: bold;
	float: left;
	padding: 5px;
	padding-left: 0;
}

.colInput {
	float: left;
	padding: 3px;
}

.colInputText {
	float: left;
	padding: 5px;
}


.colError {
	float: left;
	padding: 5px;
	color:  #AA1D1B;
}

input.require, textarea.require, select.require {
    background: #fff url(../pics/error_bg.png) repeat-x scroll 0 0 !important;
	border: 2px solid red !important;
}
	
	

#formPassword .colLabel {
	width: 13.5em;
}

.wColImpressum {
    float: left;
    width: 8em;
}	









/***** Formular *****/

.error {
	border: 1px solid #8b100e;
	color: #fff;
	padding: 7px;
	background: #AA1D1B;
	margin: 3px 0;
}

.error a {}

.hint {
	border: 1px solid #feca31;
	color: #000;
	padding: 7px;
	background: #ffd65e;
	margin: 3px 0;
}

.success {
	border: 1px solid darkgreen;
	color: #fff;
	padding: 7px;
	background: green;
	margin: 3px 0;
}







/***** HTML Tags *****/


a:Link {
    color: #900020;
    text-decoration: none;
}

a:Visited {
    color: #900020;
    text-decoration: none;
}

a:Hover {
    color: #900020;
    text-decoration: underline;
}

p {
    display: block;
    font-weight: normal;
    margin: .8em 0;
}

h2 {
	color: #900020;
	margin: 10px 0 25px 0;
	padding-bottom: .2em;
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: 1px solid #900020;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 2.5em 0 .7em 0;
	color: #900020;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 .3em 0;
}

ul {
    margin-left: 1em;
    padding-left: 0;
    list-style-type: none;
}

ul li {
    padding-left: 1.2em;
    background-image: url( '../pics/li_item.png' );
    background-repeat: no-repeat;
    background-position: 0 .6em;
    position: relative;
}

fieldset {
	border: 1px dashed #E3DFD1;
	padding: 10px;
	background-color: #FBFBF1;
}

legend {
	font-weight: bold;
}

select {
    font-size: 1em;
}

option {
	padding-right: 9px;
}

input[type=text], input[type=password], textarea {
    border: 1px solid #ccc8be;
    /*background: #FCFCFC;*/
    background: #fff;
    margin-top: 0px;
    padding: .2em;
    font-size: 1em;
    width: 20em;
}

input, textarea {
	font-size: 1em;
	padding: .2em;
}

input[type=submit], input[type=button] {
    font-weight: bold;
    font-size: 1em;
}

input[type=checkbox] {
    margin: 0 .45em .3em 0;
}

/*
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #fffaec;
}
*/

.formBewertung textarea {
	width: 450px;
	height: 60px;
}

.formBewertung h3 {
	margin-top: 1.5em;
}



/******* Allgemeine Klassen *******/

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.hidden {
	display: none;
}

.gray {
    color: gray;
}

.red {
	color: #900020;
}

.green {
    color: darkgreen;
}

.blue {
    color: #1e608f;
}

.orange {
	color: #e6b42d;
}

.asterisk {
    font-size: .9em;
	color: red;
	vertical-align: top;
}

