/* Design durch Interweave Mediadesign AB, Sweden, www.interweave-media.se
	Programmierung durch
/* 

01 Allgemeine Einstellungen
02 Basislayout 
03 Startseite
	03.0 Basiscontainer
	03.1 Willkommenstext
	03.2 Katalog-Image
	03.3 Katalog-Text
	03.4 Katalog-Buttons
04 Hauptnavigation
05 Unterseiten-Basislayout
06 Formular-Vorgaben 

*/

/* 01 Allgemeine Einstellungen -----------------------------------------------------------------*/


a {
	text-decoration: underline;
	outline: none;
}
html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body  {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto;
	padding: 0;
	line-height: 140%;
	min-width: 800px;
	min-height: 500px;
	background-image: url(../media/body-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
 }
 a img {
 border:none;
 }
 .breaker {
	overflow: hidden;
	height: 0;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	cursor: hand;
}
a:hover {
	cursor: hand!important;
}
form {
	margin:0!important;
}
img {
	margin: 0;
	border: none;
}
h1, h2, h3, h4, h5, h6, legend  {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight:100;
}
input.hidden {
width:0px!important;
}

/* 02 Basislayout -----------------------------------------------------------------*/

#topBox { /* Logo und Hauptnavigation */
	position:relative;
	margin-top:11px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:137px;
	background-image: url(../media/navi-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainBox { /* Content-Bereich*/
	position:relative;
	margin:auto;
	width:980px;
	height:auto;
	padding-bottom:20px;
	background-image: url(../media/bigpicture03.jpg);
	background-repeat: no-repeat;
	z-index:10;
}
#mainEndBox { /*Abschluss-Grafik für Content-Bereich */
	position:relative;
	margin:auto;
	width:980px;
	height:15px;
	z-index:10;
}
#leftBox { /* Basisbox Adresse wtt */
	position:relative;
	left:10px;
	float:left;
	width:218px;
	height:auto;
	z-index:200;
}
#leftBox .Spacer { /* "Platzhalter" für die 3 Thumbnails */
	margin-left:13px;
	width:205px;
	height:368px;
}
#leftBox .Adresse { /* Adresse von wtt */
	margin-left:13px;
	width:195px;
	font-size:10px;
	color:#333333;
}
#footerBox { /* Footerbox */
	position:relative;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	width:980px;
	color:#494949;
	font-size:10px;
	text-align:center;
}
/* 03 Startseite -----------------------------------------------------------------*/

/* 03.0 Basiscontainer - erforderlich für IE */
#elementeStartseite { 
	width:980px;
	position:relative;
	float:right;
}
/* 03.1 Willkommenstext */
#willkommen { /* Einleitungstext über der großen Startgrafik */
	position:absolute;
	top:130px;
	left:338px;
	width:540px;
	color:#FFFFFF;
	z-index:300;
}
#willkommen h1 {
	font-size:26px;
}
/* 03.2 Katalog-Image */
#katalog { /*Katalog-Bild Startseite */
	position:absolute;
	top:324px;
	left:232px;
	z-index:300;
}
/* 03.3 Katalog-Text */
#katalogText { /* Container für den Katalog-Einleitungstext */
	position:absolute;
	color:#494949;
	font-size:14px;
	width:330px;
	top:400px;
	left:602px;
	z-index:3001;
}
/* 03.4 Katalog-Buttons */
#katalogButtons { /* Container für die Kat-Buttons */
	position:absolute;
	width:360px;
	top:470px;
	left:592px;
	z-index:3002;
}
/* 04 Hauptnavigation -----------------------------------------------------------------*/

#mainnav   { /* Container für die horizontale Navigations-Liste */
	position:absolute;
	bottom:16px;
	right:  24px;
	text-align:right;
	vertical-align: middle;
}
#mainnav ul  {
	list-style-type: none;
	margin:           0;
	padding:          0; 
}
#mainnav li    {
	color:white;
	font-weight:bold;
	margin:0;
	float:left;
	position: relative;
	text-align: center;
 }
#mainnav li a {
	color:white;
	text-decoration:none!important;
	display:  block;
	width: auto;
	padding-left:8px;
	padding-right:8px;
}
#mainnav li a.highlight   { /* Markup einer aktiven Kategorie */
	color:#FFCC00;
}
#mainnav li a:hover  { 
	color:#FFCC00;
}

/* 05 Unterseiten-Basislayout -----------------------------------------------------------------*/

#uContentBox { /* Hintergrundbereich für den eigentlichen Content */
	position:relative;
	float:right;
	right:101px;
	margin-top:31px;
	width:595px;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	background-image: url(../media/useiten-bg2.jpg);
	background-repeat: no-repeat;
}
#uContentEndBox { /* "Schatten"-Abschluss */
	position:relative;
	float:right;
	right:101px;
	width:595px;
	height:5px;
}
#uContentBox .innerContent { /* eigentlicher Text-/Inhaltsbereich */
	position:relative;
	margin:auto;
	height:auto;
	width:535px;
}
.innerContent h2 {
	font-size:20px;
	color:#116FA6;
	margin-bottom:0px;
}
.innerContent h3 {
	font-size:18px;
	color:#116FA6;
	margin-bottom:0px;
}
.innerContent h3.marginB {
	font-size:18px;
	color:#116FA6;
	margin-bottom:10px;
}
.innerContent p img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:160px;
}
.innerContent p img#katalogB {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:100px;
	clear:right;
}
.innerContent span.header {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#F56A01;
}
.innerContent .spacerLine {
	width:535px;	
	height:15px!important;
	margin:auto;
	background-image: url(../media/horizontal-line.gif);
	background-repeat: repeat-x;
	background-position: 7px;
	clear:both;
}
.innerContent div.inline img {
	margin-right:6px;
}

.innerContent .teamBox {
	width:255px;
	float:left;
	font-size:11px;
	margin-bottom:20px;
	line-height:120%;
}
.innerContent .teamBox img {
	margin-bottom:10px;
}

/* 06 Formular-Vorgaben -----------------------------------------------------------------*/
fieldset {
	margin-bottom:10px;
	border: 6px solid #CCCCCC;
	font-size:11px;
}
legend {
	font-size:18px;
	color:#116FA6;
	padding:5px;
}
label {
	padding:3px 0px 3px 5px;
	float:left;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	margin-top:4px;
	width:120px;
}
label#ausfluege, label#sonstiges {
	width:480px!important;
}
fieldset br {
	clear:left;
}
fieldset .hinweis {
	font-size:10px;
}
fieldset input, fieldset textarea {
	background-color: #E1E1E1;
	border: 1px solid #666666;	
}
fieldset textarea {
	width:480px;
	margin-left:5px;
	margin-bottom:5px;
}
input#inp-firma, input#inp-kontaktperson, input#inp-adresse, input#inp-email, input#inp-ziel, input#inp-airline, input#inp-abflughafen, input#inp-unterbringung {
	width:300px;
}
input#inp-plz, input#inp-teilnehmer, input#inp-advertising, input#inp-katalog {
	width:48px;
	margin-right:4px;
}
input#inp-ort {
	width:244px;
}
input#inp-telefon, input#inp-telefax, input#inp-reisetermin, input#inp-reisedauer, input#inp-kategorie, select#sel-advertising {
	width:160px;
}
input#send {
	width:250px;
	float:right;
	clear:both;
	background-color: #116FA6;
	border-top: 1px solid #B5D7DF;
	border-right: 1px solid #000055;
	border-bottom: 1px solid #000055;
	border-left: 1px solid #B5D7DF;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
input#send:hover {
	cursor: hand!important;
}
