* {
	padding: 0;
	margin: 0;
}

html{
	height: 98%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body{
	height: 98%;
	width: auto;
	padding: 0;
	margin: 0;
	background: url(../images/bg-main.gif) repeat-x #ecf2f4;
}

body * {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: url(../images/bg-main.gif) repeat-x #ecf2f4;
}

#header{
	position:relative;
	width: 800px;
	height:207px;
	background-color:#99CCCC;
	background: url(../images/logo.png) no-repeat top right;
}

#navigation{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 28px;
	width: 600px;
	background-color: transparent;
	padding-left: 30px;
}

#navigation ul {
	list-style-type: none;
	text-transform: uppercase;
	height: 28px;
	text-align: right;
}

#navigation ul li {
	height: 28px;
	display: block;
	float: left;
	padding: 0 2px 0 2px;
	background: url(../images/menue-strich.gif) no-repeat top right;
}

#navigation ul li.last {
	background-image: none;
}

#navigation a:link, #navigation a:visited { 
	float: left; 
	line-height:22px; 
	padding: 3px 0 2px 0; 
	margin: 0px 2px 0px 2px; 
	color: #000; 
	text-decoration: none; 
}

#navigation ul li a:hover, #navigation ul li a.act {
	color: #5dae48;
	background: url(../images/menue-keil.gif) no-repeat top center;
}

#links{
	float: left;
	width: 227px;
	padding: 100px 0 100px 52px;
	overflow: hidden;
	background: url(../images/logo_unten.png) no-repeat -33px 0px;
}

#links h1, #links h2 {
	color: #5dae48;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

#links p {
	margin-bottom: 15px;
}

#links a, #links a:link, #links a:visited {
	color: #5dae48;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

#inhalt{
	float: left;
	width: 486px;
	margin: 30px 30px 0 0;
	padding: 0 0 0 3px;
}

#inhalt_links, #inhalt_rechts{
	float: left;
}

#inhalt_links{
	width: 220px;
	padding: 0 10px 0 0px;
}

#inhalt_rechts{
	width: 220px;
	padding: 0 0 0 10px;
}

#inhalt h1, h2, h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#inhalt h1 {
	margin: 15px 0 10px 0;
}

#inhalt h2 {
	color: #999999;
	font-weight: normal;
	margin-top: 0;
}

#inhalt p {
	margin-bottom: 10px;
}

#inhalt table {
	border-collapse: collapse;
}

#inhalt table td {
	padding: 5px 20px 5px 0;
}

#inhalt ul li {
	list-style-type: square;
	margin: 0 0 0 14px;
	padding-bottom: 5px;
}

#inhalt ol li {
	margin: 0 0 0 20px;
	padding-bottom: 5px;
}

#inhalt a, #inhalt a:link, #inhalt a:visited {
	color: #5dae48;
	text-decoration: none;
}

#inhalt a:hover {
	text-decoration: underline;
}

#inhalt .workshopelement {
	margin-top: 30px;
}

#inhalt .workshopteaser STRONG, #inhalt .workshopteaser p{
	font-size: 11px;
	line-height: 16px;
}

#inhalt .workshopicon img{
	float: left;
	margin-right: 10px;
} 

#inhalt .csc-textpic-caption {
	font-size: 10px;
	margin-top: 5px;
}

/* ##### Dateidownload ##### */
div#inhalt div.filelink p a:link, div#inhalt div.filelink p a:visited, div#inhalt div.filelink p a:focus{
	border:none;
}

div#inhalt div.filelink p a{
	display:inline;
}

div#inhalt div.filelink p a img{
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:none;
}

#inhalt div.filelink a, #inhalt div.filelink a:link, #inhalt div.filelink a:visited {
	color: #000;
	text-decoration: none;
}

#inhalt div.filelink a:hover {
	text-decoration: underline;
}

#footer{
	clear:both;
	position:relative;
	width: 800px;
	height: 30px;
}

#footer_left {
	background-color: #5dae48;
	color: #FFFFFF;
	width: 220px;
	text-align: center;
	margin-left: 51px;
	position: absolute;
	bottom: 0px;
}

#footer_left ul {
	list-style-type: none;
}

#footer_left ul li {
	display: inline;
	text-transform: uppercase;
}

#footer_left ul li a, #footer_left ul li a:link, #footer_left ul li a:visited {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}

#footer_left ul li a:hover {
	text-decoration: underline;
}

#footer_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #FFFFFF;
	background-color: #000000;
	width: 510px;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
}

#footer_right p {
	font-size: 9px;
}

#footer_right a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
}

hr.clearer {
	clear: both;
	margin-bottom: 5px;
	background: #ecf2f4;
	border: 1px solid #ecf2f4;
}

/*Mailformular*/

.csc-mailform {
	border: none;
	padding: 0;
}

.csc-mailform-field label{
	display: block;
	font-size: 11px;
	padding: 3px 0 3px 0;
}

.csc-mailform-field input, textarea, select{
	background-color: #ecf2f4;
	border: 1px solid #afd0dc;
	color: #000;
	font-size: 11px;
	padding: 2px 0 2px 2px;
}

.csc-mailform-field select{
	width: 150px;
}

.csc-mailform-submit {
	margin-top: 10px;
}

#mailformTelefon {
	margin-bottom: 30px;
}

#mailformWorkshop-Teilnehmer-1, #mailformWorkshop-Teilnehmer-2, #mailformWorkshop-Teilnehmer-3{
	margin-bottom: 20px;
}

.csc-mailform-check {
	margin-bottom: 10px;
}

/* Bildelemente */

#inhalt .csc-textpic.csc-textpic-intext-right {
	float: left;
}

#inhalt .csc-textpic.csc-textpic-intext-left {
	float: left;
}

// Bildergallerie

/* gallerie - listing */
	#inhalt #tx-lzgallery-pi1-listing {border: none;font-size:12px;padding:0px;font-family:verdana}
	#tx-lzgallery-pi1-listing tr.line1 {background-color:#ecf2f4;color:black;}
	#tx-lzgallery-pi1-listing tr.line1 a{color:black;}
	#tx-lzgallery-pi1-listing tr.line1 td.count{white-space-nowrap;padding-left:0px;}
	#tx-lzgallery-pi1-listing td.preview {padding:0 30px 0 0;width:80px;}
	#tx-lzgallery-pi1-listing td.title {font-size:16px;font-face:bold;width:80%; border-bottom: 1px dotted #000;}
	#tx-lzgallery-pi1-listing tr.line2 {padding:0px;}
	
	#tx-lzgallery-pi1-listing a {color:black; font-weight: bold;}	
	#tx-lzgallery-pi1-listing #line-descr-short {border-top-width:1px;border-top-style:dotted;border-top-color:#00008c;}
	#tx-lzgallery-pi1-parent-descr-short {padding:4px 4px 20px 4px;}
	#tx-lzgallery-pi1-parent-title {font-size:20px;padding:4px 4px 4px 4px;}
	#tx-lzgallery-pi1-parent-count {padding:4px 4px 4px 4px;}
	#tx-lzgallery-pi1-parent-subcount {padding:0px 4px 4px 4px;}
	#tx-lzgallery-pi1-listing td.information {font-size:10px;white-space:nowrap;}

    /* gallery - album  */

	#tx-lzgallery-pi1-fotonav td {text-align:center;padding-left:15px;}
	#tx-lzgallery-pi1-fotonav td.descr {color:#00008c;}
	#tx-lzgallery-pi1-fotonav {background-color: #ecf2f4;border: none; font-family:verdana;}

	#tx-lzgallery-pi1-fotos {border: none;text-align:center;padding:3px 3px 3px 3px;background-color:#ecf2f4;border-collapse:collapse;font-family:verdana;}
	#tx-lzgallery-pi1-fotos td {text-align:center;padding:0;border: none;padding:3px;}

	#tx-lzgallery-pi1-title {border-bottom:1px dotted #000; text-align:center;margin-bottom:20px;font-size:14px;}
	#tx-lzgallery-pi1-descr-long {margin:5px 5px 15px 5px;text-align:justify;}

    /* gallery - annotations */
	.tx-lzgallery-pi1-5x5-filename {font-size:10px;font-style:italic;}
	.tx-lzgallery-pi1-1x1-1 {font-size:12px;font-face:bold;border-bottom:1px solid lightgray;}
	.tx-lzgallery-pi1-1x1-2 {font-size:12px;border:1px solid lightgray;margin:3px 3px 3px 3px;}
	.tx-lzgallery-pi1-1x1-filename {font-size:10px;font-style:italic;}
