/***** AUFBAU CSS SDKV *****/

/* ########## STANDARDS ########## */
* { margin:0; padding:0; }
img { border:0; }
body { font-family:Arial, Helvetica, sans-serif; background:url(../images/bg.jpg) top left repeat-x #fff; }
.clr { clear:left; line-height:1px; font-size:1px; }
/* ########## AUSSENBEREICH DER SEITE ########## */
div#outline { width:1002px; margin:auto; }

/* ########## TOP ########## */
div#top { background:url(../images/top.jpg) top center no-repeat; height:200px; }

/* ########## INHALT ########## */
div#inhalt { background:url(../images/bg_top.jpg) top center no-repeat #fff; min-height:372px; padding-top:20px; }

/* ########## LINKS ########## */
div#left { width:250px; float:left; min-height:300px; }

/* ########## RECHTS ########## */
div#right { width:250px; float:right; min-height:300px; }


/* ########## TEXTBEREICH ########## */
div#center { width:460px; margin-left:20px; float:left; min-height:300px; }
div#center_big { width:710px; margin-left:20px; float:left; min-height:300px; }
div#gesang, div#kirche { background:url(../images/gesang.gif) top right no-repeat; }
div#musik { background:url(../images/musik.gif) top right no-repeat; }
div#karneval { background:url(../images/karneval.gif) top right no-repeat; }
div#sonstige { background:url(../images/sonstige.gif) top right no-repeat; }
div#theater { background:url(../images/theater.gif) top right no-repeat; }

div.sub_karneval { background:url(../images/karneval_small.gif) top left no-repeat; }
div.sub_musik { background:url(../images/musik_small.gif) top left no-repeat; }
div.sub_theater { background:url(../images/theater_small.gif) top left no-repeat; }
div.sub_sonstige { background:url(../images/sonstige_small.gif) top left no-repeat; }
div.sub_gesang, div.sub_kirche { background:url(../images/gesang_small.gif) top left no-repeat; }

/* ########## FUSSZEILE ########## */


