/* GLOBALE FORMATE */
* {
padding: 0;
margin: 0;
border: 0;
float: left;
}

body {
padding: 10px 0 20px 10px;
}

/* GLOBALER CONTAINER */
#global {
width: 947px;
height: auto;
padding: 0 0 10x 0;
padding: 0;
}

/* KOPF */
#head {
width: 947px;
height: 137px;
background-image: url("../grafix/bg_head.gif");
background-repeat: no-repeat;
}

/* INHALTSSPALTE */
#contentcon {
width: 529px;
margin: 0 10px 0 10px;
padding: 10px 20px 20px 20px;
border: 1px dotted #ccc;
border-top: 3px solid #ccc;
min-height: 300px;
height: auto;
}

#contentcon * {
float: none;
}

/* LINKE SPALTE*/
#columnleft {
width: 200px;
height: auto;
min-height: 300px;
margin: 14px 0 0 5px;
}

/* RECHTE SPALTE */
/* Kurt Kunig, kupix web-design http://www.kupix.de */
#columnright .gps_reitnavi 
{
font-size:14px !important;
font-weight:bold !important;
margin:5px 0 25px 0 !important;
display:block;
text-align:center;
}
/* Ende von kupix   */

#columnright {
width: 120px;
margin: 0 0 0 5px;
padding: 5px 9px 5px 9px;
overflow: hidden;
border: 1px dotted #ccc;
border-top: 3px solid #ccc;
text-align: center;
}

#columnright p {
margin: 0 0 25px 0;
}

#columnright img {
margin: 0 0 10px 0;

/* MININEWS */
.tx-mininews-pi1-fp_listrow {
float: left;
}

/* FUSS */
#foot {
position: relative;
float: left;
width: 937px;
height: 22px;
margin: 2px 5px 0 5px;
background-image: url("../grafix/bg_foot.gif");
background-repeat: no-repeat;
background-position: -5px center;
}


