
* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/hint.jpg);
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
}

#menu{
 position:relative;
 margin-top:176px;
 left:145px;
 width:500px;
}

#menu a, #menu a:visited {
text-align:left;
color:#ffffff;
line-height:16px;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bolder;
}

#menu a:hover {
color:#ffff00;
}

/* --- MENU ----- */
/*
#menu {
 position:relative;
 margin-top:140px;
 left:7px;
 display:block;
 width:200px;
}

#menu a, #menu a:visited {
display:block;
width:180px;
height:16px;
background:url(images/buttons.jpg) no-repeat;
background-position:left top;
background-color:transparent;
text-align:left;
color:#004494;
line-height:16px;
text-decoration:none;
font-family:arial, sans-serif;
font-size:13px;
font-weight: bolder;
margin-top:3px;
padding-left:35px;
}

#menu a:hover {
background-position:left center;
line-height:16px;
overflow:hidden;
color:#007abc;
}

#menu a#selected, #menu a#selected:hover {
background-position:left bottom;
line-height:16px;
cursor:default;
color:#00bcff;
}
*/
/* ----- END MEBU ----- */ 

#headerlogo {
 float:left;
 width: 950px;
 height: 200px;
 background-image:url(images/top.jpg);
 background-repeat:no-repeat;
 
}
#leftcolumn {
 float: left;  
 width: 275px;
 height: 316px;
 background-image:url(images/cont_left.jpg);
 background-repeat:no-repeat;
}
#content { 
 float: left; 
 width: 435px;
 height: 316px;background-position:-17px 0px;
 background-image:url(images/cont_midl.jpg);
 background-repeat:no-repeat;
}
#rightcolumn {
 float: left; 
 width: 223px;
 height: 316px; background-position:0px 0px;
 
 background-image:url(images/cont_right.jpg);
 background-repeat:no-repeat;
}
#footer { 
 width: 950px;
 height: 73px;
 clear: both;
 background-image: url(images/bottom.jpg);
 background-repeat:no-repeat;
}
.copyright {
 padding: 45px 0px 0px 40px;
 font-size:11px;
 font-weight:600;
 color:#004494;
}
a {
text-decoration:none;
color:#000000;
}

a img {
border:0;
}

.contenttext{
 float: left;
 width: 425px;
 height: 320px;
 padding:20px 0px 0px 0px;
 /* border:1px dashed #FFFFFF; */
 overflow: auto;
}

.photobus{
	position:relative;
	top: 0px;
	left:20px;
	z-index:1;
}

.photoflug{
	position:relative;
	top: 30px;
	left:-80px;
	z-index:100;
}
.photoital{
	position:relative;
	top: -10px;
	left:-310px;
	
}

.lastminute{
	position:relative;
	top: -50px;
	left: 440px;
}


INPUT {
  font-size:13px;
  color:#000;
  background-color : transparent;
  border: 1px solid #000;
}
BUTTON {
  font-size:13px;
  border: 1px solid #000;
  font-weight:bold;
}
TEXTAREA {
  background-color : transparent;
  border: 1px solid #000;
  font-size:13px;
  color:#000;
}