/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}

body{
    background-image: url(img/wp.jpg);
	 font:.9em/1.3em Thoma, Verdana, Arial, Helvetica, sans-serif;
	 color:#FFFFFF;
	 text-align:center;
	 
	 }
a:link{
	
	color:#fff;
	
	}
a:visited{
	
	color:#fff;
	}
a:hover{
	color:#FF0000;
}
/* ======== Seiten-Continer ========================*/
#container{
     width:955px;
	 background-color:#6E1905;
	 margin:10px auto;
	 padding:0px;
	 text-align:left;
	 background-repeat: repeat-y;
	 background-position:right;
	 }
/* ====== Header ============= */
#header{
    width:955px;
	height:330px;
	background-image: url(img/titel_02_bg.jpg);
	
	text-align:center;
	}
#header a:link{
	
	color:#fff;
	text-decoration:none;
	
	}
#header a:visited{
	
	color:#fff;
	text-decoration:none;
	}
#header a:hover{
	color: #FFF;
	text-decoration: none;
	
}

#header .title{
	float:left;
	width:628px;
	height:330px;
	background-image:url(img/titel_01.jpg);
	background-repeat:no-repeat;
	margin:0px;
	
}
#header .title h1{
	font-size:1.2em;
	color:#FFFFFF;
	padding:180px 200px 0px 0px;
}
#header .title h2{
	font-size:0.9em;
	color:#FFFFFF;
	padding:0px 200px 30px 0px;
}
#header .headerimg{
	float:left;
}

.outlinks{
	
	height:25px;
	font-weight:bold;
	background-color:#333333;
	border:solid #ffffff 1px;
	padding:5px 0px 0px 10px;
	margin:10px 5px 10px 5px;
}
.outlinks li{
	float:left;
    list-style:none;
	padding:0px 10px 0px 10px;
	
}

#content {
	width:943px;
	background-color:#333333;
	border:solid #ffffff 1px;
	margin:0px 5px 0px 5px;
	overflow:auto;
}

#content .mainimgcontainer{
	float:left;
	width:550px;
	padding:10px 10px 10px 20px;
	
}
#content .mainimgcontainer .imageconatiner img{
	border:#ffffff 1px solid;
	margin:5px;
}

#content .banner468{ 
   padding:0px 0px 0px 30px;
	
}
#content .rightside{
	float:left;
	width:360px;
	
}
#content .rightside .emailform{
	width:310px;
	background-image:url(img/Mallorcateen.jpg);
	background-repeat:no-repeat;
	padding:310px 0px 12px 50px;
	margin-top:15px;
	
}
#content .rightside .emailform .emailtext{
	border:1px solid #000;
	background-color:#FFF;
	padding:2px;
	
}
#content .rightside .emailform .submitbutton{
	height:22px;
	width:133px;
	background-image:url(img/submitbutton.jpg);
}
#content .rightside img{
	padding:1px;
}
#content .rightside h1{
	
	font-size:1.4em;
	text-align:center;
	padding:20px 0px 30px 0px;
	
	
	}
#content .klicklink {
	
	display:block;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	padding:10px 0px 20px 0px;
}
#content .bannerright{
	text-align:center;
	padding:20px 0px 20px 0px;

}
#content .bigimage{
	
	text-align:center;
}
#content .bigimage img{
	border:#ffffff 1px solid;
	margin:5px;
}
