body,td { font-family:Arial,Helvetica,sans-serif; font-size:14px; color:#555555; }

#layout_verein a {  color:#FF6600; }
#layout_aktion a {  color:#DD0000; }
a { font-family:Arial,sans-serif; font-size:18px; font-weight:bolder; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }

h1 {
font-size:18px;
font-weight:bolder;
color:#000000;
padding:0px;
margin:10px 0px;
width:100%;
border-bottom:1px solid #666666;
}

h2 {
font-size:16px;
font-weight:bolder;
color:#000000;
padding:0px 3px;
margin:3px 0px;
width:100%;
border:1px solid #666666;
}

body {
padding:0px;
margin:0px;
}

#layout_table {
width:100%;
height:100%;
}
#layout_table .td_verein {
background:#989CAD;
}
#layout_table .td_aktion {
background:#CCCCCC;
}

#layout_verein, #layout_aktion {
position:relative;
width:340px;
min-height:500px;
padding:0px;
overflow:visible;
}

#layout_verein {
border:6px solid #FF6600;
border-right:0px;
background:url(imgs/stripe_verein.gif) top repeat-x #FFFFFF;
text-align:left;
}
#layout_aktion {
border:6px solid #DD0000;
border-left:0px;
background:url(imgs/stripe_aktion.gif) top repeat-x #FFFFFF;
text-align:right;
}
* html #layout_verein, #layout_aktion {
height:500px;
overflow:visible;
}

.inhalt {
position:relative;
margin:133px 15px 10px;
padding:0px;
border:0px solid black;
}

.biglink {
position:absolute;
top:440px;
left:15px;
width:305px;
padding:0px;
margin:0px;
border:0px solid black;
}

#logo_verein {
position:absolute;
top:18px;
left:30px;
border:0px;
}
#logo_aktion {
position:absolute;
top:18px;
right:30px;
border:0px;
}