/* thank you for looking at this code */
/* copyright 2013 by Marion Bobst, bob:art Bobst Mediendesign */



/* --------------------Allgemein-------------------- */

/*
html {
	overflow-y:scroll;
}
*/

body {
	background:#fff;
	color:#000;
	font-family:'Titillium Web', Frutiger, Arial, sans-serif;
	font-size:15px;
	font-weight:light;
	line-height:19px;
	margin:0px;
	padding:0px;
	textdecoration:none;     
}
	
a:link {
	color:#000;
	text-decoration:underline;	
}

a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a:active {
	color:#000;
	text-decoration:underline;
}

h1 {
	color:#b74835;
	font-family:'Roboto Slab', Rockwell, serif;
	font-size:42px;
	font-weight:bold;
	line-height:50px;
}

h2 {
	color:#000;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:25px;
}

h3 {
	color:#b74835;
	font-family:'Roboto Slab', Rockwell, serif;
	font-size:32px;
	font-weight:bold;
	line-height:40px;
}

sup {
	font-size:75%;
	line-height:0;
	position:relative;
	top:-0.5em;
	vertical-align:baseline;
}

table, td {
	border-color:#000;
	padding-top:5px;
	padding-bottom:5px;
}



/* ---------------------Boxen--------------------- */

.backstretch {
	
	display:none;
}

#logohome {
	
		display:none;
	
	border-right:1px solid #000;
	float:left;
	height:60px;
	margin-left:30px;
	padding:20px 10px 0px 0px;
	position:fixed;
	text-align:right;
	width:120px;
	z-index:5;
}

#sprachwahl {
	
		display:none;	
	
	float:left;
	font-size:14px;
	height:22px;
	margin-left:160px;
	padding:57px 0px 0px 10px;
	position:fixed;
	width:120px;
	z-index:5;
}

#hauptnavigation {
	
		display:none;	
	
	border-right:1px solid #000;
	float:left;
	font-family:'Roboto Slab', Rockwell, serif;
	font-size:16px;
	font-weight:bold;
	height:160px;
	line-height:25px;
	margin-left:50px;
	margin-top:80px;
	padding:20px 10px 0px 0px;
	position:fixed;
	text-align:right;
	width:100px;
	z-index:5;
}

#subnavigation {
	
		display:none;	
	
	float:left;
	font-family:'Titillium Web', Frutiger, Arial, sans-serif;
	font-size:15px;
	font-weight:light;
	height:160px;
	line-height:25px;
	margin-left:160px;
	margin-top:80px;
	padding:20px 0px 0px 10px;
	position:fixed;
	width:120px;
	z-index:5;
}

#container {
/*	background:url(../elements/hg_blacktrans85.png) repeat;
	float:right;
	margin-top:1300px;
	margin-right:80px;
	padding:10px 50px 1500px 50px;  */
	margin-left:50px;
	margin-right:50px;
	width:100%;
}

#thankYouContainer {
	
		display:none;	
	
	background:url(../elements/hg_blacktrans50.png) repeat;
	height:100%;
	padding-top:100px;
	position:absolute;
    text-align:center;
	width:100%;
}



/* --------------------Klassen-------------------- */

.klein {
	font-size:11px;
}

.hell {
	color:#bbb;
}

.tabellenlinien {
	border:1px solid #777;
}




/* --------------------Hauptnavigation-------------------- */

#hauptnavigation a:link {
	color:#fff;
	text-decoration:none;
}

#hauptnavigation a:visited {
	color:#fff;
	text-decoration:none;
}

#hauptnavigation a:hover {
	color:#fff;
	text-decoration:none;
}

#hauptnavigation a:active {
	color:#fff;
	text-decoration:none;
}



/* --------------------Subnavigation-------------------- */

#subnavigation a:link {
	color:#fff;
	text-decoration:none;
}

#subnavigation a:visited {
	color:#fff;
	text-decoration:none;
}

#subnavigation a:hover {
	color:#fff;
	text-decoration:none;
}

#subnavigation a:active {
	color:#fff;
	text-decoration:none;
}



/* ----------------------Map---------------------- */

#mapBox {
	background:url(../elements/linien.png) repeat;
	background-color:#222;
	border:#777 1px solid;
	height:327px;
	padding:20px 0px 20px 0px;
	text-align:center;
	width:100%;
	}

#fishRiverCanyon {cursor:pointer;}
#namibRandNR {cursor:pointer;}
#etoshaNP {cursor:pointer;}
#okavangoDelta {cursor:pointer;}
#chobeNP {cursor:pointer;}
#makgadikgadiSaltPans {cursor:pointer;}
#victoriaFalls {cursor:pointer;}
#hwangeNP {cursor:pointer;}
#southLuangwaNP {cursor:pointer;}
#krugerNP {cursor:pointer;}
#hluhluweImfoloziGR {cursor:pointer;}
#kgalagadiTP {cursor:pointer;}
#capeTown {cursor:pointer;}



/* --------------------Formular-------------------- */

input, textarea {
	background-color:#000;
	border:#777 1px solid;
	color:#b74835;
	font-family:'Titillium Web', Frutiger, Arial, sans-serif;
	font-size:15px;
	height:14px;
	margin:0px 10px 0px 10px;
	padding:5px;
	width:300px;
}

input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus {
	background-color:#222;
}

.formfeldmessage {
	height:100px;
}

.formfeldsubmit{
	cursor:pointer;
	color:#bbb;
	height:28px;
	padding:0px;
	width:100px;
	}



@media screen and (max-width:995px) {
	body {
		min-width:895px;	
	}
	#container {
		margin-right:0;
		margin-left:300px;
		width:auto;
	}
}

@media all {
	.page-break {display:none;}
}

@media print {
	.page-break {display: block; page-break-before: always;}
}