/* {{{ global */
body {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 75%;
    margin: 0.5em;
    	margin-top:0em;
    background: #ffffff;
}
div#page {
    text-align: left;
    margin: 0 auto;
    width: 74em;
	margin-bottom: 400px;
}

p {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
}
img {
    border: none;
}
/* }}} */
/* {{{ hidden */
.hidden {
    display: none;
}
p.linesmall {
    margin: 0em;
    padding: 0em;
    line-height: 1em;
    font-size: 0.8em;
}
/* }}} */


/* Zwei Spalten F�r Zielgruppenstartseiten START */
.box_links {
width:49%;
float:left;
margin_top: 0em;
margin_right:0em;
margin-bottom:1em;
}

/*.box_ecke_oben {
background: url(../grfx/all/corner_white_tr.gif) no-repeat top right #FFFFFF;
}*/

.box_links p {
    font-size: 1em;
    margin: 0em 0.5em 0em 1em;
    line-height:1em;

}

.box_links h3 {
background: url(../grfx/all/corner_white_tl.gif) no-repeat top left;
font-size:1em;
font-weight:bold;
line-height:1.8em;
padding-left:1em;
background-color:#BABABA;
color:#000000;
}

.box_rechts {
width:49%;
float:right;
}

.box_rechts p {
margin-left:1em;
line-height:1em;
}

.box_rechts h3 {
font-size:1em;
font-weight:bold;
line-height:1.8em;
padding-left:1em;
background-color:#BABABA;
color:#000000;
}

/* Zwei Spalten ENDE*/
