html {
    position: relative;
    height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	width: 1030px;
    margin: 0 auto 25px; /* bottom = footer height */
    height: 100%;
}

#logo {
	float: left;
	font-family: 'Vollkorn', sans-serif;
	font-style: italic;
	font-size: 50px;
	color: #780000 ;
	margin: 0px 0px 0px 20px
}

#languages {
	float: right;
	font-size: 12px;
	margin: 0px 20px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}
.languagelink_active {
	color: #A6A6A6;
	text-decoration: none;
}
.languagelink_inactive {
	color: blue;
	text-decoration: underline;
}

header {
	width: 1024px;
	padding: 0;
    margin: 0;	
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-style: normal;
}

hr {
    padding: 0;
    border: none;
    border-top: thin solid black;
    text-align: center;
}

.values {
	clear: both;
	line-height: 70%;
	position:relative;
}

.valueleft {
	float: left;
	background-color: #780000 ;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#780000), to(#000000));
	background-image: -webkit-linear-gradient(top, #780000, #000000);
	background-image: -moz-linear-gradient(top, #780000, #000000);
	background-image: -ms-linear-gradient(top, #780000, #000000);
	background-image: -o-linear-gradient(top, #780000, #000000);
	background-image: linear-gradient(to bottom, #780000, #000000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#780000, endColorstr=#000000);
	
	width: 824px;
	color: white;
	padding: 0;
    margin: 0;	
	text-align: right;
    border-bottom: thin solid black;
	border-top-left-radius: 5px;
	font-weight: bold;
}

.valueright {
	float: right;
	background-color: #C6C6C6 ;
	width: 199px;
	color: #404040;
	padding: 0;
    margin: 0;	
    border-bottom: thin solid #A8A8A8;
    border-right: thin solid #A8A8A8;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#valuedescription {
	position: absolute;
	height: 100%;
	top:70px; 
	left:50px;
	width: 624px;
	color: #E6E6E6;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}

.fadeinandout{
	opacity: 0;
	-webkit-transition: opacity 1.0s linear 0s;
	transition: opacity 1.0s linear 0s;
}

#stopslideshow {
	position: absolute;
	top:5px; 
	left:5px;
    text-decoration: none;
	color: white;
	display: none;
	font-size: 10px;
	font-weight: normal;
}

#startlideshow {
	position: absolute;
	top:5px; 
	left:5px;
    text-decoration: none;
	color: white;
	display: none;
}

#slideshowProgress {
	position: absolute;
	top:5px; 
	left:30px;
	color: white;
	font-size: 10px;
	font-weight: normal;
}

.navigation {
	clear: both;
	position: relative;
	top: -20px;
}

#navigationbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
	position:relative;
}

#navigationbar li {
	display: inline;
	margin: 0px 20px 0px 0px;
}

.navigationlink:link, .navigationlink:visited {
    color: black;
    background-color: #C6C6C6;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 5px;
    border-bottom: thin solid black;
    border-right: thin solid black;
	font-weight: normal;
	font-size: 24px;
	font-family: Arial;
}

.navigationlink_active {
    background-color: #505050;
	color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 5px;
    border-bottom: thin solid black;
    border-right: thin solid black;
	font-weight: normal;
	font-size: 24px;
	font-family: Arial;
}

.navigationlink:hover{
    padding: 20px 10px 20px 10px;
    background-color: #E6E6E6;
}

#fullpage {
	width: 1024px;
    height: 100%;
    background-color: #FAFAFA;

}

.pagecontents  {
	font-family: 'Open Sans', sans-serif;
	color: #505050;
	margin: 0px 20px 0px 20px
 }
 
.columns {
 	clear: both;
	position:relative;
	width: 800px;
	margin: 50px auto;
}

#columnleft {
	float: left;
}

#columnright {
	float: right;
}

.block {
	width: 300px;
	height: 150px;
	background-color: #E8E8E8  ;
    border-bottom: thin solid #A8A8A8;
    border-right: thin solid #A8A8A8;
	border-radius: 5px;
	padding: 20px;
	margin: 0 auto;
}

.singlecolumn {
 	clear: both;
	position:relative;
	width: 100%;
	margin: 50px auto;
}

.textboxinput {
	width: 280px;
}

.profile {
	border: thin solid #A8A8A8;
	border-radius: 5px;
	width: 200px;
	height: 45px;
	line-height: 40px;
}

.profileimg {
	vertical-align: middle;
}


.profiletext {
    text-decoration: none;
	vertical-align: middle;
}

footer {
    position: absolute;
    bottom: 0;
	height: 25px;
    width: 1024px;
	background-color: #E6E6E6 ;
    border-bottom: thin solid #780000;
	font-size: 10px;
	text-align: right;
	color: #404040;
}

.button{
border:1px solid #72021c; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #780000; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#780000), to(#505050));
	background-image: -webkit-linear-gradient(top, #780000, #505050);
	background-image: -moz-linear-gradient(top, #780000, #505050);
	background-image: -ms-linear-gradient(top, #780000, #505050);
	background-image: -o-linear-gradient(top, #780000, #505050);
	background-image: linear-gradient(to bottom, #780000, #505050);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#780000, endColorstr=#505050);
}

.button:hover{
 border:1px solid #450111;
 background-color: #77021d; background-image: -webkit-gradient(linear, left top, left bottom, from(#77021d), to(#3a000d));
 background-image: -webkit-linear-gradient(top, #77021d, #3a000d);
 background-image: -moz-linear-gradient(top, #77021d, #3a000d);
 background-image: -ms-linear-gradient(top, #77021d, #3a000d);
 background-image: -o-linear-gradient(top, #77021d, #3a000d);
 background-image: linear-gradient(to bottom, #77021d, #3a000d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#77021d, endColorstr=#3a000d);
}
