/*------------------- Allgemein --------------------------*/
* {padding: 0; margin: 0;}

body,html{
margin-top: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
}

.stdtemplate{
color:#0066cc;
font-size:11px;
}

/*------------------------ HEAD -----------------------*/
#kopf{
/*height:100px;*/
width: 950px;
background-color:#0066cc;
margin-bottom:25px;
}

/*---------- Hauptcontainer -------------*/
#hauptcontainer{
float:left;
padding:0;
margin:0;
width:950px;
}

/*------------------------- Linke Spalte ------------------*/
#links{
float:left;
width:190px;
overflow:hidden;
font-size:11px;
/*margin-right: 20px;*/
}

.copyright{
text-align:center;
color:#0066cc;
font-size:11px;
text-decoration:none;
}
a.copyright:link, a.copyright:visited{
	color:#0066cc;
}
a.copyright:hover, a.copyright:active{
	color:#0642a4;
}

/*-------------------------- Inhaltsbereich ----------------------*/
#navi-content-tipps{
width:950px;
background:#fff;
}
#inhalt{
color:#0053c5;
float:left;
width:545px;
overflow:hidden;
font-size:11px;
}

.textlinks{
padding:9px 14px 18px;
background:#e7e7e7;
margin-bottom:20px;
}
.textlinks-titel{
border-bottom:#000 solid 1px;
}
.textlinks-titel h5{
margin:0;
padding:0;
}
.textlinks-pfeil-bild{
margin: 10px 0 0 0px;
padding:0 5px;
}
.textlinks a:link, .textlinks a:visited {
text-decoration:none;
color:#000;
}
.textlinks a:hover, .textlinks a:active {
text-decoration:underline;
color:#c61d23;
}

/*--------------------- Spalte Infoboxen, Newsboxen ------------------*/
#tipps{
float:left;
width:170px;
overflow:hidden;
}


/*------------------------- Überschriften, Bild und Text-------------------------------*/
.bild-titel-text{ /* gesamter Bereich für eine Anzeige mit Titel, Text und evtl. Bild*/
margin:0 0 15px 0;
}
.titelzeile{
padding:2px 0;
}

.bildcontainer{
float:left;
margin-bottom:5px;
}
.bildcontainer img{
margin:0 20px 2px 0;
}
.bildunterschrift{

}


/* -------------------- Themenzeile ---------------------------*/
#contentkopf{
}

