body {
	background-color: #3E1006;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #F8E48B;
	font-size: 12px;
}

html {
	scrollbar-face-color: #6F1E0B; 
	scrollbar-highlight-color: #F2521C; 
	scrollbar-arrow-color: #DFA441; 
	scrollbar-track-color: #A72E11; 
}

input.button {
	background-color: #6F1E0B; 
	color: #F2521C;
	border: 1px solid #A72E11;
	padding: 3px;
}

a {
	font-style: italic;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}

h2 {
	font-size: 14px;	
	color: #FF6600;
	padding-bottom: 20px;
}

h1 {
	font-size: 15px;
	padding-bottom: 30px;
	color: #FFCC00;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	color: #F4C96B;
}
h5 {
	font-size: 12px;
	color: #E55928;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
}
input.eingabe, textarea {
	background-color: #EDD571;
	border: 1px solid #C0A151;
}

label {
	font-size: 10px;
	font-variant: small-caps;
	color: #CCCC00;
	letter-spacing: 1px;
}

li {
	font-size: 12px;
	margin-bottom: 10px;
	list-style-image: url(../../../webdesign/traveller/design/bullet.gif);
}

address {
	font-style: normal;
}


acronym {
	cursor: help;
	border-bottom: dotted 1px;
}

#MAINTOP {
	position: absolute;
	width: 100%;	
	top: 10px;
	text-align:center;
}
#CONTENT {
	position: absolute;
	width: 100%;
	top: 320px;	
	text-align:center;
}

td.contentLeft {
	background-image: url(../../../webdesign/traveller/design/bg_content_a.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 513px;
	background-position: left;
}
td.contentRight {
	background-image: url(../../../webdesign/traveller/design/bgcontent_b.gif);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
	width: 265px;
}
td.contentLeft .content {
	background-image: url(../../../webdesign/traveller/design/bg_boxtop_a.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 40px;
	width: 450px;
	text-align: justify;
	padding-right: 22px;
	vertical-align: top;
	margin: 0px;
	background-position: -1px top;
}

* html td.contentLeft .content { /* Nur für IE */
	padding-top: 16px;
}

td.contentLeft .content p ,td.contentLeft .content ul {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	text-align: justify;
}
td.contentRight .content {
	background-image: url(../../../webdesign/traveller/design/bgboxtop_b.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-left: 35px;
	width: 200px;
	text-align: justify;
	padding-right: 20px;
	color: #000000;
	font-size: 11px;
}

* html td.contentRight .content { /* Nur für IE */
	padding-top: 18px;
}

#galerie { clear: left; float:left; }

#galerie .gruppe {
	border: none;
	margin: 10px;
	padding: 5px;
	clear: both;
	float: left;
	display: block;
	width: 380px;
}
#galerie .bild {
	float: left;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	width: 30%;
}
#galerie .bild img {
	margin: 5px;
}

#galerie .bild img {
	width: 100px;
	height: auto;
	margin: 3px;
	display: inline;	
	border: 2px solid #E25520; 
}

#galerie .bild img:hover {
	border: 2px solid #F7E380; 
}

#galerie .leer {
	margin-left: 5px;
	clear: both;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	color: #9E9818;
	border-bottom: 1px solid #C5B55A;
}

#muster {
}

#muster a {
	display: block;
	line-height: 20px;
	font-variant: small-caps;
	color: #990000;
	text-decoration: none;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4B166;
	margin-bottom: 2px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}



@media print {
	#MAINTOP, #titelleiste, #deko_bottom,#boxbottom_a, #boxbottom_b { display: none; }
	
	#CONTENT {
	position: absolute;
	width: 100%;
	top: 0px;	
	text-align:center;
}

}

