/* Structure */
html, body, #frmXenia
{
	height: 100%;
}

body
{
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
	background-position:center center;	
}

#container 
{
    min-height: 100%;
    height: auto !important;
	height: 100%;
	margin: 0 auto -41px;
}

#header-container 
{
	height: 104px;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

#header-container #languages 
{
    position: absolute;
    top: 5px; 
    right: 5px; 
    z-index:1;
    font-size: 14px;
}

#header-container #languages ul li 
{
    display: inline;
    padding: 3px;
}

#header-container #languages ul li a 
{
    color: #ffffff;
    text-decoration: underline;
}

#header-container #languages ul li span 
{
    color: #eee;
}

#header-container #header 
{
	width: 930px;
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -465px;
}

#header-container #header #logo  
{
    float: left; 
    margin-left: -7px;
    padding-top: 30px; 
}

#header-container #header #menu
{
    float:right;
}

#content-container
{ 
	width: 930px;
	margin: 0 auto;
}

#footer-main-container 
{
	height: 41px;
	width: 100%;
	overflow:hidden;
}

#footer-container 
{
	height: 41px;
	width: 100%;
	
	background-image:url(../images/bg-footer.png);
	background-repeat:repeat-x;
	background-position: top left;
}

#footer-container #footer
{
	width: 930px;
	margin: 0 auto;
	padding-top: 18px;
}

/* misc */
.floatLeft 
{ 
    float:left; 
}

.floatRight 
{ 
    float:right; 
}

.floatCenter
{ 
    margin: 0px auto;
}

.clearBoth 
{ 
    clear:both; 
    float:none; 
}

/* Fonts */
@font-face {
    font-family: 'FrutigerExtraBlk';
    src: url('../fonts/frutigerltstd-extrablackcn-webfont.eot');
    src: url('../fonts/frutigerltstd-extrablackcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerltstd-extrablackcn-webfont.ttf') format('truetype'),
         url('../fonts/frutigerltstd-extrablackcn-webfont.svg#FrutigerLTStd87ExtraBlkCnRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Style */
body
{
	font-family: Arial, Helvetica, sans-serif;
}

a 
{
	text-decoration: none;
}

strong 
{
    font-weight: bold;
}

#content 
{
    color: #ffffff;   
}

.col2 #content 
{
    float:left;
    width: 700px;
}

#content h1 
{
    padding-top: 10px;
}

#content h1 
{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom:10px;
    text-transform: uppercase;
    text-shadow: -1px 1px 1px #000000;
}

.block-title 
{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    line-height: 150%;
}

#content p, .block-content p 
{
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 10px;  
    color: #ffffff;  
}

#content a, .block-content a 
{
    color: #ffffff;
    text-decoration: underline;
}

#content a:hover, .block-content a:hover 
{
    text-decoration: none;
}

#content ul, .block-content ul 
{
    font-size: 14px;
    line-height: 150%;
    list-style-type: disc;
    margin-left: 35px;
    padding-bottom: 10px;  
}

#content ol, .block-content ol
{
    font-size: 14px;
    line-height: 150%;
    list-style-type: decimal;
    margin-left: 35px;
    padding-bottom: 10px;  
}

#ctlRightBlock_rightblock 
{
    width: 200px;
    float: right;
    background-color: #c86324;
    padding: 10px 10px 0;
}

#menu ul li 
{
	float:left;
	padding-top: 52px;
	margin-left: 40px;
	background-image:url(../images/bg-menu.png);
	background-position: center -48px;
	background-repeat:no-repeat;
}

#menu ul li a 
{
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	text-shadow: -1px 1px 1px #000000;
	color: #f8f8f8;
}

/* vragen */

.question 
{
    display:table-cell;
    vertical-align:bottom;
    height: 120px;
    width: 930px;
	margin-bottom: 23px;
}

.question p 
{
	text-align: center;
}

#divQuestion .answer 
{
    width: 450px;
    margin: 0 auto; 
    padding-top: 40px;
    padding-bottom: 40px;
}

#divQuestion .answer a 
{ 
    text-decoration: none;
}

.answer .keyhole 
{
    height: 116px;
}

.answer .left { width: 167px; }

#divQuestion .answer div.keyhole 
{
	background-image:url('../images/keyhole.png');
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	width: 116px;
}

#divQuestion .answer div.keyhole .key 
{
	margin-top: 35px;
}

#divQuestion .answer .seperator-left, #divQuestion .answer .seperator-right 
{ 
    width: 77px; 
    padding-top: 58px;
}

#divQuestion .answer .answer_a, #divQuestion .answer .answer_b, #divQuestion .answer .answer_c 
{ 
    margin-top: 40px; 
    position:relative; 
}

#divQuestion .answer .answer_a 
{
    width: 80px; 
    margin-right: 10px; 
    text-align: right; 
}

#divQuestion .answer .answer_b 
{ 
    width: 80px; 
    margin-left: 10px; 
    text-align: left; 
}

#divQuestion .answer .answer_c 
{ 
    width: 450px; 
    text-align: center;
}

#divQuestion .answer .answer_a a, #divQuestion .answer .answer_b a, #divQuestion .answer .answer_c a, #divQuestion .answer .answer_a span, #divQuestion .answer .answer_b span, #divQuestion .answer .answer_c span
{
	font-family: 'FrutigerExtraBlk';
	text-transform: uppercase;
	font-size: 36px;
	color: #ce8b61;
}

#divQuestion .answer .answer_a span, #divQuestion .answer .answer_b span, #divQuestion .answer .answer_c span
{
    display: block;
    width: 100%;
    color:#7b3508;
}

.answer .answer_a a, .answer .answer_a span
{
    top: 0;
    right: 0;
	position: absolute;
}

.answer .answer_b a, .answer .answer_b span
{
    top: 0;
    left: 0;
	position: absolute;
}

.answer .answer_c a, .answer .answer_c span
{
    top: 0;
    left: 0;
}

.answer .answer_a span, .answer .answer_b span, .answer .answer_c span 
{ 
    z-index:-1;
}

/* footer */

#footer-address 
{
	float:left;
	color: #f6b085;
	font-size: 12px;
}

#footer-address a 
{ 
    color: #f6b085; 
}

#footer-links 
{
	float:right;
}

#footer-links a 
{
	color: #b7b7b7;	
	font-size: 12px;
}

#footer a:hover 
{
	color: #f8f8f8;
}

.noWrap 
{ 
    white-space:nowrap; 
}

.krater 
{
    background-image: url('../images/krater.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 5px;
    height: 5px;
    z-index:-1;
}

.vezel 
{
    background-image: url('../images/vezel.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 61px;
    height: 33px;
    z-index:-1;
}

/* contactform */
#contactform
{
    margin-left: 20px;    
    font-size: 12px;
}

.formtable
{    
    border: none;
    border-collapse: separate;
    border-spacing: 2px;
}

.formtable_td1
{
    width: 125px;
    vertical-align: top;
    padding-top: 5px;
}

.formtable_td2
{
    width: 500px;
    vertical-align: top;
}

.TextBox, .TextBoxLarge, .TextBoxSmall, .TextBoxMulti
{
    font-size: 12px;
    height: 20px;
    margin: 0px;
    outline: 0 none;
    padding: 0px 7px 2px 7px;
    border: solid 1px #CBCBCB;    
}

.error
{
    background-color: #FFBFC3;
    border: solid 1px #CBCBCB;    
}

.TextBoxLarge
{
    width: 350px;
}

.TextBox
{
    width: 150px;
}

.TextBoxSmall
{
    width: 75px;
}

.TextBoxMulti
{
    width: 350px;
    height: 150px;
    padding: 4px 7px 4px 7px;
    font-family: Arial,Helvetica,sans-serif;
}

.DropDown
{
    width: 250px;
    border: solid 1px #CBCBCB;
}

.formbutton
{
    background-color: #E1E1E1;
    border: 1px solid #525252;
    color: #525252;
    font-size: 12px;
    padding: 3px 5px;
    text-decoration: none;
    width: 170px;
    cursor: pointer;
    text-align: center;
    display: block;
}

.messagesok
{
    width: 483px; /*477 met padding */
    padding: 5px;
    background-color: #C5FFBF;
    border: 1px solid #007700;
    color: #007700;
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

.messageserror
{
    width: 483px; /*477 met padding */
    padding: 5px;
    background-color: #ff9999;
    border: solid 1px #FF0000;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}