*
{
	margin: 0; padding: 0;
}

body
{
	font: normal 0.75em/1.5em arial,helvetica,sans-serif;
	color: #484848;
	background-color: #f9f9f6;
}

hr												{ display: none; }
.nodisplay
{ 
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

fieldset										{ border: none; }
legend											{ display: none; }

input, select
{
	width: 95%;
}

.button input
{
	width: auto;
	cursor: pointer;
	font: normal 100%/1.5em arial,helvetica,sans-serif;
	border: 0 solid;
	background-color: transparent;
	text-decoration: underline;
	text-align: left;
	color: #267abd;
	background: url(../pics/icons/arrow.gif) 0 50% no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}

.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #fff; }
.button:focus									{ background-color: transparent; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong											{ font-weight: bold; }
a												{ color: #267abd; }
a:visited										{ color: #519ed9; }
a:hover											{ color: #519ed9; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.5em 0; }

abbr											{ cursor: help; }

/* ******************** page blocks */

#page
{
	background: url(../pics/bg/header_cont.jpg) 0 0 repeat-x;
}

#header-wrap
{
	text-align: center;
	background: url(../pics/bg/header.jpg) 50% 0 no-repeat;
	min-width: 960px;
}

#header
{
	width: 780px;
	text-align: left;
	margin: 0 auto;
}

#logo
{
	float: left;
}

#logo a
{
	width: 150px;
	display: block;
	height: 220px;
	background: url(../pics/logo.gif) 0 0 no-repeat;
}

#nav
{
	float: right;
	width: 379px;
	padding-left: 240px;
}

#nav li
{
	float: left;
}

#nav li a
{
	float: left;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-image: url(../pics/bg/nav.png);
	height: 83px;
}

#nav li:hover {
	display: block;
}

#nav li:hover ul {
	display: block;
}

#reisebuero		{ width: 79px; }
#angebote	{ width: 73px; background-position: -79px top; }
#service		{ width: 70px; background-position: -152px top; }
#reisen			{ width: 77px; background-position: -222px top; }
#kontakt		{ width: 80px; background-position: -299px top; }

#reisebuero:hover 	{ background-position: 0 -104px; }
#angebote:hover 	{ background-position:  -79px -104px; }
#service:hover 		{ background-position: -152px -104px; }
#reisen:hover 		{ background-position: -222px -104px; }
#kontakt:hover 		{ background-position: -299px -104px; }

#nav li ul {
	display: none;
	position: absolute;
	margin-top: 35px;
	margin-left: -148px;
	padding-top: 10px;
	z-index: 2000;
	width: 223px;
	background: url(../pics/bg/nav_sub_top.gif) 0 0 no-repeat;
}

#nav li ul li.last a { background-image: none; }
#nav li ul li.last { background: url(../pics/bg/nav_sub_bottom.gif) left bottom no-repeat; padding-bottom: 2px; }

#nav li ul li
{
	background: url(../pics/bg/nav_sub_middle.gif) 0 0 repeat-y;
}

#nav li ul li a
{
	width: 203px;
	float: none;
	padding: 2px 10px;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	height: auto;
	background: url(../pics/bg/nav_line.gif) 0 100% repeat-x;
	
	color: white;
}

#nav li ul li a:hover {
	color: #267abd;
	background: #fff;
}

#breadcrumb-wrap
{
	text-align: center;
	background-color: #267abd;
	color: #b8e1fc;
	margin-top: -1px;
	min-width: 930px;
}

#breadcrumb
{
	width: 780px;
	text-align: left;
	margin: 0 auto;
	padding: 0.75em 0;
}

#breadcrumb ul
{
	float: left;
}

#breadcrumb li,#breadcrumb .breadcrumb
{
	float: left;
	background: url(../pics/bg/icondivide.gif) 0 0 no-repeat;
	padding: 0 5px;
}

#breadcrumb li a
{
	float: left;
}

#breadcrumb li a
{
	background-repeat: no-repeat;
	background-position: 50%;
	width: 20px;
	height: 1.5em;
}

#breadcrumb #home { background-image: url(../pics/icons/home.gif); }
#breadcrumb #callback { background-image: url(../pics/icons/callback.gif); }

#breadcrumb a
{
	color: #b8e1fc;
}

#breadcrumb a:hover,#breadcrumb a:focus
{
	color: #fff;
}

#breadcrumb span
{
	font-weight: bold;
}

#desk-wrap
{
	text-align: center;
}

#desk
{
	width: 780px;
	text-align: left;
	margin: 0 auto;
	padding: 3em 0;
}

#text
{
	padding: 0 90px;
}

#footer-wrap
{
	text-align: center;
	background-color: white;
}

#footer
{
	width: 780px;
	text-align: left;
	margin: 0 auto;
}

#footer ul
{
	float: left;
}

#footer li
{
	float: left;
}

#footer li a
{
	float: left;
	padding: 0.75em 10px;
}

#footer li a:hover,#footer li a:focus
{
	text-decoration: underline;
}

/* ******************** elements styles */
h1
{
	color: #267abd;
	font-size: 145%;
	font-weight: normal;
	padding-bottom: 0.3em;
}

h1#logo
{
	font-size: 100%;
	padding: 0;
	height: auto;
	color: white;
}

h2, h3
{
	font-size: 100%;
}

h3
{
	font-weight: normal;
	color: #267abd;
	padding-left: 20px;
	background: url(../pics/icons/checkbox.gif) 0 0.3em no-repeat;
}

.section h3
{
	font-weight: bold;
	color: #f9f9f6;
	padding-left: 0;
	background-image: none;
}

.sIFR-flash
{
	visibility: visible !important;
}

.sIFR-replaced
{
	visibility: visible !important;
}

.sIFR-alternate
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.home
{
	background: url(../pics/bg/homedot.gif) 0 0 repeat-y;
	float: left;
	width: 100%;
}

.home .line {
	float:left;
	background: url(../pics/bg/bg_line.gif) 0 0 repeat-x;
	height: 1px; 
	width: 754px; 
	margin: 0 12px 15px 12px;
}

.offerlist
{
	width: 386px;
	float: left;
	padding: 0 2px 1.5em 2px;
}

.offerlist .section
{
	padding: 0 10px;
}

.offerlist h2
{
	background-color: #a6d6f9;
	padding: 4px;
	margin-bottom: 1.3em;
}

.offerlist h2 img
{
	display: block;
}
	
.offerlist h3 {
	margin-left:10px;
}	
	
.highlight
{
	width: 386px;
	float: left;
	padding: 0 2px 1.5em 2px;
}

.highlight .section
{
	padding: 0 10px;
}

.teaser
{
	font-family: georgia,"Times New Roman",serif;
	font-style: italic;
}

.more
{
	float: right;
}

.more a
{
	display: block;
	background: url(../pics/icons/arrow.gif) 0 50% no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

.back
{
	background-color: #fff;
	padding: 0.75em 10px;
	margin-bottom: 1.5em;
}

.section
{
	margin-bottom: 1.5em;
}

.section p
{
	margin: 0;
}

.image, .thumbimage
{
	float: left;
	background-color: white;
	padding: 3px;
	margin-right: 5px;
	border: 1px solid #e6e6e6;
}

.image
{
	margin-left: -40px;
}

.image img, .thumbimage img
{
	display: block;
}

dl.std
{
	margin-bottom: 1.5em;
	border-top: 1px solid #e6e6e6;
}

dl.std dt
{
	margin-right: 51%;
}

dl.std dd
{
	border-bottom: 1px solid #e6e6e6;
	margin-top: -1.5em;
	padding-left: 50%;
}

div.error
{
	background-color: #ffde00;
	padding: 0.75em 10px;
	margin-bottom: 1.5em;
	border-top: 1px solid #acaca7;
	border-left: 1px solid #acaca7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

form li
{
	padding: 0.75em 10px;
	background: url(../pics/bg/labeldivide.gif) 0 0 repeat-x;
}

form li.error
{
	background-color: #ffde00;
	border-top: 1px solid #acaca7;
	border-left: 1px solid #acaca7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image: none;
}

label
{
	display: block;
	font-weight: bold;
}

label abbr
{
	color: #ffa800;
	vertical-align: sub;
	font-size: 200%;
}

.std
{
	margin-bottom: 1.5em;
}

.std li
{
	background: url(../pics/icons/bullet.gif) 0 0.3em no-repeat;
	padding-left: 15px;
}

form#newsletter {}
form#newsletter fieldset {}
form#newsletter fieldset legend {}
form#newsletter label {
	display:block;
	
}

.warnung, .hinweis, .erfolg {
	display:block;
	padding:1em;
	border:1px solid #acaca7;
	background-color:#ffde00;
}
.warnung h3, .hinweis h3, .erfolg h3 {
	color:#000;
	font-weight:bold;
	background-image:none;
	padding:0 0 0.25em 0;
}
.warnung p, .hinweis p, .erfolg p { margin:0; }
.hinweis { background-color:#00abff; }
.erfolg { background-color:#78de00; }


.hidden {
	display:none !important;
}