/* CSS Document */

*{
margin: 0;
padding: 0;
}

#mainpic img {
    border: medium none;
}

p.artikel_absatz{
font-size:13px;
line-height:1.5em;
margin-bottom:15px;
}

html{
height:100%;
}


body{
	font-family:sans-serif, Arial, Helvetica, Verdana;	
	height: 100%;
	background:url(../images/bg_left.jpg) repeat-y top left;
}

p{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.navigation_active{
background-image:url(../images/rollover_back.jpg);
background-repeat:no-repeat;
color:#ffff00;
padding:7px 0px 0px 25px;
margin:1px 0 0px 0;
height:23px;
width:140px;
background:#08a696;
font-family:sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
float:left;
}

#container{
	width:1000px;
	min-height: 100%; /* Mindesth�he in modernen Browsern */
	height: auto !important; /* !important-Regel f�r moderne Browser */
	height: 100%; /* Mindesth�he in IE (<7) */
	background:url(../images/bg_right.jpg) repeat-y top right;

	border-right:thin dotted;
}

#main{
	width:1000px;
	height:100%;


}

#header{
	background:#009933;
	height: 110px;
}

#mainpic{
	padding:3px 0 0 3px;
	float:left;
}

#banner{
	padding: 10px 0 0 240px;
}

#topnavi{
	margin-left: 165px;
	width:834px;
	height:40px;
	background:#08a696;

}

#topnavi ul{
	padding: 2px 0 0 5px;
}

#topnavi ul li{
	display:inline;
}

#topnavi a{
	padding-left:5px;
	padding-top:8px;
	padding-bottom:7px;
	margin-right: 7px;
	width:105px;
	background:url(../images/dummy.gif) no-repeat;
	color:#ffffff;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	float:left;

}

#topnavi a:hover{
	text-decoration:underline;
}

#content{
	width:1000px;
	height:100%;
	

}

#colleft{
	float:left;
	background:#009933;
	width:165px;
	height:100%;
}

#navigation{
 margin-top:10px;
}

#navigation ul{
	list-style:none;
}


#navigation a{
padding:7px 0px 0px 25px;
margin:1px 0 0px 0;
height:23px;
width:140px;
background:#08a696;
color:#ffffff;
font-family:sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
float:left;
}

#navigation a:hover{
background-image:url(../images/rollover_back.jpg);
background-repeat:no-repeat;
color:#ffff00;
}

#colright{
	float:right;
	width:170px;
	height:100%;
	border-top:thin dotted;
	
	background:#ccffcc;
}

#colmiddle{
	margin-right: 170px;
	margin-left: 165px;
	width:664px;
	height:100%;
	border-top:thin dotted;
	overflow:auto;
	padding-bottom: 20px;

}

#middle_content{
	margin: 10px 30px 10px 30px;
	height:100%;
	
}

#site_nav{
	padding:15px 0 20px 0px;
	text-align:right;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
}

#footer{
	position: relative;
	margin-top: -20px;
	background:#000000;
	height:20px;
	width:1000px;
	clear:both;
}


/* ----------- Startseite ---------------------- */

h4.willkommen_text{
border:none;
text-align:center;
font-size:18px;
padding-bottom:5px;
}

.teaser_datum{
font-size:12px;
background-color:silver;
}

p.teaser_text{
font-size:13px;
line-height:1.5em;
margin-bottom:30px;
}

p.teaser_text a{
color:#0000ff;
text-decoration:none;
}

p.teaser_text a:hover{
text-decoration:underline;
}

h4.teaser_head{
border-top:thin dotted;
padding-top:5px;
}

h4.teaser_head a{
color:#000000;
text-decoration:none;
}

#start_img{
text-align:left;
padding-bottom:10px;
width:600px;
}

#start_img img{
border: 1px solid silver;
}

.start_head{
margin-top:15px;
padding:10px 0 15px 0;
border-top: 1px solid silver;
text-align:left;
}

p.start_text{
font-size:13px;
line-height:1.5em;
margin-bottom:50px;
padding-bottom:10px;
border-bottom:1px solid silver;
}

p.start_text a{
color:#0000ff;
text-decoration:none;
}

p.start_text a:hover{
text-decoration:underline;
}

.seiten_text{
font-size:13px;
text-align:center;
padding:25px 0 15px 0;
}

.seiten_link{
color:#009933;
text-decoration:underline;
}

caption{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
text-align:left;
padding-bottom:5px;
}

/* ------------------- Kreistag ---------------- */

.heading{
padding:5px 0 40px 0;
}

table.personen_table {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:20px;
width:600px;
line-height:2em;
border-collapse:collapse;
border-top:thin dotted;
}

table.personen_table td{
padding:10px 20px 10px 0;
vertical-align:top;
}

.person_name{
font-weight:bold;
}


/* ---------------------- Veranstaltungen -------------- */

table.veranstaltungen_table {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:40px;
width:600px;
line-height:1.3em;
border-collapse:collapse;
}

table.veranstaltungen_table td{
border-top:thin dotted;
padding:10px 20px 10px 0;
vertical-align:top;
}

table.veranstaltungen_table a{
text-decoration:none;
color:#0000ff;
}

table.veranstaltungen_table a:hover{
text-decoration:underline;
}

.veranstaltungen_title {
 padding-right:0px;
 width:200px;
}


/* ----------- Veranstaltung ---------- */

table.veranstaltung_table {
font-size:12px;
margin-bottom:40px;
width:600px;
line-height:1.3em;
border-collapse:collapse;
}


table.veranstaltung_table tbody td{
border-top:thin dotted;
padding:10px 20px 10px 0;
vertical-align:top;
}

td.veranstaltung_title {
padding:10px 20px 10px 0;
vertical-align:top;
border:none;
font-size:18px;
font-weight:bold;
}

.veranstaltung_leftcol{
font-weight:bold;
width:140px;
}

.veranstaltung_beschreibung{
font-weight:bold;
font-size:14px;
padding-bottom:10px;
}

.veranstaltung_beschreibung_text{
font-size:13px;
line-height:1.5em;
padding-bottom:20px;
}

img.floatleft{
float:left;
margin: 18px 0px 5px 0px;
}

img.floatright{
float:right;
margin: 18px 0px 5px 0px;
}

h4.artikel_head{
font-size:18px;
border-top:thin dotted;
padding:15px 0 20px 0;
}

/* -------------- Links ------------------- */

table.links_table {
font-size:13px;
margin-bottom:30px;
width:600px;
line-height:1.5em;
}

tr.link_row td{
background-color:#e9f1d1;
}

.link_cell{
width: 200px;
}

.link_cell a{
text-decoration:none;
font-weight:bold;
}

.link_cell a:hover{
text-decoration:underline;
}

.link_cell a:visited{
color:blue;
}

.link_ueberschrift{
font-weight:bold;
font-size:14px;
text-align:left;

}
 


