/* CSS Document */
/****************/
/* (c) 2007 Christian Schafleitner */


body {
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color: #7f000c;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

p {
	margin-bottom: 0px;
	padding-bottom: 15px;
}


strong {
	font-weight: bold;
	color: #7f000c;
}

em {
	font-style: italic;
}

h1 {
	text-align: left;
	color: #7f000c;
	font-size: 13pt;
	margin-bottom: 20px;
	font-weight: bold;
}

h2 {
	text-align: left;
	color: #d3a47c;
	font-size: 13pt;
	margin-bottom: 20px;
	font-weight: bold;
}

h3 {
	text-align: right;
	color: #7f000c;
	font-size: 13pt;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
}

.quote {
	margin-bottom: 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}

a:link.subnavigation 
			{ color:#000000; text-decoration: none; }
a:visited.subnavigation 
			{ color:#000000; text-decoration: none; }
a:focus.subnavigation 
			{ color:#7f000c; text-decoration: none; }
a:hover.subnavigation 
			{ color:#7f000c; text-decoration: none; }
a:active.subnavigation 
			{ color:#7f000c; text-decoration: none; }
			
a:link 		{ color:#000000; text-decoration:underline; }
a:visited 	{ color:#000000; text-decoration:underline; }
a:focus 	{ color:#7f000c; text-decoration:underline; font-weight:bold; }
a:hover 	{ color:#7f000c; text-decoration:underline; font-weight:bold; }
a:active 	{ color:#7f000c; text-decoration:underline; font-weight:bold; }


/*  Layout Classes  */
/* ================ */

#page {
	width: 840px;
	margin: 0 auto;
}

#language {
	width: 760px;
	vertical-align: top;
	font-size: 8pt;
	color: white;
	text-align: right;
	margin: 0 auto;
}

/* Border */

#header {
	height: 21px;
	text-align: center;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
}

#middle {
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
}

#footer {
	height: 55px;
	text-align: center;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	height: 300px;
}

#logo {
	position:absolute;
	top: -13px;
	left: 30px;
	width: 536px;
	height: 210px;
	z-index: 100;
}

#mainmenu {
	position:absolute;
	left: 600px;
	width: 190px;
	height: 250px; 
	border: none;
	z-index: 101;
	margin: 0px;
	padding: 0px;
}

#submenu {
	position: absolute;
	left: 30px;
	top: 100px;
	width: 781px;
	height: 162px;
	background-image: url(images/bg_navigation.png);
	background-position: left;
}

#submenu-overlay {
	position: absolute;
	left: 30px;
	top: 100px;
	width: 781px;
	height: 162px;
}

#submenu-clickarea {
	position: absolute;
	left: 30px;
	top: 100px;
	width: 781px;
	height: 162px;
	z-index: 100;
}

#submenu-alternative {
	position:absolute;
	left: 50px;
	top: 260px;
	font-size:10px;
	text-align: left;
}

#page-title {
	position:absolute;
	left: 319px;
	top: 212px;
	width: 476px;
	height: 53px; 
	margin-right: 30px;
	text-align: right;
	z-index: 99;
}

#content {
	width: 765px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.mainButton {
	position: relative;
	border: none;
	padding: 0px;
	margin: 0px;
}

.mainButtonText {
	position: absolute;
	left: 2px;
	top: 0px;
	border: none;
	padding: 0px;
	margin: 0px;
}

.leftColumn {
	float: left;
	width: 300px;
	margin: 0px;
	padding-left: 8px;
	padding-right: 12px;
	text-align:justify;
}

.rightColumn {
	float: left;
	width: 420px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 8px;
	text-align:justify;
}

.clearColumn {
	clear: left;
}

.noborder {
	border: none;
	margin: 0px;
	padding: 0px;
}



#copyright {
	width: 760px;
	color: white;
	font-weight: bold;
	font-size: 6pt;
	text-align: right;
	margin: 0 auto;
}	
	
/* Special Areas */
	
.priceTable {
	width: 420px;
	margin: 0px;
	padding: 0px;
	border-collapse:	collapse;
}

.priceRow {
	width: 420px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.priceRowAlt {
	width: 420px;
	margin: 0px;
	padding: 0px;
	background-color: #d3a47c;
	border: none;
}

.priceDescr {
	padding: 2px;
	padding-left: 5px;
	margin: 0px;
	border: none;
}

.priceDescrBold {
	padding: 2px;
	padding-left: 5px;
	margin: 0px;
	border: none;
	font-weight: bold;
}

.priceCell {
	text-align: right;
	border: none;
	padding: 2px;
	padding-right: 10px;
}

.priceCellCenter {
	text-align: center;
	border: none;
	padding: 2px;
	padding-right: 10px;
}

.priceCellBold {
	text-align: right;
	border: none;
	padding: 2px;
	padding-right: 10px;
	font-weight: bold;

}

.centeredImage {
	
	border: none;
	text-align: center;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.centeredImageCont {
	width: 100%;
	border: none;
	text-align: center;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

