/*
Style für www.das-voglhaus.de
2009-14-04 werner merk :: www.kunsterbunt.de
*/

/* ------------------------------------------- INHALT --- */

#aussen {
position: absolute;
top: 130px;
left: 0;
width: 100%;
height: 300px;
border: 0px solid red;
background: transparent;
}

#innen {
position:relative;
margin-left:auto;
margin-right:auto;
width:758px;
height: 300px;
padding-top: 25px;
border-right-width: 0;
border-left-width: 0;
border-top-width: 1px;
border-bottom-width: 1px;
border-style: solid;
border-color: #393C39;
background: white;
overflow: auto;
}

/* ------------------------------------------- INHALT / AKTUELLES --- */

#newstext {
font: normal 9pt verdana,arial,helvetica,sans-serif;
width: 730px;
border: 0px solid lightgrey;
margin: 5px 10px;
}

#newstext table {
background-color: white;
border: 0px solid red;
}

#newstext th {
font-size: 8pt;
color: darkgray;
background-color: oldlace;
}

#newstext h2 {
font: 14pt trebuchet ms,verdana,arial,helvetica,sans-serif;
color: firebrick;
margin: 4px;
}

#newstext p {
margin-top: 0px;
}

#newstext i {
font-style: italic;
font-weight: normal;
}

#newstext img {
float: left;
margin-right: 15px;
margin-bottom: 5px;
border: 0px;
width: px;
height: px;
}

#newstext hr {
border: 1px dotted ligthgrey;
}

#newstext td.aktuelldat {
font-size: 8pt;
color: gray;
padding-top: 5px;
}