@charset "utf-8";
/* CSS Document */

/*---------------*\
  allgemein 
\*---------------*/

* {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
}

html {
	overflow-y:scroll;
}

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:13px;
	background-color:#C8C8C8;
}

h1 {
	margin-bottom:10px;
	text-align:right;
	font-size:28px;
	line-height:24px;
	font-weight:normal;
	color:#548045;
}

h2 {
	font-size:20px;
	letter-spacing:0px;
	color:black;
}

h3 {
	padding-bottom:5px;
	font-size:14px;
	color:#548045;
}

h4 {
	font-size:13px;
	color:black;
}

p {
	margin-bottom: 10px;
}

img {
	vertical-align:top;
}

a {
	color:#548045;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



/*---------------*\
  Layout 
\*---------------*/

#container {
	width:884px;
	margin:auto;
	background-color:white;
	padding-bottom:10px;
}

#banner {
	position:relative;
	height:200px;
}

#main {
	margin-top:8px;
	padding-bottom:2px;
}

#left {
	float:left;
	margin-left:8px;
	width:135px;
}

#center {
	margin-left:178px;
	padding-top:21px;
	width:460px;
	position:relative;
}

#right {
	float:right;
	width:190px;
	margin-right:8px;
	margin-top:13px;
	text-align:center;
}

#frame_top, #frame_bottom {
	position:absolute;
	height:20px;
	width:460px;
	border:1px solid #548045;
}

#frame_top {
	top:54px;
	border-bottom:none;
}

#frame_bottom {
	bottom:0;
	border-top:none;
	z-index:0;
}


/*---------------*\
  Banner 
\*---------------*/

/* #portrait {
	position:absolute;
	z-index:10;
} */

#banner_logo {
	background:url('../pics/banner/banner_neu.gif') #C8C8C8 3px center no-repeat;
	width:264px;
	height:185px;
	position:absolute;
}

#slideshow {
	position:absolute;
	right:0px;
	z-index:0;	
	width:620px;
	height:185px;
}

#streifen {
	position:absolute;
	bottom:0;
 	width:100%;
	height:15px;
}


/*---------------*\
  Sidebar-Boxen 
\*---------------*/

#right h3 {
	text-align:center;
}


/*---------------*\
  News-Boxen 
\*---------------*/

.news_aktuell a, .news_alt a {
	font-size:11px;
}

.news_aktuell .text, .news_alt .text {
	padding:0 10px;
	width:100%;
}

/*---------------*/

.news_aktuell {
	width:100%;
	border:1px solid #548045;
}

.news_aktuell td {
	height:128px;
}

/*---------------*/

.news_alt {
	width:100%;
	border:1px solid #DEDEDE;
}

.news_alt td {
	height:96px;
}

.news_alt h3 {
	padding-bottom:3px;
	font-size:15px;
	letter-spacing:0px;
}

.news_alt * {
	color:#6F6F6F;
}

.news_alt:hover {
	border-color:#6F6F6F;
}

.news_alt:hover * {
	color:black;
}
.news_alt:hover a {
	color:#548045;
}


/*---------------*\
  Inhalt-Box
\*---------------*/

#inhalt {
	padding:6px 10px;
}

#inhalt h2 {
	font-size:22px;
	margin-bottom:10px;
}

#inhalt p.subtitle {
	font-weight:bold;
	font-size:14px;
}

#inhalt div.text * {
	text-align:justify;
	line-height:19px;
}

#inhalt div.text p.image {
	text-align:center;
}

#datum {
	position:absolute;
	top:30px;
	left:0;
	color:#548045;
}

#zurueck {
	position:absolute;
	width:60px;
	text-align:right;
	left:-62px;
	bottom:-7px;
	z-index:10;
	font-weight:bold
}


/*---------------*\
  Kalender-Box
\*---------------*/

#cal .inner {
	background:white url('../pics/8.jpg') 0 0 repeat-y;
	width:170px;
	padding:0px 10px;
	text-align:center;
}



/*---------------*\
  Download-Box
\*---------------*/

#downloads {
	width:100%;
	margin-bottom:18px;
}

#downloads td, #downloads td * {
   text-align:center
}

#downloads .details {
	margin-top:5px;
}

#downloads .info {
	font-size:9px;
}


/*---------------*\
  Navigation
\*---------------*/

#navi {
	margin:10px 0px;
	font-size:13px;
	color:#6F6F6F;
	border-bottom:1px solid #DEDEDE;
}

#navi a {
	display:block;
	padding-left:6px;
	line-height:28px;
	text-decoration:none;
	color:#6F6F6F;
	border-top:1px solid #DEDEDE;
}

#navi a:hover {
	background-color:#eee;
	color:black;
}

#navi .sub a {
	padding-left:12px;
	line-height:24px;
	font-size:11px;
	color:#71A85E;
	border:0;
}

#navi .sub a:hover {
	background-color:#eee;
	color:black;
}

#navi .active, #navi .active:hover {
	background-color:#548045;
	color:white;
}

#navi .sub .active, #navi .sub .active:hover {
	background-color:#FFFF99;
	color:black;
	font-weight:bold;
}


/*---------------*\
  Sonstiges
\*---------------*/

#links {
	margin-top:30px;
	text-align:center;
}

.link {
	font-weight:bold;
}

.link_name {
	font-weight:bold;
	font-size:14px;
	margin-bottom:0;
}

/*---------------*\
  Gemeinderäte
\*---------------*/

#gr .news_alt td {
	height:109px;
}

#gr li {
	margin-left:26px;
}

/*---------------*\
  Newsletter
\*---------------*/

#newsletter form {
	width:75%;
	margin:auto;
	padding:6px 5px;
	border:1px dashed #ccc;
	background-color:#FFFF99;
}

#newsletter form * {
	text-align:center;
}

#newsletter fieldset {
	margin:6px 0;
}

#newsletter #buttons {
	display:none;
}

#newsletter .inputbox {
	border: 1px solid #6F6F6F;
	color:black;	
	padding: 2px;
	text-align:left;
}

#newsletter .inputbox:hover {
	border-color:#548045;
}

#newsletter .inputbox:focus {
	border-color:#548045;
	color:#548045;		
}

.button {
	cursor:pointer;
	background-color:#FFFFFF;
	border: 1px solid #6F6F6F;	
	padding:2px;
}
.button:hover, .inputbox:focus {
	color:#548045;	
	border-color:#548045;
}
