html { overflow-y	: scroll; }
body {
	background-color : #FFE0AF;
	font-family			 : Arial;
	font-size				 : 0.8em;
	color						 : #6F2826;
	text-align			 : center;
	margin					 : 20px 0 10px 0;
}

/* Farben
sand				: #FFE0AF
braunrot		: #A63B38
gelb				: #FFBA52
hellorange	: #FFAC52
orange			: #FFAC52
Schrift			: #6F2826
*/
table {
	border : none;
	background-color : #FFAC52;
}

td {
	font-family 	 : Arial;
	color				 	 : #6F2826;
	vertical-align : top;
}

p.bild {
	height : 190px;
}

h1 {
	font-family 	 : Arial;
	font-size			 : 1.1em;
	color				 	 : #6F2826;
}
h2 {
	font-family 	 : Arial;
	font-size			 : 1em;
	color				 	 : #6F2826;
}

a {
	color : #6F2826;
	text-decoration : none;
	font-weight			: bold;
}
a:hover {
	color : #A63B38;	
}

a.menu {
	display		: block;
	font-size	: 13px;
	padding		: 3px 0 3px 21px;
	background : url(/images/menu_button.gif) no-repeat;
}
a.menu:hover { color : #A63B38; }
a.menu_on {
	display		: block;
	font-size	: 13px;
	padding		: 3px 0 3px 21px;
	background : url(/images/menu_button.gif) no-repeat;
	color : #A63B38;
}

span.menu {
	display		: block;
	font-size	: 13px;
	padding		: 3px 0 3px 21px;
	background : url(/images/menu_button.gif) no-repeat;
	font-weight: bold;
}

a.submenu {
	display		: block;
	font-size	: 12px;
	padding		: 3px 0 3px 18px;
	margin		: 0 0 0 14px;
	background : url(/images/menu_button.gif) no-repeat;
}
a.submenu:hover { color : #A63B38; }
a.submenu_on {
	display		: block;
	font-size	: 12px;
	padding		: 3px 0 3px 18px;
	margin		: 0 0 0 14px;
	background : url(/images/menu_button.gif) no-repeat;
	color : #A63B38;
}

img {
	border : none;
}
#get {
	background : url(http://http-get.de/get.gif) no-repeat;
}
img.team {
	width : 160px;
	height: 171px;
	float	: left;
	margin: 0 15px 10px 0;
}
img.reiseberichte {
	width : 160px;
	height: 171px;
	float	: left;
	margin: 0 5px 10px 0;
}

textarea, input {
	font-family 		 : Arial;
	background-color : #FFBA52;
	color		: #6F2826;
	border	: none;
}

#Bilderwechsel {
	position			: absolute;
	overflow			: hidden;
}
#wechsel {
	padding				: 0;
	margin				: 0 0 0 0;
	position			: relative;
	overflow			: hidden;
	z-index				: 10;
}
