
/* columnboxen
-----------------------------------------------------------------*/

/** 3 spalter **/

#LEFTCOLUMN {
	display: inline;
	float:left;
	margin-left:-768px;
	width:192px;
}

#MIDDLECOLUMN {
	display: inline;
	float:left;
	margin-left:197px;
	width:576px;
}

#RIGHTCOLUMN {
	display: inline;
	float:right;
	margin-right:5px;
	width:192px;
}


/** 2 spalter **/

#LEFTCOLUMN_2 {
	display: inline;
	float:left;
	width:127px;
	margin-left:15px;
}

#MIDDLECOLUMN_2 {
	display: inline;
	float:right;
	width:813px;
	margin-right:15px;
}


/* gridsystem
-----------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_8,
.grid_10 {
	float:left;
	margin:0px 10px 0px 10px;
	padding:0;
	display:inline;
	text-align:left;
}

.grid_1 {
	width:76px;
}

.grid_2 {
	width:172px;
}

.grid_3 {
	width:268px;
}

.grid_4 {
	width:364px;
}

.grid_5 {
	width:460px;
}

.grid_6 {
	width:556px;
}

.grid_8 {
	width:748px;
}

.grid_10 {
	width:940px;
}

.nomargin {
 	padding:0;
	margin:0;
}

#LEFTCOLUMN_2 .grid_2 {
	margin:0px 0px 0px 0px;
	width:100%;
}

#MIDDLECOLUMN_2 .grid_3 {
	margin:0px 0px 0px 3px;
}


/* wrapper
-----------------------------------------------------------------*/

#wrapper_top {
	margin:0 auto 0 auto;
	width:970px;
	height:15px;
	background:url(images/background_wrapper_top.png) left top no-repeat;
}

#wrapper {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	background:url(images/background_wrapper_middle.png) repeat-y;
	width:970px;
	min-height:500px;
}

#wrapper.bigger {
	min-height:1135px;
}

#wrapper_bottom {
	position:relative;
	margin:0 auto 0 auto;
	width:970px;
	height:55px;
	background:url(images/background_wrapper_bottom.png) left bottom no-repeat;
}

#wrapper.showraster {
	background:url(images/raster.gif) 5px repeat-y #fff;
}


/* header
-----------------------------------------------------------------*/

#header {
	width:940px;
	height:165px;
	margin:0 0 10px 15px;
	position:relative;
}

#header.height340 {
	height:340px;
	padding:0 0 8px 0px;
	margin:0 0 6px 15px;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x;
}

#header #headerimage {
	width:100%;
	height:100%;
}


/* footer
-----------------------------------------------------------------*/

#footer {
	position:absolute;
	bottom:5px;
	left:15px;
	width:940px;
	color:#fff;
	background:url(images/background_footer.gif) repeat-x #ba0000;
	z-index:85;
}

#footer .kopf {
	height:28px;
	overflow:hidden;
}

#footer .kopf ul {
	margin:7px 20px 5px 20px;
}

#footer .kopf ul li {
 	color:#fff;
}

#footer .kopf ul li a {
 	color:#fff;
	padding:0 15px 0 0;
}

#footer .kopf ul.left {
	position:absolute;
	bottom:2px;
}

#footer .kopf ul.left li {
	float:left;
 	color:#fff;
}

#footer .kopf ul.right li.right {
	float:right;
	padding:0 22px 0 0;
	cursor:pointer;
	background:url(images/sitemap_up.gif) right 4px no-repeat;
}

#footer .kopf ul.right li.right.down {
	background:url(images/sitemap_down.gif) right 4px no-repeat;
}

#footer .content {
	padding:20px 0px 20px 0px;
	margin:0 0px 26px 10px;
	background:#ba0000;
	display:none;
	border-top:1px dotted #dd8080;
	border-bottom:1px dotted #dd8080;
	min-height:150px;
	width:920px;
	float:left;
}

#footer .content,
#footer .content p,
#footer .content a,
#footer .content * {
	color:#fff;
}

#footer .content p {
	text-align:center;
}

/** sitemap steht in navigation.css **/




/* boxen
-----------------------------------------------------------------*/



/* box
-----------------------------------------------------------------*/

.box {
	margin-bottom:13px;
 	border-top:5px solid #4d4d4d;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x;
	padding:4px 0 3px 0;
	line-height:13px;
	float:left;
}

.box p {
	margin:0 5px 6px 5px;
}

.box h2 {
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
	color:#4d4d4d;
	margin:0 5px 4px 5px;
}

.box img {
	margin-bottom:6px;
}



/* box search
-----------------------------------------------------------------*/

.box label {
	display:none;
}

.box.search form {
	background:#f7f7f7;
	padding:10px 5px 5px 5px;
	margin:0 0 5px 0;
	float:left;
}

.box.search input[type=text] {
	width:155px;
}

.box.search input[type=submit] {
	border:0;
	background:none;
	float:right;
	padding:0;
	font-weight:bold;
}



/* box search startseite
-----------------------------------------------------------------*/

.redbox .grid_2 label {
	display:none;
}

.redbox .grid_2 form {
	background:none;
	padding:0; 
	margin:80px 7px 7px 7px;
	float:left;
}

.redbox .grid_2 input[type=text] {
	width:110px;
	height:13px;
	border:none;
}

.redbox .grid_2 input[type=submit] {
	color:#fff;
	border:0;
	background:none;
	float:left;
	padding:0;
	font-weight:bold;
}



/* box pulldown
-----------------------------------------------------------------*/

.box .pulldownbox p {
	background:url(images/downloadpfeil.gif) left bottom no-repeat;
	padding-bottom:15px;
}

.box .pulldownbox p.up {
	background:url(images/downloadpfeilup.gif) left bottom no-repeat;
}

.box .pulldownbox p:hover {
	text-decoration:underline;
	cursor: hand; 
	cursor: pointer;
}

.box .pulldownbox ul {
	display:none;
	margin:10px 6px 12px 6px;
}

.box .pulldownbox ul li {	
	margin:0 0 6px 12px;
	list-style-image:url(images/background_liststyle.gif);
}



/* box LEFTCOLUMN
-----------------------------------------------------------------*/

#LEFTCOLUMN .box,
#LEFTCOLUMN_2 .box {
 	border-top:5px solid #ba0000;
	background:url(images/background_dottedline_hor_red.gif) left bottom repeat-x;
}

#LEFTCOLUMN .box h2,
#LEFTCOLUMN_2 .box  h2 {
	color:#ba0000;
}



/* navibox
-----------------------------------------------------------------*/

.navibox {
	margin-bottom:13px;
 	border-top:5px solid #ba0000;
	padding-top:5px;
}



/* topbox
-----------------------------------------------------------------*/

.topbox {
	margin:0px 10px 21px 10px;
 	border-top:5px solid #4d4d4d;
 	border-bottom:1px solid #8C8C8C;
	padding:6px 0 16px 0;
	width:556px;
	float:left;display:inline;
}

.topbox p {
	font:16px verdana;
	line-height:21px;
	margin:0 0 0 0;
}



/* teaserbox
-----------------------------------------------------------------*/

.teaserbox {
	background:url(images/background_dottedline_ver_2er.gif) 1px 0px repeat-y;
	margin:0 0 13px 0;
	width:100%;
	float:left;display:inline;
}

.teaserbox div.csc-textpic-imagewrap {
	margin-bottom:8px;
}

.teaserbox h2,
.teaserbox h3,
.teaserbox h4,
.teaserbox h5,
.teaserbox p,
.teaserbox ul {	
	margin-right:5px;
	margin-left:5px;
}

.teaserbox ul {	
	margin-bottom:6px;
}

.teaserbox li {	
	margin-left:12px;
	margin-bottom:5px;
	list-style-image:url(images/background_liststyle.gif);
}

.teaserbox h2,
.teaserbox h3,
.teaserbox h4,
.teaserbox h5 {
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:6px;
}

.teaserbox p {
	margin-bottom:10px;
}

.teaserbox a {
	color:#ba0000;
}




/* teaserbox.supplements
-----------------------------------------------------------------*/

.teaserbox.supplements a {
	color:#808080;
	font-style:italic;
}



/* redbox
-----------------------------------------------------------------*/

.redbox {
	margin:0 0 23px 0;
	float:left;
	display:inline;
	width:100%;
}

.redbox div {
}

.redbox p {
	color:#808080;
	margin:3px 5px 5px 5px;
}

.redbox a {
	color:#808080;
	font-weight:bold;
}

.redbox h2 {
	font-size:13px;
	font-weight:normal;
	line-height:13px;
	text-transform:none;
	border-bottom:2px solid #fff;
	background:#ba0000;
	color:#fff;
	padding:5px;
}

.redbox div div h2,
.redbox div div h3,
.redbox div div h4 {	
	border:0;
	font-size:12px;
	color:#808080;
	font-weight:bold;
	background:none;
}

#MIDDLECOLUMN_2 .redbox {
	margin:0 0 6px 0;
}

#MIDDLECOLUMN_2 .redbox div,
#LEFTCOLUMN_2 .redbox div {
	background:url(images/background_1navigation.png) repeat-x transparent;
	height:170px;
}

#MIDDLECOLUMN_2 .redbox p,
#LEFTCOLUMN_2 .redbox p {
	color:#fff;
	font-weight:bold;
}

#MIDDLECOLUMN_2 .redbox a,
#LEFTCOLUMN_2 .redbox a {
	color:#fff;
	font-weight:bold;
}

.redbox div div {
	height:auto !important;
	min-height:0 !important;
	background:transparent !important;
}



/* newsbox 
-----------------------------------------------------------------*/

.newsbox {
 	background:#f7f7f7;
	margin:0px 10px 20px 10px;
	float:left;display:inline;
	width:556px;
}

.newsbox h1 {
 	background:#fff;
	padding:5px 0 5px 5px;
	border-top:5px solid #4d4d4d;
	border-bottom:1px solid #808080;
	font-size:11px;
	text-transform:uppercase;
}

.newsbox div {
	margin:10px 5px 15px 5px;
}

.newsbox h2,
.newsbox p.date {	
	margin-bottom:6px;
}

.newsbox h2 {	
	font-size:14px;
	font-family:georgia;
	line-height:16px;
}

.newsbox p.date {	
	font-size:10px;
	color:#b60000;
}

.newsbox .more {
	display:block;
	margin:0;
	width:100%;
	height:24px;
	text-align:right;
	border-top:6px solid #fff;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x #fff;
}

.newsbox .more a {
	display:block;
	background:url(images/background_dottedline_hor_gray.gif) left top repeat-x #fff;
	padding:5px 5px 0 0;
}



/* galeriebox
-----------------------------------------------------------------*/

.galeriebox {
	width:100%;
	float:left;display:inline;
	margin:0 0 21px 0;
} 


.galeriebox img {
	border:0;
} 

.galeriebox a {
	float:left;padding:0;
	margin:0px 10px 10px 10px;
	border-bottom:10px solid #fff;
} 

.galeriebox a:hover {
	border-bottom:10px solid #b60000;
} 


.galeriebox span.dottedline {
	height:3px;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x;
}



/* contentbox
-----------------------------------------------------------------*/

.contentbox {
	padding-bottom:30px;
	width:100%;
	float:left;
	display:inline;
} 

.contentbox a {
	text-decoration:underline;
}

.contentbox a:hover {
	color:#ba0000;
}

.contentbox h2 {
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:5px;
}

.contentbox h3 {
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	margin-bottom:6px;
	color:#b60000;
} 

.contentbox p {
	line-height:15px;
} 

.contentbox ul {	
	margin-bottom:6px;
}

.contentbox li {	
	margin-left:12px;
	margin-bottom:5px;
	list-style-image:url(images/background_liststyle.gif);
	line-height:15px;
}

.contentbox .csc-textpic-imagewrap {
	margin:0px 0px 10px 10px;
}

.contentbox .grid_3 .csc-textpic-imagewrap {
	margin:3px 0px 10px 0px;
}

.contentbox .csc-textpic-caption,
.contentbox .news-single-imgcaption,
.contentbox .legende {
	position:relative;
	top:-10px;
	left:10px;
	width:233px;
	max-width:233px;
	display:block;
	padding:7px 5px 0 10px;
	margin:0;
	font-style:italic;
	background:url(images/background_legend.gif) left top no-repeat transparent;
}

.contentbox dd.csc-textpic-caption {
	top:-13px;
}


 
/* pagebrowser
-----------------------------------------------------------------*/

.pagebrowser {
	background:url(images/background_dottedline_hor_gray_double_small.gif) repeat-x;
}

.pagebrowser .prev {
	float:left;
	margin:6px 0 6px 0;
}

.pagebrowser .next {
	float:right;
	margin:6px 0 6px 0;
}

.pagebrowser a:hover {
	color:#ba0000;
	text-decoration:none;
}




/* startteaserbox
-----------------------------------------------------------------*/

.startteaserbox {
	margin:0 0 13px 0;
	width:100%;
	float:left;
	display:inline;
}

.startteaserbox div.grid_3 {
	margin-bottom:10px;
	padding:13px 0 0 0;
	background:url(images/background_dottedline_hor_gray.gif) left top repeat-x;
}

.startteaserbox img {
	margin:0 5px 12px 5px;
}

.startteaserbox h2 {
 	background:#fff;
	padding:5px 10px 5px 5px;
	margin:0 0 7px 0;
	border-top:5px solid #4d4d4d;
	border-bottom:1px solid #808080;
	font-size:11px;
	text-transform:uppercase;
}

.startteaserbox p {
	margin:0 10px 12px 5px;
}

.startteaserbox a {
	font-weight:bold;
}

.startteaserbox span {
	margin:0 10px 2px 5px;
	display:block;
	font-size:10px;
}


/* headerteaserbox
-----------------------------------------------------------------*/

.headerteaserbox {
	position:absolute;
	z-index:70;
	right:30px;
	width:435px;
	top:0;
}

.headerteaserbox div {
	background:#fff;
	width:100%;
	float:left;
	padding:0px 0 0 0;
}

.headerteaserbox div.bottom {
	width:100%;
	float:left;
	background:url(images/background_headerteaser.gif) left bottom no-repeat;
	height:8px;
}

.headerteaserbox div h2 {
	padding:5px 0 7px 0;
	margin:5px 10px 0 10px;
	border-top:5px solid #4d4d4d;
	border-bottom:1px solid #808080;
	font-size:14px;
	cursor:hand;
	cursor:pointer;
	background:url(images/headerteaser_down.gif) right 4px no-repeat;
}

.headerteaserbox div h2.up {
	cursor:hand;
	cursor:pointer;
	background:url(images/headerteaser_up.gif) right 5px no-repeat;
}

.headerteaserbox div h2 span {
	font-weight:normal;
}

.headerteaserbox div div.content  {
	display:none;
}

/* es gibt keine bilder in dieser box */
.headerteaserbox div div.content div.csc-textpic-imagewrap {
	display:none;
}

.headerteaserbox div div.content div {
	margin:8px 0 1px 0;
	float:left;
	width:216px;
}

.headerteaserbox div div.content div p {
	margin:0 15px 7px 15px;
}



/* kontaktboxsmall
-----------------------------------------------------------------*/

.kontaktboxsmall {
	padding-top:0;
}

.kontaktboxsmall h2 {
	padding:5px;
	margin:0;
	background:#fff;
 	border-bottom:1px solid #8C8C8C;
}

.kontaktboxsmall p {
	margin-bottom:10px;
}

.kontaktboxsmall a.download_v-card {
	display:block;
	height:25px;
	background:url(images/download_vcard.jpg) left top no-repeat;
	padding:20px 0 0 65px;
	margin:5px 0 0 0;
}


/* breadcrumb
-----------------------------------------------------------------*/

.breadcrumb {
	margin:0px 10px 14px 10px;
 	border-top:5px solid #4d4d4d;
 	border-bottom:1px solid #8C8C8C;
	padding:6px 0 6px 0;
}

.breadcrumb a {
	font:11px verdana;
	color:#4d4d4d;
}

.breadcrumb span {
	font:11px verdana;
	margin:0 5px 0 5px;
	color:#4d4d4d;
}



/* newslistbox
-----------------------------------------------------------------*/

.newslistbox {
	margin:0 0 13px 0;
	float:left;
	display:inline;
}

.newslistbox div {
	/*float:left;
	clear:left;*/
	padding:0 0 14px 0;
	margin-bottom:15px;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x;
}

.newslistbox h2 a {
	font-size:18px;
	font-family:georgia;
	line-height:20px;
	font-weight:normal;
	color:#4d4d4d;
}

.newslistbox img {
	float:left;
	margin-right:15px;
}

.newslistbox p.name {
	margin:6px 0 13px 0;
	font-size:10px;
}

.newslistbox p.name span.name {
	font-weight:bold;
}

.newslistbox p.name span.date {
	color:#b60000;
}

.newslistbox p.kat {
	float:left;
	margin:12px 0 0 0;
	width:70%;
	font-size:10px;
}

.newslistbox p.comment {
	float:right;
	margin:12px 0 0 0;
}

.newslistbox p.comment a {
	float:right;
	height:15px;
	padding-left:25px;
	background:url(images/comment.gif) left 1px no-repeat;
}

.newslistbox p.comment a:hover {
	color:#b60000;
	background:url(images/commentover.gif) left 1px no-repeat;
	text-decoration:none;
}


/* newslistboxsmall
-----------------------------------------------------------------*/

.newslistboxsmall {
 	background:#f7f7f7;
	padding:0 0 10px 0;
	width:168px;
}

.newslistboxsmall div {
	margin:10px 0 0 0;
}

.newslistboxsmall h2 {
	padding:5px;
	margin:0;
	background:#fff;
 	border-bottom:1px solid #8C8C8C;
}

.newslistboxsmall div p {
	font-size:10px;
	color:#b60000;
}

.newslistboxsmall div h3 {
	width:158px;
	margin:7px 5px 7px 5px;
	padding:0 0 15px 0;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x;
}

.newslistboxsmall div h3 a {
	font-size:12px;
	font-family:georgia;
	line-height:14px;
	font-weight:bold;
	color:#4d4d4d;
	margin:0;
}

.newslistboxsmall a.archiv {
	padding:10px 0 0 0;
	color:#4d4d4d;
}


/* newsdetail
-----------------------------------------------------------------*/

.newsdetail {
	margin:0 0 13px 0;
}

.newsdetail .teaser {
	margin-bottom:10px;
}

.newsdetail .teaser p {
	font-weight:bold;
	color:#4d4d4d;
}

.newsdetail .teaser h2 {
	font-size:18px;
	font-family:georgia;
	line-height:20px;
	font-weight:normal;
	color:#4d4d4d;
	width:80%;
}

.newsdetail .teaser p.name {
	margin:6px 0 13px 0;
	font-size:10px;
	font-weight:normal;
	color:#808080;
}

.newsdetail .teaser p.name span.date {
	color:#b60000;
	font-weight:normal;
}

.newsdetail .teaser p.name span.name {
	font-weight:bold;
}

.newsdetail .teaser a.comment {
	float:right;
	height:15px;
	padding-left:25px;
	background:url(images/comment.gif) left 1px no-repeat;
	font-weight:normal;
}

.newsdetail .teaser a.comment:hover {
	color:#b60000;
	background:url(images/commentover.gif) left 1px no-repeat;
	text-decoration:none;
}


.newsdetail .kat {
	float:left;
	clear:left;
	margin:12px 10px 15px 10px;
	font-size:10px;
}


/* presseliste
-----------------------------------------------------------------*/

.presselistbox  div {
	margin-bottom:13px;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x #fff;
	padding-bottom:10px;
}

.presselistbox p.kat {
	text-transform:uppercase;
	font-size:10px;
	width:75%;
	font-weight:normal;
	color:#808080;
	line-height:15px;
}

.presselistbox p.kat span {
	font-weight:bold;
	color:#4d4d4d;
}

.presselistbox p.date {
	float:right;
	padding-right:5px;
	color:#4d4d4d;
	font-weight:bold;
}

.presselistbox p.teasertext {
	float:left;
	width:75%;
}

.presselistbox h2 {
	width:75%;
	color:#b60000;
}

.presselistbox h2 a {
	color:#b60000;
	font-size:13px;
}

.presselistbox .pressedownload {
	float:right;
}

.presselistbox .pressedownload li {
	float:left;
}

.presselistbox .pressedownload a {
	display:block;
	overflow:hidden;	
	width:40px;
	height:40px;
	text-indent:-500px;
}

.presselistbox .pressedownload a.down_doc {
	background:url(images/download_doc_small.jpg) left top no-repeat;
}

.presselistbox .pressedownload a.down_pdf {
	background:url(images/download_pdf_small.jpg) left top no-repeat;
}

.presselistbox .pressedownload a.down_zip {
	background:url(images/download_zip_small.jpg) left top no-repeat;
}




/* pressedetail
-----------------------------------------------------------------*/

.pressedetail {
	margin:0 0 13px 0;
}

.pressedetail .teaser {
	margin-bottom:10px;
}

.pressedetail .teaser p {
	font-weight:bold;
	color:#4d4d4d;
}

.pressedetail .teaser p.kat {
	text-transform:uppercase;
	font-size:10px;
	width:70%;
	font-weight:normal;
	color:#808080;
}

.pressedetail .teaser p.kat span {
	font-weight:bold;
	color:#4d4d4d;
}

.pressedetail .teaser p.date {
	float:right;
	padding-right:5px;
	color:#4d4d4d;
}

.pressedetail .teaser h2 {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#b60000;
	margin:9px 0 10px 0;
}

.pressedetail a.detaillink {
	color:#b60000;
}



/* pressedetail download
-----------------------------------------------------------------*/

.pressedetail .pressedownload {
	margin:0 0 13px 298px;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x #fff;
}

.pressedetail .pressedownload h3 {
	font-size:10px;
	text-transform:uppercase;
	padding:4px 0 0 0;
	margin:0 0 10px 0;
	background:url(images/background_dottedline_hor_gray.gif) left top repeat-x #fff;
}

.pressedetail .pressedownload h3 span {
	display:block;
	padding:0 0 4px 0;
	color:#4d4d4d;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x #fff;
}

.pressedetail .pressedownload li {
	float:left;
	list-style:none;
	margin:0;padding:0;
}

.pressedetail .pressedownload a {
	display:block;
	overflow:hidden;	
	width:65px;
	height:55px;
	text-indent:-500px;
	margin:0 0 12px 0;
}

.pressedetail .pressedownload a.down_doc {
	background:url(images/download_doc.jpg) left top no-repeat;
}

.pressedetail .pressedownload a.down_pdf {
	background:url(images/download_pdf.jpg) left top no-repeat;
}

.pressedetail .pressedownload a.down_zip {
	background:url(images/download_zip.jpg) left top no-repeat;
}




/* formulare
----------------------------------------------------------------------------------------------------*/


.formbox {

}

.mailform {
	clear: both;
	display:inline;
	margin:0px 10px 20px 10px;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x;
}

.mailform legend {
	position:relative;
	left:0;
	width:556px;
	min-width:556px;
	background:url(images/background_dottedline_hor_gray_double.gif) left top repeat-x;
	font-size:16px;
	line-height:22px;
	padding:5px 0 5px 0;
}

.mailform dl {
	float:left;
	margin: 0;
	padding-top:25px;
}

.mailform dt, 
.mailform dd {
	margin: 0;
	padding: 0 0 8px 0;
	float: left;
}

.mailform dt {
	clear: both;
	width:268px;
	font-weight: normal;
	margin-right:20px;
	text-align: left;
}

.mailform dd {
	text-align: left;
	width:268px;
}

#mailformanrede legend {
	display:none;
}

.mailform input, .mailform textarea, .mailform select, .mailform password, .mailform  file {
	margin: 0;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, 'Trebuchet MS', sans-serif;
	color: #808080;
}

.mailform .input,
.mailform .text,
.mailform .textarea {
	width:262px;
}

.mailform .select {
	width:268px;
}

.mailform .submit {
	margin:15px 0 15px 0;
	width:100%;
	background: url(images/background_button.gif) repeat-x transparent;
	color:#696969;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mailform .check,
.mailform .radio {
	margin-left: 0;
	border: none;
	background-color: transparent;
}

.mailform .radios input {
	float: left;
}

.mailform .radios label {
	display: block;
	margin:0 0 8px 20px;
}

.mailform .inputZIP {
	width: 50px;
	float: left;
}

.mailform .inputCity {
	width:200px;
	float: right;
}

.mailform .image {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.mailform .hili {
	margin-left: 2px;
	color: #d81f27;
}



/* search
-----------------------------------------------------------------*/


.tx-indexedsearch {
	margin:0px 10px 20px 10px;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x;
}

.tx-indexedsearch-whatis {
	margin:0px 0px 21px 0px;
 	border-top:5px solid #4d4d4d;
 	border-bottom:1px solid #8C8C8C;
	padding:8px 0 12px 0;
	width:556px;
	float:left;display:inline;
	font:16px verdana;
	line-height:21px;
	font-weight:bold;
}

.tx-indexedsearch-whatis .tx-indexedsearch-sw {
 	font-weight:normal;
}

.tx-indexedsearch-res.res {
	padding-bottom:10px;
	margin-bottom:13px;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x;
}

.tx-indexedsearch-res h3 {
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
	color:#ba0000;
	margin:0 5px 4px 0;
}

.tx-indexedsearch-res h3 a {
	color:#ba0000;
}

.tx-indexedsearch-res h3 .percent {
	color:#ba0000;
	font-weight:normal;
	margin:0 0 0 5px;
}

.tx-indexedsearch-res .icon,
.tx-indexedsearch-res .result-number
{
	display:none;
}


/* browsebox / search
-----------------------------------------------------------------*/

.browsebox {
	width:100%;
	background:url(images/background_dottedline_hor_gray_double_small.gif) repeat-x;
	margin:6px 0 16px 0;
	float:left;clear:left;
}

.browsebox li {
	float:left;
}

.browsebox li a {
	float:left;
	margin:6px 3px 6px 3px;
}

.browsebox a:hover {
	color:#ba0000;
	text-decoration:none;
}





/* disable
-----------------------------------------------------------------*/

.clickEnlarge {
	display:none;
}


/* resets
-----------------------------------------------------------------*/

.notopborder {
	border-top:0 !important;
	padding-top:0px !important;
}

.nobottomborder {
	border-bottom:0 !important;
	background:none !important;
	padding-bottom:0 !important;
}




















































/*  calender
----------------------------------------------------------------------------------------------------*/

/* monatslider */

.tx-cal-controller ul.yearList {
	margin: 0 0 8px 0;
	padding: 7px 0 7px 0;
	float: left;
	width:100%;
	background:url(images/background_dottedline_hor_gray_double.gif) repeat-x;
}

.tx-cal-controller ul.yearList li {
	margin: 0;
	padding: 0;
	float: left;
}

.tx-cal-controller ul.yearList a {
	display: block;
	margin: 0;
	padding: 2px 0 2px 3px;
	color: #666;
}

.tx-cal-controller ul.yearList .right {
	float:right;
}

.tx-cal-controller ul.yearList .left a img,
.tx-cal-controller ul.yearList .right a img {
	display:none;
}

.tx-cal-controller ul.yearList .left a,
.tx-cal-controller ul.yearList .right a {
	width:8px;
	height:20px;
	padding:0;
}

.tx-cal-controller ul.yearList .left a {
	background:url(images/left_day.gif) left 4px no-repeat;
}

.tx-cal-controller ul.yearList .right a {
	background:url(images/right_day.gif) right 4px no-repeat;
}

.grid_2 .tx-cal-controller ul.yearList {
	background:none;
}


/* listenansicht */

.tx-cal-controller.listbox {
	margin:12px 10px 21px 10px;
}

.tx-cal-controller.listbox h1 {
 	border-top:5px solid #4d4d4d;
 	border-bottom:1px solid #8C8C8C;
	padding:5px 0 5px 0;
	margin:0 0 7px 0;
	font:16px verdana;
	line-height:21px;
	font-weight:bold;
	color:#808080;
}

.tx-cal-controller.listbox .maincontent {
	padding:8px 0 10px 0;
	background:url(images/background_dottedline_hor_gray.gif) left bottom repeat-x;
	float:left;
}

.tx-cal-controller.listbox .maincontent p {
	margin:4px 0 0 0;
}

.tx-cal-controller.listbox .maincontent .caldate {
	float: left;
	width: 95px;
	height:110px;
	min-height:110px;
	border-right:1px solid #8C8C8C;
	font-family:georgia;	
	font-size:12px;
}

.tx-cal-controller.listbox .maincontent .caldate span.padd1 {
	float: left;
	clear:left;
	width:87px;
	height:25px;
	margin:14px 0 0 0;
	padding:6px 0 0 4px;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	background:url(images/background_dottedline_hor_gray_double_small.gif) repeat-x;
}

.tx-cal-controller.listbox .maincontent .caldate span.padd2 {
	padding:0 0 0 4px;
}

.tx-cal-controller.listbox .maincontent .calevent {
	margin-left:110px;
}

.tx-cal-controller.listbox .maincontent .calevent h2 {
	margin:0 0 6px 0;
	font-size:14px;
}

.tx-cal-controller.listbox .maincontent .calevent h2 a {
	color:#b60000;
}

.tx-cal-controller.listbox .maincontent .calevent h3 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	margin:0 0 5px 0;
}

.tx-cal-controller.listbox .maincontent .calevent h3 a {
	font-weight:bold;
}

.tx-cal-controller.listbox .maincontent .calevent p.calline {
	font-weight:bold;
}

.tx-cal-controller.listbox .maincontent .calevent p.calline strong {
	font-weight:normal;
}



/* minikalender */

table.month-small {
	width:100%;
}

table.month-small th,
table.month-small td {
	text-align:center;
}

table.month-small td.monthOff {
	color:#c5c5c5;
	color:#fff;
}

table.month-small td.eventDay {
	color:red;
}

table.month-small td.monthSelectedWeek{
	background:#c5c5c5;
}


/* boxen übersicht */

.grid_2.box .tx-cal-controller h1,
.grid_2.box .month-calnav h3 {
	margin-right:5px;
	margin-left:5px;
	margin-bottom:4px;
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
	color:#4d4d4d;
}

.grid_2.box .tx-cal-controller h1 {
	color:#ba0000;
}





/**** erstmal alles raus ******/
/**
.tx-cal-controller {
	margin:0 10px 21px;
}
.tx-cal-controller .box {
	margin-bottom: 1.5em;
	padding: 7px;
	border: 1px solid #ccd;
	background: #FFF;
	float:none;
}

.tx-cal-controller .box p,
.tx-cal-controller .box ul {
	margin:0 0 0.5em 0;
}
.tx-cal-controller h1 {
	margin-bottom:0.5em;
	font-size:16px;
}
.tx-cal-controller  p.calline {
	margin: 0 0 0.2em 0;
}

.tx-cal-controller .caltime {
	font-style: italic;
	font-weight: bold;
}

.tx-cal-controller .tiny {
	margin: 1em 0;
	font-size: 95%;
}

.tx-cal-controller .maincontent {
	padding: 3px 3px 0 3px;
	overflow: hidden;
}

.tx-cal-controller .caldate {
	float: left;
	width: 85px;
}

.tx-cal-controller .calsheet1,
.tx-cal-controller .calsheet2 {
	margin-bottom: 5px;
	height: 81px;
	width: 68px;
	background: transparent url(../img/bgs/bg_cal-date.gif) no-repeat top left;
}

.tx-cal-controller .calsheet2 {
	height: 101px;
	background-position: 0 20px;
}

.tx-cal-controller .calevent {
	margin-top: 4px;
	margin-left: 85px;
}
.tx-cal-controller .calevent h3 div {
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}
.tx-cal-controller .calevent h3 div a{
	font-weight:normal;
}
.tx-cal-controller .calevent h2  {
	font-size:13px;
	margin-left:0;
	margin-right:0;
}
.tx-cal-controller .calevent h2 a {
	color:#B60000;
	text-transform:none;
}
.tx-cal-controller .caldate .padd1 {
	display: block;
	padding-top: 18px;
	text-align: center;
	font-size: 9px;
}

.tx-cal-controller .caldate .padd2 {
	display: block;
	padding-top: 3px;
	text-align: center;
	font-size: 18px;
}

.tx-cal-controller .caldate .padd3 {
	display: block;
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
}

.tx-cal-controller .caldate .padd4 {
	display: block;
	padding: 3px 0 7px 0;
	text-align: center;
	font-size: 10px;
}

.tx-cal-controller .addLink a {
	color: #333;
	text-decoration: none;
}

.tx-cal-controller ul.yearList {
	margin: 0;
}




.tx-cal-controller .clear {
	clear:both;	
}
.tx-cal-controller .cal-img {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid #D3D5D5;
}

.tx-cal-controller .month-calnav {
	margin-bottom: 1.5em;
	padding: 10px;
	border: 1px solid #D3D5D5;
	background-color: #EFF1F1;
}
.tx-cal-controller .month-calnav h3 {
	margin-bottom: 0.5em;
}

.tx-cal-controller .month-calnav .submit {
	margin-top: 10px;
	background-color: #FFF;
}

***/