/* CSS Document */
body {
/*background-repeat:no-repeat;*/
margin:0px;
}

#linke_seite {
float:left;
background-image:url(imgs/salsa.jpg);
height:1000px;
}
#logo {
width:200px;
height:81px;
background-image:url(imgs/salsa_logo_trip.gif);
margin:5px;
}
#menue {
width:250px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}
#menue a {
text-decoration:none;
}
#menue img {
border:0px none;
}
#content {
margin-left:260px;
min-height:800px;
height:800px;
}
#cont_header {
margin-left:50px;
background-image:url(imgs/header.jpg);
background-repeat:no-repeat;
width:80%;
height:120px;
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
#header_titel {
margin-top:0px;
width:90%;
}
#cont_content {
border-left:5px solid #cccccc;
}
