﻿/* COMMON AND MAINMASTER.MASTER */
body
{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 100%;
	font-size: medium;
	font-family: Calibri, Times New Roman;
}

h1
{
	font-size: xx-large;
}

h2
{
	color: #c55a30;
	font-size: medium;
}

h3
{
	color: #c55a30;
	font-size: medium;
}

h4
{
	color: #c55a30;
	font-size: smaller;
}

a
{
	text-decoration: none;
	color: #c55a30;
}

#company_logo
{
	text-align: left;
	font-weight: bolder;
	font-family: Times Roman, Times New Roman;
	color: black;
}

.page
{
	width: 90%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.page_header
{
	margin-top: 15px;
}

.page_menu
{
	background-repeat: repeat-x;
	background-image: url('../GreenBackground.jpg');
	height:50px;
}

.page_content
{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.page_footer
{
	text-align: center;
	color: White;
	background-repeat: repeat-x;
	background-image: url('../GreenBackground.jpg');
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

.page_impressum
{
	font-size: smaller;
	color: #444444;
}

.form_field
{
	text-align: left;
	width: 100%;
}

.form_field_caption
{
	color: gray;
}

.multi_pane
{
	float:left;
	margin-left:35px;
}

.double_pane
{
	width: 49%;
	float: left;
}

.language_link
{
	display:  inline-block;
	vertical-align: middle;
}

/* MAIN MENU */
.main_menu
{
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	position:relative;
	top:10px;
}

.main_menu .item
{
	color: white;
	padding-left:5px;
	padding-right:5px;
}

.main_menu .item:hover
{
	border-top: solid 1px white;
}

/* DEFAULT.ASPX */
.default_image_table
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 400px;
}

.image_border_red
{
	border: solid 4px red;
}


.image_border_orange
{
	border: solid 4px orange;
}


.image_border_yellow
{
	border: solid 4px yellow;
}


.image_border_green
{
	border: solid 4px green;
}

.image_border_blue
{
	border: solid 4px blue;
}

.image_border_purple
{
	border: solid 4px purple;
}

.image_border_black
{
	border: solid 4px black;
}

/* IMPRESSUM */
.impressum_table
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.impressum_table_left
{
	padding-right: 10px;
	text-align: right;
	width: 50%;
}

.impressum_table_right
{
	padding-left: 10px;
	text-align: left;
	width: 50%;
}

.impressum_disclaimer
{
	text-align: justify;
}

/* CONTACT */
.contact_page
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/* SERVICES */
.service_page
{
	width: 90%;
}

.service_group
{
	text-align: left;
	padding: 10px;
	margin: 10px;
	border-top: solid 2px #c55a30;
}

.service_image_pane
{
	float: left;
	width: 30%;
}

.service_description_pane
{
	float: left;
	width: 70%;
}

/* APPROACH */
.approach_image_frame
{
	border: solid 7px black;
}

/* PRICES */
.prices_disclaimer
{
	text-align: center;
}

.price_link
{
	color: Black;
}

.prices_list_item
{
	text-align: center;
}

.pdf_icon_align
{
	vertical-align: middle;
}

/* DUMMYTICKET */
.image_spacing
{
	margin-bottom: 20px;
}

