/*************************
 ****** Allgemeines ******
 *************************/

html {
	min-height:100%;
	overflow-y:scroll; 
	overflow-x:auto;
}

body {
	margin:0;
	padding:0 0 204px 0;
	color:#665253;
	background:#FEFCF8 url(Background.jpg) no-repeat center bottom;
	font-family:Verdana,Arial,Univers,sans-serif;
	font-size:80%;
	line-height:1.45em;
}

div, img, form, input, textarea, td {
	margin:0;
	padding:0;
}

h1 {
	margin:0 0 1em;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
}

h2 {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:bold;
}

h3 {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:bold;
}

p {
	padding:0;
	margin:0 0 1.45em 0;
}

img {
	border:0;
}

address {
	font-style:normal;
}

caption, th {
	text-align:left;
	font-weight:normal;
}

ul {
	margin:0 0 1em 0;
	padding:0 0 0 18px;
}

ul li {
	margin:0;
	padding:0;
}

ul.WithSpace li, ol.WithSpace li {
	margin-top:1em;
}

ul.NoSpace {
	margin:0;
	padding:0;
	list-style:none;
}

table {
	margin:0;
}

/********************
 ****** Layout ******
 ********************/

#LayoutTable {
	table-layout:fixed;
	width:1008px;
	margin-left:auto;
	margin-right:auto;
}

#TopRow {
	padding:16px 0 28px;
}

col.Main {
	width:576px;
}

col.Modules {
	width:216px;
}

/* Module */

div.Module {
	margin:0 0 8px;
}

#LeftColumn {
	padding-right:38px;
}

#RightColumn {
	padding-right:32px;
	padding-left:30px;
}

/* Mehrere Spalten im Hauptteil */

div.LeftContent {
	float:left;
	width:48%;
}

div.RightContent {
	float:right;
	width:48%;
}

/* Box allgemein */

.Box {
	width:100%;
	position:relative;
	left:-8px;
	margin-bottom:1em;
	background: transparent;
}

div.Module .Box {
	left:0;
	margin-bottom:0;
}

.BoxContent {
	color:#665253;
	background-color:#F0EBE3;
}

/* Box normal */

td.BoxLeft {
	width:8px;
	background:#F0EBE3 url(BoxLeftBottom.gif) no-repeat left bottom;
}

td.BoxRight {
	width:8px;
	background:#F0EBE3 url(BoxRightBottom.gif) no-repeat right bottom;
}

div.BoxLeft {
	width:100%;
	min-height:8px;
	background:url(BoxLeftTop.gif) no-repeat left top;
}

div.BoxRight {
	width:100%;
	min-height:8px;
	background:url(BoxRightTop.gif) no-repeat right top;
}

td.BoxContent {
	padding:2px 0 3px;
}

/* Box transparent */

div.BoxContent {
	padding:0 8px;
	line-height:1.2em;
}

.Border {
	display:block;
	overflow:hidden;
	height:1px;
	background-color:#F0EBE3;
	font-size:1px;
}

.No1 {
	margin:0 5px;
}
.No2 {
	margin:0 3px;
}
.No3 {
	margin:0 2px;
}
.No4 {
	margin:0 1px;
}

/* Navigation */

ul.Menu {
	list-style-type:square;
	margin-bottom:0;
}

#TopNavigation {
	position:relative;
	left:-1px;
}

#TopNavigation img {
	margin:2px 2px 0px 2px;
	vertical-align:bottom;
}

/* MultiPageNavigation */

div.MultiPageNavigation {
	line-height:1em;
	float:right;
	margin-bottom:1em;
}

span.SelectedPage {
	background-color:#665253;
	color:#FEFCF8;
}

/* Fotogalerie */

div.GalleryPreview {
	position:relative;
	left:-4px;
	top:4px;
}

img.Preview {
	vertical-align:bottom;
	padding:4px;
	margin:0;
	border:1px solid #FEFCF8;
}

img.Selected {
	border:1px solid red!important;
}

/* Sonstiges */

.Clearing {
	clear:both;
}

.Invisible {
	display:none;
}

.OnPrint {
	display:none;
}

.NoMargin {
	margin-bottom:0!important;
}

.NoWrap {
	white-space:nowrap;
}

.Smaller {
	font-size:88%;
	line-height:1.3em;
}

img.Layout {
	vertical-align:bottom;
}

/*******************
 ****** Forms ******
 *******************/

fieldset {
	margin:0 0 1.45em;
	padding:4mm;
	border:1px solid #B9B5AF;
}

.Flat {
	font-family:Verdana,Arial,Univers,sans-serif;
	color:black;
	background-color:white;
	border:1px solid #B9B5AF;
}

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

table.Simple {
	margin:0 0 1.45em;
}

table.Simple th, table.Simple td {
	padding:0 0.8em 0 0;
	vertical-align:top;
	/*line-height:1.45em;*/
}

table.Spaced th, table.Spaced td, table.Spaced caption {
	padding-bottom:0.725em;
}

p.LoungeDate {
	margin:0;
	color:#555555;
}

span.LoungePrice {
	font-weight:normal;
}

span.LoungeSoldOut {
	font-size:90%;
	color:red;
}

table.LoungeAnmeldung input {
	position:relative;
	top:0.1em;
}

p.Picture {
	font-size:0.88em;
}

span.ErrorCaption {
	color:#D4001A;
	font-weight:bold;
}

/* Suchergebnisse */

span.SearchWords {
	font-family:"Lucida Console", "Courier New", monospace;
	font-size:0.8em;
	font-weight:bold;
	color:#333366;
}

/*******************
 ****** Links ******
 *******************/

/* normale Links */

a {
	color:#665253;
	text-decoration:none;
}

a:hover {
	color:black;
}

/* Links im Fließtext */

a.Highlighted {
	color:#AC1326;
}

a.Highlighted:hover {
	color:black;
}

/* ganze Absätze als Link */

a.Block {
	display:block;
}

/* URLs unterstreichen */

a:hover span.Url {
	text-decoration:underline;
}

