﻿/* General HTML formats */

body {
	font-family: Frutiger, 'Frutiger Next', 'Segoe UI', Myriad, Verdana, sans-serif;
	color: Black;
	
	font-size: 11px;	
	line-height: 20px;

	background-color: #FF9109;
	
	border: 0px;
	padding: 0px; margin: 0px;
}

h2 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding: 6px 0.5em 6px 0px;
	margin: 0px;
}

h2 a {
	text-decoration: none;
	color: black;
}

h2 a:hover {
	color: #FF9109;
}

h2 a:active { color: #FF9109; }

h3 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	padding: 20px 0.5em 20px 0px;
	margin: 0px;
}

h4 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding: 20px 0.5em 20px 0px;
	margin: 0px;
	color: #FF9109;
}


a { color: blue; }

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

blockquote {
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

big {
	font-size: 11px;
	font-weight: bold;
}

br {
	line-height: 20px;
}

p {
	font-size: 11px;
	line-height: 20px;
	padding: 0px; margin: 0px;
}


/* LoginBox */

#Login {
	width: 150px;
	font-size: 11px;
	text-align: left;
	float: right;
	border: 0px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#LoginLeft {
	width: 5px;
	background-color: silver;
	padding: 0px; margin: 0px;
}

#LoginMiddle {
	background-color: silver;
}

#LoginRight {
	width: 5px;
	background-color: silver;
	padding: 0px; margin: 0px;
}

#LoginBottom {
	height: 5px;
	background-color: silver;
	padding: 0px; margin: 0px;
}

#LoginPartners {
	text-align: right;
	line-height: 20px;
}

#LoginField, #PasswordField {
	font-size: 11px;
	color: #888888;
	border: 0px white solid;
	background-color: white; 
	font-style: italic;
	height: 14px;
	width: 100%;
}

#LoginField {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 3px 0px;
}

#PasswordField {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

.CheckBox {
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
}

#SubmitButton {
	background-color: #FF9109;
	border: 0px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 9.5px;
	font-style: italic;
	width: 100%;
}


/* Illustrative Elements */

.Line {
	border-bottom: 1px #FF9109 solid;
	background-color: white;
	height: 15px;
}

#DotsLeft {
	padding-top: 10px;
}

#DotsRight {
	padding-top: 0px;
}


/* Layout table, page separation ... */

#Layout {
	border: 0px;
	padding: 0px; margin: 0px;
	//border-collapse: collapse;
	border-spacing: 0px;
	width: 780px;
	text-align: left;
}

#Layout td {
	padding: 0px; margin: 0px;
}

#PartnerLogoutLeft {
	width: 20px;
	height: 23px;
	background-color: #FF9109;
	border: 0px; padding: 0px; margin: 0px;
}

#PartnerLogoutMiddle {
	width: 740px; height: 23px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	vertical-align: bottom;
	background-color: #FF9109;
}

#PartnerLogoutText {
	height: 23px;
	margin-right: 1%;
	font-size: 12px;
	font-style: italic;
	vertical-align: bottom;
	color: white;
	float: right;
	padding-right: 1.5em;
}

#PartnerLogoutRight {
	width: 20px; height: 23px;
	background-color: #FF9109;
	border: 0px; padding: 0px; margin: 0px;
}

/* First Line-- Logout */
#TopLeft {
	width: 20px;
	height: 8px;
	background-color: #FF9109;
	background-image: url("../img/ShadowTopLeft.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#TopMiddle {
	/*width: 70%;*/
	height: 8px;
	border: 0px; padding: 0px; margin: 0px;
	vertical-align: bottom;
	
	background-color: #FF9109;
	background-image: url("../img/ShadowTopMiddle.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

#TopMiddleBG {
	width: 5px; height: 8px;
	border: 0px; padding: 0px; margin: 0px;
	vertical-align: bottom;
}

#TopRight {
	/*width: 15%;*/ height: 8px;
	background-color: #FF9109;
	background-image: url("../img/ShadowTopRight.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Second Line -- Logo */
/* Third Line -- Entrance */
/* Third Line -- Content */
#LogoLeft, #EntranceLeft, .ContentLeft {
	/*width: 15%;*/
	background-color: #FF9109;
	background-image: url("../img/ShadowMiddleLeft.gif");
	background-repeat: repeat-y;
	background-position: right;
}

#LogoMiddle, #EntranceMiddle, .ContentMiddle {
	/*width: 70%;*/
	background-color: white;
}

#EntranceMiddle {
	height: 300px;
}

#LogoRight, #EntranceRight, .ContentRight {
	/*width: 15%;*/
	background-color: #FF9109;
	
	background-image: url("../img/ShadowMiddleRight.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

#LogoMiddle h1 {
	padding: 8px 0px 8px 5px;
	margin: 0px; 
}

/* Forth Line -- Bottom */
#BottomLeft {
	/*width: 15%;*/
	background-color: #FF9109;
	
	background-image: url("../img/ShadowBottomLeft.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#BottomMiddle {
	/*width: 70%;*/
	background-color: #FF9109;
	
	background-image: url("../img/ShadowBottomMiddle.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

#BottomMiddleBG {
	border: 0px; padding: 0px; margin: 0px;
	vertical-align: top;
}

#BottomRight {
	/*width: 15%;*/
	background-color: #FF9109;
	
	background-image: url("../img/ShadowBottomRight.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

/* Entrance */
#Entrance {
	width: 100%;
}

#EntranceBorder1, #EntranceBorder4 {
	/*width: 1%;*/
}

#EntranceBorder2 { width: 4px; }
#EntranceBorder3  { width: 4px; }


#EntranceSpain, #EntranceGermany, #EntranceCzechia {
	/*width: 32%;*/
	border-top: 1px #FF9109 solid;
	border-bottom: 1px #FF9109 solid;
	vertical-align: top;
}

#EntranceSpain { width: 233px; }
#EntranceGermany { width: 230px; }
#EntranceCzechia { width: 233px; }



#EntranceSpain p, #EntranceGermany p, #EntranceCzechia p {
	text-align: right;
	padding: 6px 0.5em 13px 3em;
	margin: 0px;
	font-size: 11px;
	line-height: 20px;
	font-style: italic;
}

#EntranceSpain h2, #EntranceGermany h2, #EntranceCzechia h2 {
	font-size: 11px;
	line-height: 20px;
}



#ImageSpain , #ImageGermany, #ImageCzechia {
	text-decoration: none;
	border: 0px;
	width: 100%; height: 211px;
	padding: 0px; margin: 0px;
	cursor: pointer;
	overflow: hidden;
	
	background-repeat: no-repeat;
	background-position: top center;
}

#ImageSpain { background-image: url("../images/BuildingHuesca.jpg"); }
#ImageGermany {	background-image: url("../images/BuildingMunich.jpg"); background-position: top left; }
#ImageCzechia { 	background-image: url("../images/BuildingPrague.jpg"); background-position: top right; }


/* Content */
.Content {
	width: 100%;
	table-layout: auto;
}

.Content p, .Content cite  {
	font-size: 11px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.ContentBorder1, .ContentBorder4 {
	width: 1%;
}

.ContentBorder2, .ContentBorder3 {
	width: 2%;
}

.LeftColumn {
	width: 20%;
	text-align: right;
	vertical-align: top;
	font-style: italic;
}

.LeftColumnDots {
	width: 20%;
	text-align: left;
	vertical-align: bottom;
	font-style: italic;
}

.LeftColumn p {
	padding: 20px 0px 0px 0px;
}

.ColumnNavigation {
	font-size: 11px;
	line-height: 20px;
	vertical-align: top;
	text-indent: 1em;
	text-align: right;
	padding: 0px; margin: 0px;
	width: 100%;
	font-weight: bold;
}

.ColumnNavigation  a { color: black; text-decoration: none; }
.ColumnNavigation  a:hover { color: #FF9109 }

.ColumnNavigationRight {
	font-size: 11px;
	line-height: 20px;
	vertical-align: top;
	text-indent: 1em;
	text-align: right;
	padding: 0px; margin: 0px;
	width: 100%;
	font-weight: normal;
}

.ColumnNavigationRight  a { color: black; text-decoration: underline; }
.ColumnNavigationRight  a:hover { color: #FF9109 }



.LeftColumn  a:hover { color: #FF9109; }


.ContentMiddle  a { color: blue; }
.ContentMiddle a:hover { color: #FF9109; }



.MiddleColumn {
	width: 54%;
	vertical-align: top;
}

.MiddleColumn p {
	line-height: 20px;
}

.MiddleColumn h3 {
	line-height: 20px;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}

.RightColumn {
	width: 20%;
	vertical-align: top;
}

.RightColumn p {
	font-style: italic;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	padding: 20px 0.5em 0px 0px;
	margin: 0px;
}

.RightColumn span {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

.TableWithFourCols {
	width: 100%;
	margin: 40px 0px 0px 0px;
}

.Column {
	width: 17%;
	vertical-align: top;
	font-style: italic;
}

.Column p {
	font-size: 11px;
	line-height: 20px;
}

.Column span {
	font-weight: bold;
}

#BottomText {
	//width: 100%;
	padding: 0px; margin: 0px;
	background-color: #FF9109;
}

#BottomTextLeft {
	//width: 10%;
}

#BottomTextOne {
	//width: 10%;

}
#BottomTextTwo {
	//width: 80%;
}


#BottomSpacer {
	height: 200px;
	background-color: #FF9109;
}

.Products {
	border-collapse: collapse;
}

