/** =============================== GENERAL ================================== */

html {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

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

textarea { 
    resize: none; 
}


/* =============================     LAYOUT    ============================= */

.main-grid{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:980px;
}

.welcomeText {
	padding: 0 40px 0 20px; 
	font-size: 14px; 
	line-height: 130%;
}

/* =============================      TIMELINE     ============================= */

.progressBar{
	background-repeat: repeat-y;
	overflow: hidden;
	width: 980px;
}

.timeLineBox {
	float: left;
	width: 44px;
	height: 15px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.timeLineBoxLast {
	float: left;
	width: 44px;
	height:15px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.tlbUnselected {
	background-color: #cccccc;
}

/* =============================      QUESTTITLE     ============================= */

.questTitle {
/*	font-size: 1.2em; */
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.questSubtitle {
/*	font-size: 0.9em; */
	font-size: 14px;
	font-weight: bold;
	color: #64647D;
	margin-top: 5px;
	padding-left: 20px;
}

.questSubtitleSmall {
/*	font-size: 0.9em; */
	font-size: 12px;
	font-weight: bold;
	color: #64647D;
	margin-top: 5px;
	padding-left: 20px;
}

.questSubtitle p.winpageinfo {
	font-size: 12px;
	font-weight: 400;
	margin-right: 32px;
	color: #000000;
	line-height: 140%;
}

.txt-code {
/*	font-size: 1.2em; */
	font-size: 18px;
	margin-right: 70px;
}

/* =============================      FORM     ============================= */

input {
	padding: 2px;
	font-size: 16px;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.formContent {
	padding: 16px;
	padding-bottom:0px;
}

.formContent label {
	margin-right: 16px;
	margin-top: 2px;
	display: block;
	float: left;
	width: 140px;
}

.mailfield {
	float: left;
	margin-top: 6px;
}

.mailPage div.formContent {
	padding-left: 24px;
	overflow: hidden;
}

.mailPage div.formContent > div {
	overflow: hidden;
	margin: 4px 0;
}

.smallbutton {
	width: 90px;
    height: 64px;
    margin: 0px;
/*	font-size: 0.9em; */
	font-size: 14px;
    font-weight: bold;
	color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
	word-wrap: break-word;
}

.country-img {
	width: 60px;
}
.country-info-title {
/*	font-size: 0.9em; */
	font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
	text-align:center;
}

.formTitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #6F6F7A;
	text-align:left;
	padding-bottom: 10px;
	padding-left: 4px;
}

.formTitleSmall {
	font-size: 14px;
	font-weight: bold;
	color: #6F6F7A;
	text-align:left;
	padding-bottom: 10px;
	padding-left: 4px;
}

.mail-error{
	padding: 4px;
	width: 300px;
	border: 2px solid red;
	background-color: #FFCCCC;
	font-size: 1em;
}

#feedbackArea  {
	visibility: visible;
	margin-top: 15px;
}

#feedbackTextarea {
	margin-right: 30px;
	margin-bottom: 50px;
	font-family: inherit;
	height: 60px;
}

#globalCommentTextarea {
	margin-top:60px;
	font-family: inherit;
}

.feedbackTitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #6F6F7A;
	text-align: left;
}

.feedbackInfo {
/*	font-size: 0.9em; */
	font-size: 14px;
	color: #6F6F7A;
	font-weight: bold;
	text-align: left;
	margin: 0px 28px 65px 2px;
}

.feedbackInfo > .seperator {
	border-bottom: 1px solid grey; 
	margin: 0
}

#feedbackTextareaLabel {
	font-size: 1.1em;
	color: #000000;
}

#problemTextAreaLabel {
	margin-bottom: 10px; 
	display: block; 
	text-align: center;
}

.formInfo {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: top;
}

/* =============================      MAIL PAGE     ============================= */

.mailPage p.legal {
	font-size: 11px;
	font-weight: 400;
	color: #000000;
	margin: 3px;
	margin-top: 8px;
}

.mailPage div.options  {
	clear: both;
	margin-left: 24px;
	overflow: hidden;
}

.mailPage div.options > div {
	overflow: hidden;
}

.mailPage div.options input  {
	float: left;
	margin: 8px 8px 0 0;
	clear: both;
}

.mailPage div.options div a {
	color: #000000;
}

.mailPage div.options div a:HOVER {
	color: blue;
}

#mailField {
	float: left;
}

.mailErrorText {
	margin: 0 0 0 16px;
	border: 1px solid #FF0000;
	border-style: dotted;
	float: left;
	color: #333333;
	padding: 3px 8px;
	display: none;
	background-color: #FFFFFF;
	font-size: 15px;
}

/** ===================================== BUTTONS =================================== */

.single-select-button-min{
    width: 150px;
    height: 32px;
/*	font-size: 0.9em; */
	font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
	word-wrap: break-word;
}

.single-select-button{
    width: 150px;
    height: 36px;
/*	font-size: 0.9em; */
	font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
	word-wrap: break-word;
}

.single-select-button-med {
    width: 150px;
    height: 50px;
/*	font-size: 0.9em; */
	font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
	word-wrap: break-word;
}

.single-select-button-big {
    width: 150px;
    height: 65px;
/*	font-size: 0.9em; */
	font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
	word-wrap: break-word;
}

.single-select-button-bigger {
    width: 225px;
    height: 98px;
/*	font-size: 0.9em; */
	font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
	word-wrap: break-word;
}

.multi-select-button{
    width: 120px;
    height: 72px;
/*	font-size: 0.9em; */
	font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
}

.multi-select-button-med{
    width: 150px;
    height: 72px;
/*	font-size: 0.9em; */
	font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
}

.multi-select-button-big{
    width: 160px;
    height: 72px;
/*	font-size: 0.9em; */
	font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
}

.widebutton{
    width: 300px;
    height: 36px;
/*	font-size: 0.9em; */
	font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
    background-color: #E6E6E6;
    border: 1px outset #B2B2B2;
    font-family: "Tahoma","Arial",Sans-serif;
    cursor: pointer;
}

#btn-noproblems {
	background-color: #CECECE;
	margin-left: 10px;
}

/* =============================      NAVIGATION     ============================= */

input.btn-navi{
	height: 42px;	
	width: 136px;
/*	font-size: 1.2em; */
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	border: 0px solid black;
}

/* ==============================      GOLDLINK     ============================== */

.goldlink {
	text-align: right;
/*	font-size: 0.6em; */
	font-size: 10px;
	margin-right: 2%;
}

a.goldLink {
	color: #b59028;
	text-decoration: none;
}

a.goldLink:active {
	color: #b59028;
	text-decoration: none;
}

a.goldLink:link {
	color: #b59028;
	text-decoration: none;
}

a.goldLink:visited {
	color: #b59028;
	text-decoration: none;
}

a.goldLink:hover {
	color: #b59028;
	text-decoration: none;
}


/* ==============================      langLink     ============================== */

a.langLink {
	color: #64647d;
	text-decoration: none;
}

a.langLink:active {
	color: #64647d;
	text-decoration: none;
}

a.langLink:link {
	color: #64647d;
	text-decoration: none;
}

a.langLink:visited {
	color: #64647d;
	text-decoration: none;
}

a.langLink:hover {
	color: #64647d;
	text-decoration: none;
}

