/* @override http://www.anton-knoll.de/fileadmin/templates/site/_css/layout.css */

@import url("reset.css"); 
/*
Farben
*/
/*
Grün 	#005500
*/
/*
Orange 	#EE9900
*/
/*
Text	#505F57
*/

html, body {
	height: 100%;
}
body{
	font: 80%/160% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #eeefe9 url(../_gfx/bg_body.jpg) top center repeat-x;
	text-align: left;
	top: 0; left: 0;
	color: #505F57;
}
a{
	color: #505F57;
	text-decoration: underline;
}
a:hover{
	color: #EE9900;
}
img a{
	border: none;
	text-decoration: none;
}
h1{
	color: #EE9900;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 120%;
	margin: 0em 0 0.2em 0;
}
h2{
	color: #005500;
	font-size: 1.6em;
	margin: 1.5em 0 0.2em 0;
}
h2.csc-subheader{
	margin: 0em 0em 1.1em 0em !important;
}
h3{
	color: #005500;
	font-size: 1.2em;
	margin: 1em 0 0em 0;
}
h4{
	color: #EE9900;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.2em 0 0em 0;
}
p {
	margin: 0.3em 0 1em 0;
}
#wrapper{
	width: 940px;
	padding: 0;
	margin: 0 auto;
	height: 100%;
}
#head{
	padding: 0;
	height: 116px;
}
#logo{
	height: 116px;
	width: 250px;
	margin: 0;
	background: url(../_gfx/logo_anton-knoll.png) no-repeat;
	text-indent: -9999px;
	float: right;
}
#logo a{
	height: 116px;
	width: 250px;
	display: block;
}

/* @group Meta */
#meta{
	margin: 0;
	margin-top: 50px;
	float: left;
}
#meta li{
	line-height: 12px;
	float: left;
	padding: 0; margin: 0;
}
#meta li a{
	background: url(../_gfx/icon_pfeil.png) 0px 2px no-repeat;
	padding: 0 0 0 15px;
	margin-right: 15px;
	display: block;
	text-decoration: none;
	color: #505F57;
}
#meta li a:hover{
	color: #505F57;
}
#meta li.active a{
	color: #505F57;
	font-weight: bold;
}

#meta {
	display: none;
}

/* @end */
/* @group Menu */
#menu{
	background: url(../_gfx/dotted-line-menu.gif) 0px 0px repeat-x;
	height: 27px;
	padding: 8px 0 5px 0;
	font-size: 1.2em;
	margin: 10px 0 0;
	text-align: center;
	position: relative;
	top: 0; left: 0;
}
#menu li{
	padding: 0; margin: 0;
	display: inline;
}
#menu li a{
	color: #005500;
	text-decoration: none;
	background: none;
	margin: 0 10px;
}
#menu li.active a, #menu li a:hover, #menu li.hover a{
	color: #EE9900;
}
#submenu{
	position: absolute;
	top: 26px; left: 0;
	width: 940px;
	display: none;
	background: url(../_gfx/dotted-line.gif) left bottom repeat-x;
	padding: 5px 0 5px 0;
	font-size: 0.9em;
	margin: 10px 0 0;
	text-align: left;
}
#menu li.active #submenu{
	display: block;
	
}
#menu #submenu li{
	padding: 0; margin: 0;
	display: inline;
}
#menu #submenu li a{
	color: #005500;
	text-decoration: none;
	background: none;
	margin: 0 10px;
}
#menu #submenu li.active a, #menu #submenu li a:hover{
	color: #EE9900;
}
#thirdmenu{
	position: absolute;
	top: 18px; left: 0;
	width: 940px;
	display: none;
	background: url(../_gfx/dotted-line.gif) left bottom repeat-x;
	padding: 5px 0 3px 0;
	font-size: 0.8em;
	margin: 10px 0 0;
	text-align: left;
}
#menu #submenu li.active #thirdmenu{
	display: block;
	
}
#thirdmenu li{
	padding: 0; margin: 0;
	display: inline;
}
#menu #submenu #thirdmenu li a{
	color: #005500;
	text-decoration: none;
	background: none;
	margin: 0 10px;
}
#menu #submenu #thirdmenu li.active a, 
#menu #submenu #thirdmenu li a:hover{
	color: #EE9900;
}
/* @end */
#content{
	position: relative;
}
#content ul{
	margin: 10px 0;
}
#content ul li{
	padding-left: 15px;
	background: url(../_gfx/icon_pfeil-sm.png) 0px 7px no-repeat;
}
.box{
	margin-top: 1em;
	font-size: 0.9em;
	background-color: #FFF;
	padding: 15px;
	padding-top: 1px;	
}
.box h3{
	font-size: 1.4em;
	margin-bottom: 0.8em;
}
.box ul li{
	padding-left: 15px;
	background: url(../_gfx/icon_pfeil-sm.png) 0px 7px no-repeat;
}
.col_left {
	width: 450px;
	float: left;
}
.col_right {
	float: right;
	width: 450px;
}
.clear {
	float: none;
	clear: both;
}
#breadcrumb{
	margin-bottom: 15px;
	margin-top: 35px;
	height: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: 5px;
}
#breadcrumb li a{
	padding-left: 10px;
	background: url(../_gfx/icon_pfeil-sm.png) 0px 2px no-repeat;	
	font-size: 0.8em;
	color: #505F57;
	text-decoration: none;
}
#breadcrumb li a:hover{
	color: #EE9900;
	background: url(../_gfx/icon_pfeil-sm-orange.png) 0px 2px no-repeat;
}
#footer{
	background: url(../_gfx/dotted-line.gif) left top repeat-x;	
	text-transform: uppercase;
	font-size: 0.9em;
	padding-top: 5px;
	margin: 30px 0 30px 0;
}
#footer p{
	line-height: 12px;	
	float: left;
	margin: 3px 0 0 0;
	padding: 0 5px 0 0;
}

/* @group Meta */
#footernav{
	float: left;
	margin: 3px 0 0 5px;
}
#footernav li{
	float: left;
	padding: 0; 
	margin: 0;
	line-height: 12px;
}
#footernav li a{
	border-right: 1px solid #505F57;
	padding: 0 5px 0 0;
	margin-right: 5px;
	display: block;
	text-decoration: none;
	color: #505F57;
}
#footernav li.last a{
	border-right: none;
}
#footernav li a:hover, #sprache li a.active{
	color: #EE9900;
}

/* @end */


.column303030 {
	padding: 0;
}
.column303030 .col_left {
	margin: 0; padding: 0;
	margin-right: 10px;
	float: left;
	width: 305px;	
}
.column303030 .col_middle {
	margin: 0; padding: 0;
	margin-right: 10px;
	float: left;
	width: 305px;
}
.column303030 .col_right {
	margin: 0; padding: 0;
	float: right;
	width: 305px;
}
.column5050 {
	padding: 0;
}
.column5050 .col_left {
	margin: 0; padding: 0;
	float: left;
	width: 450px;	
}
.column5050 .col_right {
	margin: 0; padding: 0;
	float: right;
	width: 450px;
}
.column9010 {
	padding: 0;
}
.column9010 .col_left {
	margin: 0; padding: 0;
	float: left;
	width: 550px;	
}
.column9010 .col_right {
	margin: 0; padding: 0;
	float: right;
	width: 350px;
}
.column9010 .col_left .column5050{
	padding: 0;
}
.column9010 .col_left .column5050 .col_left {
	margin: 0; padding: 0;
	float: left;
	width: 260px;	
}
.column9010 .col_left .column5050 .col_right {
	margin: 0; padding: 0;
	float: right;
	width: 260px;
}
.column9010 .col_left .column303030{
	padding: 0;
}
.column9010 .col_left .column303030 .col_left {
	margin: 0; padding: 0;
	margin-right: 15px;	
	float: left;
	width: 170px;	
}
.column9010 .col_left .column303030 .col_middle {
	margin: 0; padding: 0;
	margin-right: 15px;	
	float: left;
	width: 170px;	
}
.column9010 .col_left .column303030 .col_right {
	margin: 0; padding: 0;
	float: right;
	width: 170px;
}
/* @group powermail */

table.powermail_all.powermail_all_table td {
	padding: 2px 0;
	padding-right: 20px;
	border: none;
}
table.powermail_all.powermail_all_table tr {
	background: url(../_gfx/dotted-line.gif) 0px 23px repeat-x;
}

.powermail_captcha {
	margin-left: 140px;
	margin-right: 10px;
}
.powermail_captcha_captcha {
	float: left;
}
.powermail_mandatory_js {
	color: #c7171f;
	font-size: 0.9em;
	font-style: italic;
	clear: both;
}
.powermail_check_inner {
	display: block;
	clear: both;
}

#content .tx_powermail_pi1_fieldwrap_html_checkbox_title, #content .tx_powermail_pi1_fieldwrap_html_radio_title, #content .tx_powermail_pi1_fieldwrap_html,
#content .powermail_radio_inner {
	clear: both;
}

#content .powermail_radio_inner label {
	width: auto;
}

#content label, 
.tx_powermail_pi1_fieldwrap_html_checkbox_title,
.tx_powermail_pi1_fieldwrap_html_radio_title {
	display: block;
	float: left;
	padding-left: 0;
	padding-top: 0px;
	margin-right: 10px;
	line-height: 150%;
	width: 25%;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
}
input, textarea, select {
	border: 1px solid #AAA;
	border-bottom: 1px solid #005500;
	float: left;
	margin-bottom: 5px;
	padding: 3px;
}

.powermail_text, .powermail_textarea {
	width: 66%;
}

#content .powermail_check_inner label, 
#content .powermail_check,
#content .powermail_radio {
	width: auto;
	float: left;
	display: block;
	border: none;
	background: none;
}
#content .powermail_check {
	margin-right: 5px;
	margin-left: 140px;
	margin-top: 3px !important;
}
#powermaildiv_uid331 p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	display: none;	
}

.tx_powermail_pi1_checkboxwrap,
.tx_powermail_pi1_radiowrap {
	float: left;
	width: 220px;
}

#content fieldset {
	background-color: #FFF;
	padding: 15px;
	margin: 1em 0;
}

#content .tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 8px;
}

.powermail_submit {
	width: 160px;
	height: 25px;
	background: url(../_gfx/icon_pfeil.png) 0px 7px no-repeat;	
	border: none;
	margin-left: 27%;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1em;
	margin-top: 20px;
	color: #005500;
}

.tx_powermail_pi1_fieldwrap_html span div,
#content .date2cal_img_help {
	display: none;
}

.tx-powermail-pi1 .indent {
	font-size: 0.9em;
	line-height: 130%;
	padding-left: 140px;
}

/* @end */


ul.csc-menu li{
	padding: 4px 0 !important;
	background: url(../_gfx/dotted-line.gif) left bottom repeat-x !important;
}
ul.csc-menu li a{
	padding-left: 15px;
	background: url(../_gfx/icon_pfeil-sm.png) 0px 4px no-repeat;
}
ul.csc-menu li a:hover{

}
table{
	background-color: #FFF;
	margin: 1.5em 0;
	width: 100%;
}
table th {
	padding: 5px;
	color: #FFF;
	border-right: 1px solid #FFF;
	background-color: #005500;
	font-weight: bold;
}
table td {
	border: 1px solid #CCC;
	border-top: none;
	padding: 5px;
}

/* @group news */

.news-list-container{

}

.news-item{
	padding: 10px 10px 10px 0;
	background: url(../_gfx/dotted-line.gif) left bottom repeat-x;
	width: 440px;
	margin-right: 20px;
	float: left;
}

.news-item .teaser{
	float: right;
	width: 240px;
}

.news-item .thumb{
	float: left;
	width: 185px;
}
.news-item .thumb img{
	margin: 0; float: none;
}
.csc-textpic-imagewrap div {
	float: left;
	margin-right: 5px;
}
.news-item .news-date{
	font-size: 0.9em;
	font-weight: bold;
}
.news-item h2{
	font-size: 1.4em;
	margin-top: -.1em;
}
.news-item p{
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
.news-single-item .date{
	
}

/* @end */

.csc-textpic-imagewrap ul li {
	background: none;
	padding: 0 !important;	
}
.filelinks_layout_1{
	background-color: #FFF;
	padding: 10px 5px 1px 5px;
}
.filelinks_layout_1 a{
	color: #505F57;
	text-decoration: underline;
}
.filelinks_layout_1 a:hover{
	color: #EE9900;
}
.filelinks_layout_1 div{
	padding-right: 100px;
	position: relative;
	top: 0; left: 0;
}
.filelinks_layout_1 .filesize{
	position: absolute;
	top: 0; right: 0px;
}
.divider hr{
	border: 0;
	height: 1px;
	margin: 15px 0 25px 0;
	background: url(../_gfx/dotted-line.gif) left bottom repeat-x;	
}
.csc-sitemap ul {

}
.news-single-backlink {
	float: none;
	clear: both;
	padding: 5px 0 0 0;
	margin: 0;
}
.news-single-backlink a{
	padding-left: 15px;
	background: url(../_gfx/icon_pfeil-sm.png) 0px 4px no-repeat;
}


.csc-textpic-imagewrap img,
.csc-textpic-image img{
	border: 3px solid #FFF !important;
}
#homebuttons{
	position: absolute;
	left: 0; top: -218px;
}
.duenger {
	width: 140px;
	padding: 5px 10px;
	border: 3px solid #9d2630;
	border: 3px solid #cd1b01;
	float: left;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.dark {
	background-color: #cd1b01;	

}
.white {
	border-color: #cd1b01;
	background-color: #FFF;
	font-size: 0.8em;	
	color: #cd1b01;
}
.white a{
	color: #cd1b01;
}
.duenger h1 {
	color: #9d2630;
	color: #cd1b01;	
	font-size: 2.2em;
}
.duenger h1 a{
	text-decoration: none;
	color: #9d2630;
	color: #cd1b01;
}
.dark h1, .dark h1 a,
.orange h1, .orange h1 a {
	color: #FFF;
}
.badge {
	position: absolute;
	width: 120px;
	height: 121px;
}
.badge a {
	display: block;
	width: 120px;
	height: 121px;
}
.badge h4 {
	display: none;
}
.csc-textpic-caption{
	margin: 0;
	font-size: 0.8em;
	color: #aaa;	
}
.csc-textpic-border .csc-textpic-caption{
	margin: 0;
	padding-left: 5px;
	font-size: 0.8em;
	color: #aaa;	
}
