
/* LAYOUT */

body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
#MainContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
#SideBarContainerCell {
	width: 452px;
	height: 900px;
	}
#ContentContainerCell {
	width: 508px;
	height: 900px;
	vertical-align: top;
	}	
#MainContentContainer {
	position: relative;
	}
#ContentContainer {
	position: absolute;
	z-index: 20;
	left: -100px;
	top: 125px;
	width: 680px;
	height: 650px;
	}	

/* TEXT */

.bodytext, .bodytext a:link, .bodytext a:visited, .bodytext a:active {
	color: #FFFFFF;
	font-size: 11px;
	}
.bodytext a:hover {
	color: #cccccc;
	}	
.bodytext H1, .bodytext H2, .bodytext H3, .bodytext H4, .bodytext H5, .bodytext H6 {
	color: #FFFFFF;
	font-size: 48px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
	}
.menuItem a, menuItem a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.menuItem a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* PRICETABLES */

.pricetable {
	border-collapse: collapse;
	font-size: 11px;
	}
	
.pricetable .td-0, .pricetable .td-1, .pricetable .td-2 {
	border-right: 1px #FFFFFF dotted;
	border-bottom: 1px #FFFFFF dotted;
	padding: 3px;
	width: 100px;
	vertical-align: bottom;
	}
.pricetable .td-last {
	border-bottom: 1px #FFFFFF dotted;
	border-right: 1px #000000 dotted !important;	
	padding: 3px;
	width: 100px;
	vertical-align: bottom;	
	}

/* ANFRAGE */		

.AnfrageTable input{
	font-size: 11px;
	}
.AnfrageTable select{
	width: 105px;
	font-size: 11px;
	}	
.AnfrageTable .TableDivider1 {
	height: 6px;
	border-bottom: 1px #FFFFFF dotted;
	}
.AnfrageTable .TableDivider2 {
	height: 5px;
	}	
	
/* GUESTBOOK */		

.tx-veguestbook-pi1 h2.tx-guestbook-header {
	background: #000000 none repeat scroll 0 0;
	border-bottom: 1px #FFFFFF dotted;
	clear:both;
	color: #FFFFFF;
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 35em;
	}
.tx-guestbook-left a:link, .tx-guestbook-left a:visited, .tx-guestbook-left a:active{
	color: #FFFFFF;
	}
.tx-guestbook-left a:hover{
	color: #CCCCCC;
	}
.tx-srfreecap-pi2-cant-read {
	color: #ffffff;
}
