/***
 * MAIN CSS
 */

html {
	background: #79b51c;
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font: normal normal normal 12px/20px Verdana,Arial,Helvetica,sans-serif;
	color: #000;
}
body {
	padding: 0;
	/*height: 100%;*/
}



/***
 * Hauptelemente
 */


#main1 {
	width: 880px;
	/*height: 100%;*/
	padding: 0;
	margin: 0 auto;
	background: #fff url(../img/rand-links.gif) repeat-y 0 0;
}
#main2 {
	width: 830px;
	/*height: 100%;*/
	padding: 0 25px 16px 25px;
	background: url(../img/rand-rechts.gif) repeat-y 100% 0;
}
#main3 {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/rand-unten.gif) repeat-y 0 0;
}

#row1 {
	width: 100%;
	height: 130px;
	padding: 4px 0 0 0;
	/*background: #cac;*/
}
#row2 {
	width: 100%;
	padding: 0;
}

#menu {
	float: left;
	width: 220px;
	padding: 12px 0 0 0;
	/*background: url(../img/bg-menu.gif) no-repeat 0 0;*/
}
#qmenu {
	float: right;
	width: 300px;
	text-align: right;
	margin-bottom: 18px;
}
#langmenu {
	float: left;
	width: 290px;
	text-align: left;
	margin-bottom: 18px;
	padding-left: 6px;
}
#content {
	float: right;
	width: 600px;
}



/***
 * Menue-Elemente
 */

.nav-no {
	width: 100%;
	background: url(../img/bg-nav-no.gif) no-repeat 0 100%;
}
.nav-act, .nav-sub {
	width: 100%;
	background: url(../img/bg-nav-act.gif) no-repeat 0 100%;
}
.nav-top {
	width: 100%;
	height: 25px;
	background: url(../img/bg-nav-top.gif) no-repeat 0 0;
}
.nav-bot {
	width: 100%;
	height: 25px;
	background: url(../img/bg-nav-bot.gif) no-repeat 0 100%;
}
.nav-sub, .nav-sub-in, .nav-sub-in-act {
	background: url(../img/bg-nav-sub.gif) repeat-y 0 0;
}
.nav-sub-in-dist {
	background: url(../img/bg-nav-act.gif) no-repeat 0 100%;
	height: 8px;
}



/***
 * Allgemeines
 */

#kontakt-1, #kontakt-2, #kontakt-3 {
	width: 340px;
	height: 17px;
	padding: 0 0 0 4px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #008c36;
	background: #fcfcfc;
	border-top: 1px solid #999; border-left: 1px solid #999; 
	border-bottom: 1px solid #e1dfdc; border-right: 1px solid #e1dfdc; 
}
#kontakt-2 {
	height: 80px;
}
#kontakt-3 {
	width: 95px;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	vertical-align: top;
}


.border-grau {
	padding: 4px 8px;
	background: #eee;
	border: 1px solid #999;
}



/***
 * Ext: NEWS
 */

.news-list-item {
	margin-bottom: 18px;
}
.news-list-item-title {
	padding: 3px 4px 2px 4px;
	margin-bottom: 6px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #afd378; 
}
.tx-ttnews-browsebox table tr td {
	padding-right: 4px;
}
.news-pics-in img {
	margin-top: 8px;
}


