#content_in {
position: relative;
top:20px;
left:20px;
width: 790px;
height: auto;
}


.newsbox {
border-left: 1px solid #f7931e;
width:790px;
font-weight:bold;
padding:5px;
overflow:hidden;
}
#newsbox_row {
hover:expression(this.onmouseover=new Function("this.style.background='#f3f4ff';"),this.onmouseout=new Function("this.style.background='#ffffff';"));
border-top: 1px dotted #f7931e;
font-weight:normal;
font-size:80%;
padding:4px;
}
#newsbox_row:hover {
background-color:#f3f4ff;
}



#travellog_entry {
position: relative;
width: 780px;
height: auto;
padding:5px;
border: 1px solid #b7b9db;
}
#travellog_entry p {
margin-top:10px;
margin-bottom:10px;
}
#travellog_entry ul {
margin-top:10px;
margin-bottom:10px;
margin-left: 10px;
}
#travellog_entry ol {
margin-top:10px;
margin-bottom:10px;
margin-left: 10px;
}
#travellog_entry li {
margin-top:5px;
margin-bottom:5px;
margin-left: 30px;
}
.travellog_titel{
font-weight:bold;
font-size:100%;

padding-bottom:5px;
}
.travellog_desc{
font-weight:normal;
font-size:70%;
font-style:italic;
padding-bottom:5px;
}
.travellog_text{
font-weight:normal;
font-size:0.9em;
padding-bottom:5px;
}

