
/*
Design by MMR
http://www.beamercity.at
*/

/** Common Styles */
* {
    margin: 0;
    padding: 0;
}

body{
	text-align: center;			
	background-image: url("./images/background.jpg");
	background-repeat: no-repeat;
	background-color: #aecfe0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;    
}

#mainLayer {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	width: 80%;
	min-width: 1000px;
	max-width: 1400px;
	float: center;
	margin-left: auto;
	margin-right: auto;
}

div.verticalSpacing {
	height: 1em;
}

/** ---------------------------- */
/** The Header */
#headerLayer {	
	display: table;
	width: 98%;
	height: 150px; 
	margin-left: auto;
	margin-right: auto;
}

#headerMainLayer {
	position: relative;
	display: table-cell; 
	vertical-align: middle;
	height: 75%;
}

#headerMainLayerBackground {
	position: relative;
	width: 100%;
    height: 100%;
	overflow: hidden;
	/*background: rgba(255, 255, 255, 0.3);	*/
}

#headerMainLayerBackground:before {
	content: ' ';
    display: block;
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url('./images/header/header_middle_background_graz.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#headerMainLayerLogo {
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
    height: 100%;
	z-index: 2;
}

#headerLogo {
	width: 400px;
	margin-top: 1em;
	
}

#headerInfoLayerLeft {
	background: rgba(255, 255, 255, 0.5);
	display:table-cell;
	vertical-align:middle;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777777;
	width: 17%;
	min-width: 225px;
	border-right: 0.2em solid #999999;	
}

#headerInfoLayerLeftImage {
	width: 100%;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#headerInfoLayerRight {
	background: rgba(255, 255, 255, 0.5);
	display:table-cell;
	vertical-align:middle;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777777;
	width: 17%;
	min-width: 225px;
	border-left: 0.2em solid #999999;
}

a.header{
	color: #444444;
	text-decoration: underline;
}

a.header:hover {
	font-weight: bold;
	cursor: pointer;
}


/** ---------------------------- */
/** The City-Menu */

#menuCityLayer {
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a.menuCityElement {
	display: inline-block;
}

img.menuCityElement {
	width: 8em;
	margin-left: 1em;
	margin-right: 1em;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

img.menuCityElement:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


/** ---------------------------- */
/** The Menu */

#menuLayer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a.menuElement {
	background: rgba(255, 255, 255, 0.5);
	color: #000000;
	display: inline-block;
	width: 15%;
	min-width: 8em;
	line-height: 1.5em;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

a.menuElement:hover {
	background: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	border-top: 0.1em solid #999999;
	border-bottom: 0.1em solid #999999;
	cursor: pointer; 
}

img.menuElementImage {
	height: 1.3em;
}

div.menuVerticalLine {
	border-left: 0.15em solid #999999;
	display: inline-block;
	height: 2.3em;
	vertical-align: middle;
}



/** ---------------------------- */
/** Main Content - general */

div.mainContent {
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	font-size: 1em;
}

div.mainContent span.textHeader {
	font-size: 1.5em;
	font-weight: bold;
}

div.mainContent span.textHeaderInactive {
	font-size: 1.5em;
	font-weight: bold;
	color: #999999;
}

div.mainContent div.textMainHalfLeft {
	float: left;
	width: 48%;
	text-align: justify;
	height: 26em;
	margin-left: 2em;
}

div.mainContent div.textMainHalfCenter {
	width: 48%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.mainContent div.textMainFull{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.mainContent div.textSubHeader{
	max-width: 50em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.mainContent a{
	color: #000000;
	text-decoration: underline;
}

div.mainContent a:hover {
	font-weight: bold;
	cursor: pointer;
}


/** ---------------------------- */
/** Main Content - Homepage */

ul.textList {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 3em;
	line-height: 1.5em;
}

li.textListElement {
	font-weight: bold;
}

div.imagesMainContainer {
	float: right;
	width: 45%;
	min-width: 24em;
	height: 24em;
	line-height: 1.5em;	
	
}

div.imagesMainContainerMargin {
	float: right;
	width: 24em;
	height: 24em;
	margin: 0 auto;
	padding: 0.5em;
	/*background: rgba(255,255,255,0.5);*/
}

div.imagesMain {
	position: relative;
	float: left;
	width: 10em;
	height: 10em;	
	margin: auto;
	padding: 0.5em;
	padding-left: 0.45em;
	margin: 0.2em;
	background: rgba(255,255,255,0.5);
}

div.imagesMain:hover{
	background: rgba(255,255,255,0.8);
	cursor: pointer;
}

img.imagesMain {
	width: 100%;
	/*border: 1px solid #999999;*/
}

img.imagesMain:hover {
	/*border: 0.15em solid #999999;	*/
}

div.imagesMainTextOverlay {
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	color: rgba(255,0,0,0.7);
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

/** ---------------------------- */
/** Main Content - FAQ */

ul.faq{
	
	margin-left: 3em;
	line-height: 1.5em;
}

li.faqQuestion {
	font-weight: bold;
}

li.faqAnswer {
	list-style-type: none;
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 2em;
}

/** ---------------------------- */
/** Main Content - Impressum */

ul.impressum{
	margin-left: 20%;
	
	line-height: 1.5em;
}

li.impressumTitle {
	list-style-type: none;
	font-weight: bold;
}

li.impressumContent{
	list-style-type: none;
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 1em;
}

/** ---------------------------- */
/** Main Content - Anfrage */

div.inputTitle{
	float: left;
	width: 36%;
	height: 1.8em;
	text-align: right;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.4em;
	padding-right: 0.5em;
}

div.inputContent {
	float: left;
	text-align: left;
	margin-bottom: 0.4em;
}

input.inputContent {
	width: 22em;
	background: rgba(255,255,255,0.5);
	border: 0.1em solid #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	height: 2em;
	padding-left: 0.5em;	
}

input.inputContent:hover {
	background: rgba(255,255,255,0.8);
}

input.inputContent:focus {
	background: rgba(255,255,255,1);
}

input.inputContentButton {
	width: 22.5em;
	height: 2em;
	background: rgba(255,255,255,0.5);
	border: 0.15em solid #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
}

input.inputContentButton:hover {
	background: rgba(255,255,255,0.8);
	cursor: pointer;
}

input.inputContentButton:focus {
	background: rgba(255,255,255,1);
}

textarea.inputContent {
	max-width: 22em;
	max-height: 10em;
	min-width: 22em;
	min-height: 7em;
	resize: none;
	background: rgba(255,255,255,0.5);
	border: 0.1em solid #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	height: 2em;
	padding-left: 0.5em;	
	padding-top: 0.4em;
}

textarea.inputContent:hover {
	background: rgba(255,255,255,0.8);
}

textarea.inputContent:focus {
	background: rgba(255,255,255,1);
}

/** ---------------------------- */
/** Main Content - Kontakt */

div.map {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/** ---------------------------- */
/** Main Content - Geraete */

div.geraeteRow {
	width: 95%;
	height: 10em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

div.geraeteImage {
	width: 15%;
	height: 10em;
	float: left;
	text-align: center;
	/*border: 1px solid #000000;*/
}

div.geraeteText {
	width: 60%;
	height: 10em;
	float: left;
	text-align: left;
	/*border: 1px solid #000000;*/
}

span.geraeteTextTitle_promotion {
	font-size:1.1em;
	font-weight: bold;
	color: #FF0000;
}

span.geraeteTextTitle_component {
	font-size:1.1em;
	font-weight: bold;
	color: #000000;
}

span.geraeteTextTitle_set {
	font-size:1.1em;
	font-weight: bold;
	color: #AA0000;
}

div.geraetePrice{
	width: 25%;
	height: 5em;
	float: left;
	text-align: right;
	/*border: 1px solid #000000;*/
}

div.geraeteButton{
	width: 25%;
	height: 5em;
	float: left;
	text-align: right;
	/*border: 1px solid #000000;*/
}

div.geraeteSubTitle {
	width: 95%;
	height: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding-top: 0.5em;
	border-top: 0.1em solid #000000;
	border-bottom: 0.1em solid #000000;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

/** ---------------------------- */
/** Main Content - Preise */

div.preiseRow {
	width: 98%;
	height: 5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	font-size: 0.9em;
}

div.preiseTitle {
	width: 20%;
	height: 5em;
	float: left;
	text-align: left;
}

div.preiseText {
	width: 37%;
	height: 5em;
	float: left;
	padding-left: 1%;
	text-align: left;
}


div.preisePriceDay{
	width: 10%;
	height: 5em;
	float: left;
	text-align: center;
	font-size: 1.2em;
}

div.preisePriceWe{
	width: 10%;
	height: 5em;
	float: left;
	text-align: center;
	font-size: 1.2em;
}

div.preisePriceWeek{
	width: 10%;
	height: 5em;
	float: left;
	text-align: center;
	font-size: 1.2em;
}

div.preiseButton{
	width: 12%;
	height: 5em;
	float: left;
	text-align: right;
}

div.preiseSubTitleRow {
	width: 98%;
	height: 5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.1em;
}

div.preiseSubTitle {
	width: 56%;
	height: 3.5em;
	float: left;	
	margin-bottom: 1em;
	padding-left: 2%;
	padding-top: 0.5em;
	border-top: 0.1em solid #000000;
	border-bottom: 0.1em solid #000000;
	text-align: left;
	font-weight: bold;
}

div.preiseSubTitlePrices {
	width: 10%;
	height: 3.5em;
	float: left;	
	margin-bottom: 1em;	
	padding-top: 0.5em;
	border-top: 0.1em solid #000000;
	border-bottom: 0.1em solid #000000;
	text-align: center;
}

div.preiseSubTitlePricesTitle {
	width: 12%;
	height: 3.5em;
	float: left;	
	margin-bottom: 1em;
	padding-top: 0.5em;	
	border-top: 0.1em solid #000000;
	border-bottom: 0.1em solid #000000;
	text-align: right;
}

/** ---------------------------- */
/** Main Content - Aktion */

div.aktionContainer {
	width: 100%;
	display: table;
	height:22em;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #999999;*/
}

div.aktionContainer div.element {
	display: table-cell;
	width:30%;
	min-width: 10em;
	height:22em;
	background: rgba(255,255,255,0.5);
	/*border: 0.15em solid rgba(255,255,255,0);*/
	padding: 1em;
	vertical-align: middle;
}

div.aktionContainer div.element:hover{
	/*border: 0.15em solid #999999;*/
	background: rgba(255,255,255,0.8);
	/*cursor: pointer;*/
}

div.aktionContainer div.emptyElement {
	display: table-cell;
	width:3%;
}

div.aktionContainer div.element img.title{
	width: 65%;	
	min-width: 15em;
}

/** ---------------------------- */
/** The Footnote */

div.footnote {
width: 100%;
margin-left: auto;
margin-right: auto;
border-top: thin solid #000000;
height: 2em;
text-align: center;
}

div.footnoteElement {
display: inline-block;
width: 20em;
text-align: center;
vertical-align: middle;
}

a.impressum {
color: #000000;
text-decoration: none;
}

a.impressum:hover {
text-decoration: underline;
font-weight: bold;
cursor: pointer;
}



