@charset "UTF-8";

/* layout styles */

* {
	margin: 0;
	padding: 0;
}

html, body, #wrapper {
	height: 100%;
}

html {
	overflow-y: scroll;
}
body {
	background-color: #999;
	/*font: 68.75%/1.5em Verdana, Geneva, sans-serif; */ /* 16px * 0.6875 = 11px */
	font: 75%/1.5em Verdana, Geneva, sans-serif;	
}
h1, h2, h3 {
	color: #033a84;
}
h1, h2 {
	font-size: 1.3636em; /* = 15px */
}
h3 {
	font-size: 1em;	
}
a {
	color: #033a84;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;	
}
:focus {
	
}
p {
	padding-bottom: 1em;
}
ul, ol {
	margin-left: 1.5em;
	padding-bottom: 1em;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}
#page {
	margin: 0 auto;
	height: 100%;
	text-align: left;
	
	width: 100%;
}
table.page {
	background-color: #fff; /* scroll background workaround */
	height: 100%;
	width: 100%;
}
table.table-full-height {
	height: 100%;
	width: 100%;
}
td.table-cell-head {
	height: 140px;	
}
td.table-cell-content {
	background: #fbdfc7 url(../images/bg_afrika.jpg) no-repeat;
}
td.table-cell-foot {
	height: 1px;	
}

/* id and class styles */

#head {
	/*background: url(../images/rthf_logo_bg.jpg) top left no-repeat;*/
}
#head-logo {
	height: 140px;
	width: 548px;
}
#head-static-menu {
	height: 140px;
	margin-left: 548px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 352px;
	z-index: 100;
}
.lang-select {
	position: absolute;
	top: 15px;
	width: 90px;
}
.head-static-menu-width {
	position: absolute;
}
#lang-german {
	left: 172px;
}
#lang-english {
	left: 262px;
}
#donate {
	font-weight: bold;
	left: 172px;
	top: 60px;
	width: 180px;	
}
#head-images {
	background: url(../images/head-image.jpg) top left no-repeat;
	height: 47px;
	top: 93px;
	width: 352px;
}

#world {
	/*background-color: #fff;*/
	padding-top: 35px;
}
#menu {
	float: left;
	width: 200px;
}
#content {
	/*margin-left: 200px;*/
	min-height: 200px;
	overflow: hidden;
	width: 700px;
}
#content div.column-fullWidth {
	width: 700px;
}
#content div.column-normal {
	float: left;
	width: 348px;
}
#content div.column-right {
	margin-left: 348px;
	width: 352px;
}
#content div.clear {
	clear: both;
}
#foot {
	background-color: #fff;
	border-bottom: 1px solid #b9a081;
	border-top: 1px dotted #b9a081;
	overflow: hidden;
	padding: 5px 15px 5px 200px;
}
.light-text {
	color: #c0c0c0;
}
.light-text a {
	color: #c0c0c0;	
}
.required {
	font-weight: bold;
}