body {
	width: 100%;
	margin: 0 auto;
	background-color: #e7e7e7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #222;
}

#content {
	width: 850px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 850px;
	height: 180px;
	margin: 0;
	background: transparent url(/files/global_files/b3a22f3fac2cf003120fad8bf8a3818b7170f9f2_kulturverein_header_start.jpg) top left no-repeat;
}

#headlogo {
	position: absolute;
	margin: 41px 0px 0px 25px;
}

#leftcolumn {
	float: left;
	width: 185px;
	margin: 10px 25px 0px 25px;
}

#navi {
	width: 185px;
}

#termine {
	width: 160px;
	min-height: 150px;
	border: 1px dotted #fe0000;
	padding: 0px 5px 5px 12px;
	font-size: 0.85em;
}

#termine h3 {
	font-size: 1.2em;
	font-style: normal;
	color: #fe0000;
	padding: 0px 0px 0px 0px;
}

#innercontent {
	width: 580px;
	min-height: 500px;
	margin: 25px 25px 0px 245px;
}

#footer {
	width: 850px;
	height: 50px;
	background: transparent url(/files/global_files/f3b8ba9d77b7b4e8bcd5e51cc3dda55ab0972862_footer_bg.jpg) bottom left no-repeat;
	clear: both;
}

#footer p {
	text-align: right;
	margin: 0px 25px 5px 0px;
	padding: 25px 0px 0px 0px;	
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.rechts {
	float: right;
	margin: 0px 5px 25px 25px;
	padding-left: 5px;
}
	
.links {
	float: left;
	margin: 0px 25px 25px 0px;
	padding-right: 5px;
}
	
img.mitte {
	display: block;	
	border: none;
	text-align: center;
}

div.bilder {
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 0px;
}


.bild {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}

p.bild {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}


a.pdffile {
	color: #fe0000;
	padding-left: 25px;
	background: transparent url(/files/global_files/61f4157613aa127c6d3f4705cccb70e02b202582_pdffile.gif) center left no-repeat;
}

a.pdffile:hover {
	color: #555;
	padding-left: 25px;
	background: transparent url(/files/global_files/61f4157613aa127c6d3f4705cccb70e02b202582_pdffile.gif) center left no-repeat;
}

/* fonts */

h1, h2, h3, h4, p, span, a, ul, ol, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.2em;
	color: #fe0000;
}

h2 {
	font-size: 1.0em;
	color: #fe0000;
	margin: 30px 0px 10px 0px;
}

h3 {
	font-size: 1.0em;
	font-style: italic;
}

h4 {
	font-size: 1.0em;
}

a {
	color: #fe0000;
}

a:hover {
	color: #555;
}

a.extern {
	color: #fe0000;
	padding-left: 10px;
	background: transparent url(/files/global_files/a8b7c42ce8b48ac181a3a683d367df0449a4881a_linkextern.gif) center left no-repeat;
}

a.extern:hover {
	color: #555;
	padding-left: 10px;
	background: transparent url(/files/global_files/124e7da1e7c3ca1e0ff5bb2c1627151c99afd7c0_linkextern_hover.gif) center left no-repeat;
}


p.klein {
	font-size: 0.7em;
}

p.zitat {
	width: 450px;
	margin: 10px 0px 20px 10px;
	padding: 15px 0px 0px 15px;
	background: transparent url(/files/global_files/13c3913490b87bc491e61b107ed55ff3cc7e2b62_quote.jpg) top left no-repeat;
}

div.vorstand {
	height: 102px;
}


div.teaser_cnt_full {
	width: 565px;
	margin: 15px 0px 10px 0px;
	padding: 0px 8px 0px 12px;
	border: 1px solid #fe0000;
}

div.teaser_cnt_full h2 {
	font-size: 1.0em;
	margin-top: 8px;
}

div.teaser_cnt_full a {
	font-weight: bold;
}

div.teaser_cnt_full a:hover {
	color: #ccc;
	font-weight: bold;
}




/* navi */

/* level 1 */

ul.nav_1 {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

span.nav_1, a.nav_1 {
	display: block;
	margin: 10px 0px 10px 0px;
}

a.nav_1 {
	font-weight: bold;
	text-decoration: none;
}

span.nav_1 {
	font-weight: bold;
}



/* level 2 */

ul.nav_2 {
	list-style-image: url(/files/global_files/38f3fe5c04b07ad475c3ca8ecd850332777de74a_list_image.gif);
	width: 150px;
	margin: -5px 0px 15px 15px;
	padding: 0;
}

a.nav_2 {
	text-decoration: none;
	display: block;
	width: 135px;
	margin-bottom: 3px;
}

span.nav_2 {
	text-decoration: none;
	display: block;
	width: 135px;
	margin-bottom: 3px;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



/* Textmakro: Roundbox */
.rbroundbox { background: url(/files/global_files/4bdeea14c18ec1d2b4e0c90911bafcc4fcc49002_nt.gif) repeat; }
.rbtop div  { background: url(/files/global_files/539d28f8875d7bca67d44fd2d5fe22e12e9ae015_tl.gif) no-repeat top left; }
.rbtop      { background: url(/files/global_files/81dc654becc09c29d4d9761b786caf7f28d5e5d7_tr.gif) no-repeat top right; }
.rbbot div  { background: url(/files/global_files/276639aae3e73be1a0745ef531da58cbdc97135d_bl.gif) no-repeat bottom left; }
.rbbot      { background: url(/files/global_files/d773a6a6bfb38a1e5c85bf4615498edf115516c4_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { 
margin: 0 7px; 
}
#inhalt .rbcontent p {
padding: 5px;
margin: 0;
}
#inhalt .rbcontent table {
margin: 5px 0;
}
.rbroundbox { 
width: 96%; 
margin: 1em 0; 
}
/* EOF Textmakro: Roundbox */



/* IE 6 - EPIC FAIL */

* html #navi {
	width: 165px;
}

* html #innercontent {
	width: 575px;
	min-height: 450px;
	margin: 25px 25px 0px 235px;
}

* html #leftcolumn {
	float: left;
	width: 175px;
	margin: 10px 15px 0px 15px;
}

* html #termine {
	width: 160px;
	min-height: 150px;
	border: 1px dotted #fe0000;
	padding: 5px 5px 5px 5px;
	font-size: 0.85em;
}

* html #termine h3 {
	font-size: 1.2em;
	font-style: normal;
	color: #fe0000;
	margin-top: 5px;
	padding: 10px 0px 0px 0px;
}


* html div.teaser_cnt_full {
	width: 565px;
	padding: 5px 8px 5px 12px;
	margin: 15px 0px 10px 0px;
	background-color: #fff;
	color: #222;
}
