* {font-size: 100.01%;}
html{
	background:url(../bg-html.jpg) repeat;
	font-size: 62.5%;
}
body{
	margin:0;
	background:url(../bg-body.jpg) repeat-x;
	font:1em/1.25em Arial, Helvetica, sans-serif;
	color:#333;
	min-width:990px;
	position:relative;
}
img{border:none;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/* header */
#header{
	width:100%;
	overflow:hidden;
	background:url(../bg-header.gif) repeat-x;
	position:absolute;
	top:0;
	left:0;
	min-width:990px;
}
.header-holder{
	width:958px;
	margin:0 auto;
	overflow:hidden;
	padding:8px 0 0;
}
/* navigation */
#nav{
	background:url(../bg-nav.gif) no-repeat 0 100%;
	height:1%;
	font-size:11px;
	line-height:14px;
	padding:0 18px 15px;
}
#nav:after{
	content:"";
	clear:both;
	display:block;
}
#nav ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li{
	float:left;
	margin:0 5px;
	display:inline;
	position:relative;
	z-index:2;
}
#nav ul li a{
	float:left;
	background:url(../bg-nav-left.gif) no-repeat;
	text-transform:uppercase;
	cursor:pointer;
}
#nav ul li a span{
	float:left;
	background:url(../bg-nav-right.gif) no-repeat 100% 0;
	padding:3px 8px 3px;
	height:14px;
}
#nav ul li.hover a,
#nav ul li a.active,
#nav ul li:hover a{
	color:#fff;
	background-position:0 -20px;
	border:none;
}
#nav ul li.hover a span,
#nav ul li a.active span,
#nav ul li:hover a span{ background-position:100% -20px; }
#nav ul.sub-nav{ 
	position:relative;
	z-index:1;
	float:right;
}
.drop{
	position:absolute;
	top:15px;
	left:0;
	width:152px;
	display:none;
}
#nav ul li.hover .drop,
#nav ul li:hover .drop{ display:block; }
.drop .t{
	width:100%;
	overflow:hidden;
	background:url(../bg-drop-t.png) no-repeat;
	height:9px;
}
.drop .b{
	width:100%;
	overflow:hidden;
	background:url(../bg-drop-b.png) no-repeat;
	height:6px;
}
.drop .c{
	height:1%;
	background:url(../bg-drop-c.gif) repeat-y;
	padding:0 1px;
}
.drop .c:after{
	content:"";
	clear:both;
	display:block;
}
#nav ul ul{
	font-size:12px;
	font-style:italic;
	margin:-2px 0 -6px;
	position:relative;
}
#nav ul ul li{
	float:left;
	width:100%;
	margin:0;
	border-top:1px solid #e1ddce;
	padding:5px 0 6px;
}
#nav ul ul li:first-child{ border-top:none; }
#nav ul li.hover ul  a,
#nav ul li:hover ul  a{
	float:none;
	background:none;
	/*text-transform:capitalize;*/
	display:block;
	height:1%;
	padding:0 6px;
	color:#000;
}
#nav ul li:hover ul a:hover,
#nav ul li.hover ul a:hover,
#nav ul li.hover ul a.active,
#nav ul li:hover ul a.active{ color:#e2001a; }
.ill-area{
	width:100%;
}
.ill-area:after{
	content:"";
	clear:both;
	display:block;
}
.ad1, .keyvisual{
	width:390px;
	height:290px;
	float:left;
	margin:-13px 0 0 105px;
	display:inline;
}
.ad2, .themenwelt{
	width:405px;
	height:205px;
	float:right;
	margin:38px 32px 0 0;
	display:inline;
}
/* page conteiner */
#wrapper{
	width:954px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	padding:320px 0 0;
}
.wrapper-t{
	width:100%;
	overflow:hidden;
	background:url(../bg-wrapper-t.gif) no-repeat;
	height:11px;
}
.wrapper-b{
	width:100%;
	overflow:hidden;
	background:url(../bg-wrapper-b.gif) no-repeat;
	height:31px;
}
.wrapper-c{
	height:1%;
	background:url(../bg-wrapper-c.gif) repeat-y;
	padding:0 0 20px 1px;
}
.wrapper-c:after{
	content:"";
	clear:both;
	display:block;
}
.wrapper-content{
	float:left;
	margin:-11px 0 0;
	position:relative;
}
/* promo box */
.promo{
	width:100%;
	overflow:hidden;
	margin:0 0 24px;
}
/* gallery */
#gallery{
	float:left;
	width:643px;
	height:284px;
	background:url(../bg-gallery.jpg) no-repeat;
	position:relative;
	padding:20px 0 0 30px;
	font-size:12px;
}
.gallery-holder{
	width:625px;
	overflow:hidden;
	position:relative;
}
.gallery-holder ul{
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	overflow:hidden;
	position:relative;
	height:270px;
}
.gallery-holder ul li{
	float:left;
	width:625px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.gallery-holder ul li.active{
	z-index:2;
}
.gallery-holder .ill{
	float:left;
	width:415px;
}
.gallery-holder .ill img{ display:block; }
.gallery-holder .text{
	float:left;
	width:200px;
	padding:8px 0 0 10px;
	line-height:19px;
	color:#333;
}
.gallery-holder .text h2{
	margin:0 0 18px;
	padding:0 0 23px;
	font-size:20px;
	line-height:22px;
	color:#000;
	background:url(../bg-gall-heading.gif) no-repeat 0 100%;
}
.gallery-holder .text p{ margin:0 0 15px; }
.gallery-holder .more{
	background:url(../border-dotted.gif) repeat-x 0 100%;
	color:#333;
	font-weight:bold;
}
.gallery-holder .more:hover{
	color:#e2001a;
	background:none;
}
.swtcher{
	position:absolute;
	top:266px;
	left:457px;
	width:200px;
	overflow:hidden;
	z-index:999;
}
.swtcher ul{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.swtcher ul li{
	float:left;
	padding:0 6px 0 0;
}
.swtcher ul li a{
	display:block;
	width:14px;
	height:13px;
	text-indent:-9999px;
	background:url(../bg-switcher.gif) no-repeat;
	overflow:hidden;
}
.swtcher ul li a.active,
.swtcher ul li a:hover{ background-position:0 -13px; }
.promo .column{
	float:left;
	width:280px;
	background:url(../bg-promo-column.jpg) no-repeat;
	height:284px;
	margin:20px 0 0;
	font-size:13px;
	font-style:italic;
	line-height:16px;
}
.promo .column ul{
	margin:0;
	padding:40px 0 0 75px;
	list-style:none;
	width:155px;
	overflow:hidden;
}
.promo .column ul li{
	background:url(../bullet1.gif) no-repeat 0 5px;
	padding:0 0 8px 15px;
}
.promo .column ul li a:hover{
	color:#e2001a;
	border:none;
}
.promo .column ul li a strong,
.promo .column ul li a span{ background:url(../border-dotted.gif) repeat-x 0 100%; }
.promo .column ul li a:hover strong,
.promo .column ul li a:hover span{ background:none; }
/* three columns */
.three-columns{
	height:1%;
	overflow:hidden;
	padding:0 0 0 30px;
}
/* news column */
.three-columns .column1{
	float:left;
	width:348px;
	background:url(../bg-column-c.gif) repeat-y 100% 0;
}
.column1-holder{ background:url(../bg-column1-t.gif) no-repeat; }
.column1-frame{
	background:url(../bg-column1-b.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
}
.three-columns h3{
	margin:0 0 13px;
	height:1%;
	overflow:hidden;
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	font-style:italic;
	padding:0 0 0 50px;
}
.three-columns h3 span{
	float:left;
	background:#fff;
	padding:0 7px;
}
.three-columns .news-list{
	width:327px;
	overflow:hidden;
	margin:0 0 -5px;
}
.three-columns .hews-box{
	background:#ede5d1 url(../bg-news-t.gif) no-repeat;
	width:100%;
	margin:0 0 15px;
	font-size:1.8em;
	line-height:1.44em;
	color:#333;
}
.three-columns .hews-box .holder{
	background:url(../bg-news-b.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:13px 0 17px 12px;
}
.three-columns .hews-box .date{
	height:1%;
	overflow:hidden;
	background:url(../icon-date.gif) no-repeat;
	padding:3px 0 13px 35px;
	color:#a49f90;
	font-size:11px;
	line-height:13px;
}
.three-columns .hews-box .date span{
	float:left;
	background:#fff url(../bg-date-l.gif) no-repeat;
}
.three-columns .hews-box .date span em{
	background:url(../bg-date-r.gif) no-repeat 100% 0;
	float:left;
	padding:4px 12px;
}
.three-columns .hews-box p{ margin:0 0 0 5px; }
.three-columns .hews-box p a span{ background:url(../border-dotted.gif) repeat-x 0 100%; }
.three-columns .hews-box p a:hover{ border:none; }
.three-columns .hews-box p a:hover span{ background:none; }
.three-columns .title{
	height:1%;
	overflow:hidden;
	font-size:13px;
	font-style:italic;
	padding:1px 0 0 10px;
}
/* events column */
.three-columns .column2{
	float:left;
	width:255px;
	background:url(../bg-column-c.gif) repeat-y 100% 0;
	margin:0 19px;
	display:inline;
}
.column2-holder{ background:url(../bg-column2-t.gif) no-repeat; }
.column2-frame{
	background:url(../bg-column2-b.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
}
.three-columns .events-list{
	width:234px;
	overflow:hidden;
	background:#ede5d1 url(../bg-events-t.gif) no-repeat;
	margin:0 0 13px;
}
.three-columns .events-list ul{
	margin:0;
	padding:0 0 7px;
	list-style:none;
	background:url(../bg-events-b.gif) no-repeat 0 100%;
}
.three-columns .events-list ul li{
	height:1%;
	overflow:hidden;
	background:url(../divider-events.gif) no-repeat 50% 0;
	padding:18px 20px 12px 4px;
}
.three-columns .events-list ul li:first-child{
	background:none;
	padding-top:15px;
}
.three-columns .events-list ul .date{
	float:left;
	background:url(../bg-date.png) no-repeat;
	width:71px;
	height:54px;
	padding:21px 4px 0 0;
	margin:0 7px;
	display:inline;
	text-align:center;
}
* html .three-columns .events-list ul .date{
	text-indent:3px;
	margin-right:4px;
}
.three-columns .events-list ul .date strong{
	display:block;
	font-size:28px;
	line-height:28px;
	position:relative;
}
.three-columns .events-list ul .date span{
	font-size:10px;
	line-height:10px;
	display:block;
	margin:-1px 0 0;
	position:relative;
}
.three-columns .events-list ul .text{
	height:1%;
	overflow:hidden;
	padding:2px 0 0;
	font-size:1.2em;
	line-height:1.2em;
}
.three-columns .events-list ul .text h4, .three-columns .events-list ul h4{
	margin:0 0 7px 10px;
	color:#333;
	font-size:14px;
	font-style:italic;
	line-height:1.21em;
}
.three-columns .events-list ul .text p{ margin:0 0 7px; }
.three-columns .events-list ul .text p em{ display:block; }
.three-columns .events-list .more{ background:url(../border-dotted.gif) repeat-x 0 100%; }
.three-columns .events-list .more:hover{
	background:none;
	color:#e2001a;
}
/* banners column */
.column3{
	float:left;
	width:261px;
	padding:19px 0 0;
}
.column3 div{
	width:100%;
	overflow:hidden;
	margin:0 0 9px;
}
.column3 div img{ display:block; }
.top-btn{
	position:absolute;
	bottom:6px;
	left:10px;
	background:url(../bg-top-btn.gif) no-repeat;
	padding:2px 0 5px 23px;
	font-size:11px;
	color:#999;
	line-height:14px;
	font-style:italic;
}
.top-btn:hover{ text-decoration:underline; }
/* footer */
#footer{
	width:100%;
	background:url(../bg-footer.gif) repeat-x 0 100%;
	min-width:990px;
}
#footer:after{
	content:"";
	display:block;
	clear:both;
}
.footer-holder{
	width:958px;
	margin:0 auto;
}
#footer .top{
	height:1%;
	padding:0 0 16px;
}
#footer .top:after{
	content:"";
	clear:both;
	display:block;
}
.ad1-min{
	float:left;
	margin:8px 0 0 116px;
	display:inline;
}
.ad1-min img{ display:block; }
#footer .top .column{
	float:right;
	width:418px;
	margin:-2px -14px 0 0;
	display:inline;
	position:relative;
}
.search-form{
	height:1%;
	overflow:hidden;
	padding:0 0 0 25px;
	margin:0 0 17px;
}
.search-form fieldset{
	width:100%;
	overflow:hidden;
}
.search-form label{
	font-size:19px;
	font-style:italic;
	color:#000;
	float:left;
	line-height:24px;
}
.inp01{
	float:left;
	background:url(../bg-inp01.gif) no-repeat;
	width:142px;
	height:26px;
	margin:0 8px 0 9px;
	display:inline;
}
.inp01 input{
	float:left;
	margin:0;
	padding:4px 8px; 
	background:none;
	border:0;
	width:126px;
	color:#b3b3b3;
	font-size:13px;
}
.search-btn{
	float:left;
	background:url(../bg-search-btn.png) no-repeat;
	border:0;
	width:62px;
	height:29px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
}
.social{
	width:418px;
	height:168px;
	background:url(../bg-social.gif) no-repeat;
	overflow:hidden;
}
.social ul{
	width:354px;
	overflow:hidden;
	margin:0;
	list-style:none;
	padding:22px 0 0 41px;
}
.social ul li{
	float:left;
	padding:0 20px 20px 0;
}
.social ul li a{
	display:block;
	width:98px;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
}
.social ul li a.tube{ background:url(../icon-tube.gif) no-repeat; }
.social ul li a.twitter{ background:url(../icon-twitter.gif) no-repeat; }
.social ul li a.facebook{ background:url(../icon-facebook.gif) no-repeat; }
.social ul li a.flickr{ background:url(../icon-flickr.gif) no-repeat; }
.social ul li a.stud{ background:url(../icon-stud.gif) no-repeat; }
.social ul li a.wer{ background:url(../icon-wer.gif) no-repeat; }
.social ul li a.tube:hover{ background:url(../icon-tube-hover.gif) no-repeat; }
.social ul li a.twitter:hover{ background:url(../icon-twitter-hover.gif) no-repeat; }
.social ul li a.facebook:hover{ background:url(../icon-facebook-hover.gif) no-repeat; }
.social ul li a.flickr:hover{ background:url(../icon-flickr-hover.gif) no-repeat; }
.social ul li a.stud:hover{ background:url(../icon-stud-hover.gif) no-repeat; }
.social ul li a.wer:hover{ background:url(../icon-wer-hover.gif) no-repeat; }
#footer .btm{
	width:100%;
	overflow:hidden;
	font-size:10px;
	line-height:12px;
	padding:0 0 19px;
}
#footer .btm ul{
	margin:0;
	padding:10px 50px 0 10px;
	list-style:none;
	float:left;
}
#footer .btm ul li{
	background:url(../footer-sep.gif) no-repeat 0 50%;
	padding:0 5px;
	float:left;
}
#footer .btm ul li:first-child{ background:none; }
#footer .btm ul li a{
	color:#333;
}
#footer .btm ul li a:hover{ color:#e2001a; }
.sub-logo{ float:left; }
.sub-logo a{
	display:block;
	background:url(../bg-sub-logo.gif) no-repeat;
	width:91px;
	height:49px;
	text-indent:-9999px;
}
#footer .btm ul.sub{ float:right; padding-right:10px; }

/* main box start */
#main{
	width:955px;
	overflow:hidden;
	position:relative;
}
#main .main-t{
	height:9px;
	background:url(../bg-main-t.png) no-repeat;
	overflow:hidden;
}
#main .main-c{
	height:1%;
	background:url(../bg-main-c.png) repeat-y;
	padding:0 17px 0 23px;
}
#main .main-c:after{
	content:"";
	display:block;
	clear:both;
}
#main .main-b{
	height:291px;
	background:url(../bg-main-b.png) no-repeat;
	overflow:hidden;
}
.main-container{
	float:left;
	width:100%;
	margin:0 0 -245px;
	position:relative;
}
#content{
	float:left;
	width:611px;
}
/* box start */
#content .box{
	width:100%;
	overflow:hidden;
	background:url(../bg-box.gif) repeat-y;
	margin:26px 0 0;
	font-size:1.2em;
	line-height:1.25em;
}
#content .box:first-child{margin-top:15px;}
#content .box .headline{
	background:url(../bg-box-heading.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:5px 10px 1px 54px;
}
#content .box .headline strong{
	color:#a49f90;
	font-size:14px;
	line-height:17px;
	font-weight:normal;
	font-style:italic;
	background:#fff;
	padding:0 1px 0 2px;
}
#content .box .frame{
	height:1%;
	padding:13px 0 7px 7px;
	overflow:hidden;
	background:url(../bg-box-frame.gif) no-repeat 0 100%;
}
#content .box p{
	margin:0 0 25px;
	padding:10px 0 0;
	line-height:1.58em;
}
.kontakt-frm{
	height:1%;
	margin:0 22px 0 0;
	padding:0 0 14px;
	overflow:hidden;
}
.kontakt-frm .section{
	background:url(../bg-section.gif) repeat-y;
	width:559px;
	overflow:hidden;
	margin:0 0 9px;
}
#content .box .kontakt-frm .section .holder{
	width:100%;
	background:url(../bg-section-holder.gif) no-repeat;
	overflow:hidden;
}
#content .box .kontakt-frm .section .frame{
	height:1%;
	overflow:hidden;
	background:url(../bg-section-frame.gif) no-repeat 0 100%;
	padding:2px 10px 10px 19px;
}
.kontakt-frm .row{
	width:100%;
	overflow:hidden;
	margin:7px 0 0;
}
.kontakt-frm .row-first{
	margin-top:12px;
	padding-bottom:8px;
	width:100%;
	overflow:hidden;
}
.kontakt-frm .label,
.kontakt-frm label{
	float:left;
	width:137px;
	padding:0 5px 0 0;
	color:#333;
}
.kontakt-frm .email{float:left;}
.kontakt-frm label{
	font-weight:bold;
	font-style:italic;
	margin:4px 0 0;
}
.kontakt-frm label span{color:#e2001a;}
.kontakt-frm .text{
	float:left;
	background:url(../bg-input.gif) no-repeat;
	width:231px;
	height:26px;
	padding:0 5px;
}
#content .section-area .kontakt-frm p{
	margin:0;
	padding:0;
}
.kontakt-frm .text input{
	float:left;
	width:100%;
	background:none;
	border:none;
	margin:5px 0 0;
	padding:0;
	outline:none;
}
.kontakt-frm .area{
	float:left;
	background:url(../bg-textarea.gif) no-repeat;
	width:368px;
	height:160px;
	padding:10px;
}
.kontakt-frm .area textarea{
	float:left;
	width:100% !important;
	height:160px;
	overflow:auto;
	position:relative;
	margin:0;
	padding:0;
	border:none;
	background:none;
	outline:none;
	max-height:160px;
}
.kontakt-frm .caption{
	width:359px;
	float:right;
	font-size:1.166em;
	line-height:1.21em;
	letter-spacing:-1px;
}
.kontakt-frm .check{
	float:right;
	width:16px;
	height:15px;
	margin:3px 10px 0 3px;
	padding:0;
}
.hidden{
	position:absolute;
	left:-9999px;
	width:1px;
	overflow:hidden;
}
.kontakt-frm .btn{
	float:right;
	background:url(../btn-submit.gif) no-repeat;
	width:103px;
	height:20px;
	color:#333;
	padding:2px 0 0 4px;
	margin:1px 0 0;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
.kontakt-frm .btn:hover{
	background-position:0 -22px;
	color:#ede5d1;
}
#content .box .events-list{
	list-style:none;
	margin:0;
	padding:0 0 14px;
}
#content .box .events-list li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
	background:url(../divider-event.gif) no-repeat;
	padding:32px 20px 15px 2px;
}
#content .box .events-list li:first-child{
	background:none;
	padding-top:0;
}
#content .box .heading{
	width:100%;
	overflow:hidden;
}
#content .box .date,
#sidebar .date{
	float:left;
	background:url(../bg-date.png) no-repeat;
	width:71px;
	height:54px;
	padding:21px 4px 0 0;
	margin:0 19px 0 7px;
	display:inline;
}
* html #content .box .date{
	text-indent:3px;
	margin-right:16px;
}
* html #sidebar .date{
	text-indent:3px;
	margin-right:16px;
}
#content .box .date strong,
#sidebar .date strong{
	display:block;
	text-align:center;
	font-size:28px;
	line-height:28px;
	position:relative;
}
#content .box .date span,
#sidebar .date span{
	font-size:10px;
	line-height:10px;
	text-align:center;
	display:block;
	margin:-1px 0 0;
	position:relative;
}
#content .heading h2{
	margin:9px 0 0;
	height:1%;
	overflow:hidden;
	font-size:2.33em;
	line-height:1.15em;
	font-style:italic;
}
#content .heading h2 a{
	color:#333;
	text-decoration:none;
}
#content .heading h2 a:hover{color:#e2001a;}
#content .heading h2 a span{background:url(../bg-doted.gif) repeat-x 0 100%;}
#content .heading h2 a:hover span{background:none;}
#content .events-list .area{
	width:583px;
	background:url(../bg-area.gif) repeat-y;
	margin:22px 0 0 0;
}
#content .events-list .area .holder{
	background:url(../bg-area-holder.gif) no-repeat;
	width:100%;
	overflow:hidden;
}
#content .events-list .area .frame{
	background:url(../bg-area-frame.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:0 10px 10px 11px;
}
#content .events-list .area .title{
	color:#a49f90;
	font-style:italic;
	font-size:1.33em;
	line-height:1.2em;
	display:block;
	margin:9px 0 0;
}
#content .events-list .area .table-holder{
	width:100%;
	overflow:hidden;
	margin:8px 0 0;
	background:url(../bg-tbale-holder.gif) repeat-y;
}
#content .events-list .area .table-holder .holder{
	width:100%;
	overflow:hidden;
	background:url(../bg-table-holder-holder.gif) no-repeat;
}
#content .events-list .area .table-holder .frame{
	height:1%;
	overflow:hidden;
	background:url(../bg-table-holder-frame.gif) no-repeat 0 100%;
	padding:0;
}
#content .events-list .table-holder table{
	border-collapse:collapse;
	width:100%;
	overflow:hidden;
	padding:4px 0;
}
#content .events-list .table-holder td{
	border-bottom:1px solid #efece6;
	font-size:1.17em;
	line-height:1.21em;
	padding:4px 0 3px;
	padding-left:21px;
}
#content .events-list .table-holder td.small{width:251px;}
#content .events-list .table-holder .first td{padding-top:8px;}
#content .events-list .table-holder .last td{
	border:none;
	padding-bottom:7px;
}
#content .events-list .table-holder td span{
	background:url(../bullet.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}
#content .events-list .table-holder td span.unmarked{background:none;}
#content .events-list .table-holder strong{font-style:italic;}
#content .events-list .table-holder a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
	font-style:italic;
	background:url(../bg-doted.gif) repeat-x 0 100%;
}
#content .events-list .table-holder a:hover{
	color:#e2001a;
	background:none;
}
#content .events-list p{
	padding:0 0 4px;
	margin:15px 0 0;
}
#content .events-list h3{
	font-size:1.33em;
	margin:10px 0 0;
	font-style:italic;
}
#content .events-list .anmeldung-list{
	list-style:none;
	margin:6px 0 0;
	padding:0;
	background:none !important;
}
#content .events-list .anmeldung-list li{
	background:url(../bullet2.gif) no-repeat 0 4px        !important;
	padding:0 0 0 16px;
}
#content .events-list .anmeldung-list li a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
	font-style:italic;
	background:url(../bg-doted.gif) repeat-x 0 100%;
}
#content .events-list .anmeldung-list li a:hover{
	color:#e2001a;
	background:none;
}
/* sidebar start */
#sidebar{
	float:right;
	width:265px;
	padding:9px 0 0;
}
/* sidebra box start */
#sidebar .box{
	width:100%;
	padding:24px 0 0;
	background-repeat:no-repeat;
	background-image:none;
	overflow:hidden;
}
#sidebar .box:first-child{background:url(../bg-sidebar-box.gif) no-repeat;}
#sidebar .box .holder{
	width:100%;
	background:url(../bg-sidebar-box.gif) no-repeat 0 100%;
	padding:0 0 14px;
	overflow:hidden;
}
#sidebar .adv-list{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar .adv-list li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
	margin:0 0 9px;
}
#sidebar .adv-list li a img{float:left;}
/* search and newsletter forms start */
.search-frm,
.newsletter-frm{
	height:1%;
	margin:0 0 0;
	padding:0 0 16px;
	overflow:hidden;
}
.search-frm .row,
.newsletter-frm .row{
	width:100%;
	overflow:hidden;
}
.search-frm label,
.newsletter-frm label,
h5.newsletter{
	font-size:2em;
	line-height:1.2em;
	font-style:italic;
	display:block;
	margin:0 0 9px;
}
.search-frm .text,
.newsletter-frm .text{
	background:url(../bg-input1.gif) no-repeat;
	width:174px;
	height:27px;
	float:left;
	padding:0 9px;
}
.search-frm .text input,
.newsletter-frm .text input{
	background:none;
	border:none;
	outline:none;
	margin:4px 0 0;
	font-size:13px;
	color:#7f7f7f;
	float:left;
	width:100%;
}
.search-frm .btn,
.newsletter-frm .btn{
	float:right;
	margin:1px 0 0 ;
	display:inline;
	position:relative;
}
.newsletter-frm .caption{
	font-size:1.1em;
	display:block;
	margin:-2px 0 15px;
}
#sidebar h4{
	font-size:2em;
	line-height:1.2em;
	font-style:italic;
	font-weight:normal;
	margin:0;
}
/* events list start */
#sidebar .events-list{
	list-style:none;
	margin:0;
	padding:0 0 25px;
}
#sidebar .events-list li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
	margin:31px 0 0;
}
#sidebar .events-list li:first-child{margin-top:18px;}
#sidebar .events-list .date{
	margin-left:-2px;
	margin-right:7px;
}
* html #sidebar .events-list .date{margin-right:5px;}
#sidebar .events-list .caption{
	height:1%;
	overflow:hidden;
}
#sidebar .events-list .title{
	display:block;
	font-size:1.4em;
	line-height:1.21em;
	font-style:italic;
	margin:3px 0 7px;
}
#sidebar .events-list .title a{
	text-decoration:none;
	color:#333;
	font-size:1em;
	line-height:1.21em;
}
#sidebar .events-list .title a span{background:url(../bg-doted.gif) repeat-x 0 100%;}
#sidebar .events-list .title a:hover{color:#e2001a;}
#sidebar .events-list .title a:hover span{background:none;}
#sidebar .events-list .time{
	display:block;
	margin:0 0 7px;
	font-size:1.2em;
	line-height:1.25em;
}
#sidebar .events-list a{
	text-decoration:none;
	background:url(../bg-doted.gif) repeat-x 0 100%;
	color:#000;
	font-size:1.2em;
	line-height:1.25em;
}
#sidebar .events-list a:hover{
	background:none;
	color:#e2001a;
}
/* news page start */
/* news list start */
#content .nevs-list{
	list-style:none;
	margin:0;
	padding:0;
}
#content .nevs-list li{
	background:url(../divider-event.gif) no-repeat;
	padding:12px 21px 15px 2px;
	float:left;
}
#content .nevs-list li:first-child{
	background:none;
	padding-top:0;
}
#content .nevs-list .caption{
	width:100%;
	overflow:hidden;
}
#content .image-holder{
	float:right;
	display:inline;
	width:260px; 
	background:url(../bg-image-holder.gif) repeat-y;
	margin:21px 0 0 10px;
}
#content .image-holder .holder{
	width:100%;
	overflow:hidden;
	background:url(../bg-image-holder-holder.gif) no-repeat;
}
#content .image-holder .frame{
	height:1%;
	padding:10px 0 10px 10px;
	overflow:hidden;
	background:url(../bg-image-holder-frame.gif) no-repeat 0 100%;
}
#content .image-holder img{float:left;}
#content .nevs-list p{
	margin:15px 0 0;
	padding:0 0 4px;
}
#content .nevs-list .add-data{
	height:1%;
	overflow:hidden;
}
#content .nevs-list .add-data em{
	float:left;
	margin:6px 11px 0 0;
}
#content .nevs-list .add-data span{letter-spacing:-1px;}
#content .nevs-list .btn-more{
	float:left;
	background:url(../btn-submit.gif) no-repeat;
	width:103px;
	height:20px;
	color:#333;
	padding:2px 0 0 4px;
	margin:2px 0 0;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
#content .nevs-list .btn-more:hover{
	background-position:0 -22px;
	color:#ede5d1;
}
/* section area start */
#content .section-area{
	background:url(../divider-event.gif) no-repeat;
	padding:0 21px 9px 2px;	
	/* padding:0 21px 9px 2px !important; */
	/* important geloescht wenn section-area doppelt verschachtelt */
	height:1%;
	overflow:hidden;
}
#content .section-area .section-area{
	/* styles fuer section-area loeschen wenn doppelt verschachtelt */
	background:none;
	padding:0 ;
	margin: 0;	
	overflow:hidden;
}
#content .section-area:first-child{background:none;}
#content .section-area .add-data, .rubrik{
	height:1%;
	overflow:hidden;
	display:block;
	font-size:1em;
	color:#404040;
	margin:10px 0 0;
}
#content .section-area h2{
	font-size:2.8em;
	font-weight:bold;
	font-style:italic;
	margin:13px 0 0;
	line-height:1.07em;
}
#content .section-area .aside{
	float:right;
	margin:15px 0 0 15px;
}
#content .section-area .aside .image-holder{
	float:none;
	display:block;
	margin:0 0 10px;
}
#content .image-holder .zoom-holder{
	height:1%;
	overflow:hidden;
	position:relative;
}
#content .image-holder em{
	display:block;
	font-size:10px;
	line-height:12px;
	margin:8px 0 0;
}
#content .image-holder .zoom-holder .btn-zoom{
	position:absolute;
	background:url(../btn-zoom.gif) no-repeat;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	right:13px;
	bottom:1px;
}
#content .section-area p{
	margin:15px 0 0;
	padding:0 0 14px;
}
#content .section-area h3{
	font-size:1.33em;
	margin:24px 0 0;
	font-style:italic;
}
#content .section-area .anmeldung-list{
	list-style:none;
	margin:6px 0 8px;
	padding:0;
}
#content .section-area .anmeldung-list li{
	background:url(../bullet2.gif) no-repeat 0 4px        !important;
	padding:0 0 0 16px;
}
#content .section-area .anmeldung-list li a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
	font-style:italic;
	background:url(../bg-doted.gif) repeat-x 0 100%;
}
#content .section-area .anmeldung-list li a:hover{
	color:#e2001a;
	background:none;
}
#content .section-area .title{
	float:left;
	font-size:1.33em;
	margin:24px 0 0;
	font-style:italic;
}
#content .section-area .services-list{
	float:left;
	list-style:none;
	margin:23px 0 0 16px;
	padding:0;
	display:inline;
}
#content .section-area .services-list li{
	float:left;
	margin:0 0 0 4px;
	display:inline;
}
#content .section-area  .services-list li a{
	float:left;
	width:18px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	border:1px solid #dbdbdb;
}
#content .section-area  .services-list li a:hover{border-color:#9a9a9a;}
#content .section-area  .services-list li a.facebook{background:url(../ico-facebook.gif) no-repeat;}
#content .section-area  .services-list li a.twitter{background:url(../ico-twiter.gif) no-repeat;}
#content .section-area  .services-list li a.google{background:url(../ico-google.gif) no-repeat;}
#content .section-area  .services-list li a.adds{background:url(../ico-adds.gif) no-repeat;}
/* person column */
.person-column{
	float:right;
	width:186px;
	padding:4px 22px 0 20px;
}
.person-box{
	width:100%;
	overflow:hidden;
	background:url(../bg-person-column-c.gif) repeat-y;
	margin:0 0 10px;
}
.box-holder{ background:url(../bg-person-column-t.gif) no-repeat; }
.box-frame{
	height:1%;
	overflow:hidden;
	background:url(../bg-person-column-b.gif) no-repeat 0 100%;
	padding:10px;
}
.person-box .ill{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 7px;
}
.person-box .ill img{ display:block; }
.person-box .zoom-btn{
	position:absolute;
	bottom:3px;
	right:4px;
}
.person-box .zoom-btn a{
	display:block;
	background:url(../btn-zoom.gif) no-repeat;
	width:25px;
	height:26px;
	overflow:hidden;
	text-indent:-9999px;
}
.person-box .title{
	font-size:0.75em;
	font-style:italic;
	line-height:1.2em;
}
.person-column .contact{ padding:9px 0 0;}
.person-column .contact strong.head{
	margin:0 0 9px;
	font-size:1.333em;
	line-height:1.2em;
	font-style:italic;
	display:block;
}
.person-column .contact .box-frame{ padding-top:6px; }
.person-column ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.92em;
	line-height:1.35em;
}
.person-column ul li a{
	background:url(../border-dotted.gif) repeat-x 0 100%;
	color:#333;
	font-weight:bold;
	font-style:italic;
}
.person-column ul li a:hover{
	background:none;
	color:#e2001a;
}
.article .row{
	height:1%;
	overflow:hidden;
}
.article h2{
	display:block;
	font-size:2.333em;
	font-style:italic;
	height:1%;
	line-height:1.14em;
	margin:9px 0 0;
	overflow:hidden;
}
.article{ padding:0 20px 0 0; }
.article .divider{
	height:11px;
	background:url(../divider-min.gif) no-repeat;
	margin:-14px 0 19px;
	position:relative;
	overflow:hidden;
}
.article h3{
	margin:0 0 2px;
	font-size:1em;
	font-style:italic;
}
.article ul{
	margin:0 0 22px;
	padding:0;
	list-style:none;
	line-height:19px;
}
.article ul li{
	padding:0 0 0 12px;
	background:url(../bullet.gif) no-repeat 0 7px;
}
/* sub style */
#content .link-box{
	background:url(../divider-event.gif) no-repeat;
	padding:0 21px 15px 2px !important;
	height:1%;
	overflow:hidden;
	margin:-10px 0 0;
	position:relative;
}
#content .link-box h3{
	font-size:1.33em;
	margin:24px 0 0;
	font-style:italic;
	line-height:1.15em;
}
#content .link-box .anmeldung-list{
	list-style:none;
	margin:5px 0 2px;
	padding:0;
}
#content .link-box .anmeldung-list li{
	background:url(../bullet2.gif) no-repeat 0 4px        !important;
	padding:0 0 0 16px;
}
#content .link-box .anmeldung-list li a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
	font-style:italic;
	background:url(../bg-doted.gif) repeat-x 0 100%;
}
#content .link-box .anmeldung-list li a:hover{
	color:#e2001a;
	background:none;
}
/* person list */
.persons-list{
	width:100%;
	overflow:hidden;
	margin:-10px 0 0;
}
.persons-list .post{
	background:url(../divider-event.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:15px 20px 5px 0;
}
#content .persons-list .post .image-holder{
	float:left;
	display:inline;
	width:160px;
	background:url(../bg-image-holder.gif) repeat-y;
	margin:0 18px 0 10px;
}
#content .persons-list .post .image-holder .holder{
	width:100%;
	overflow:hidden;
	background:url(../bg-image-holder-holder.gif) no-repeat;
}
#content .persons-list .post .image-holder .frame{
	height:1%;
	padding:10px 0 10px 10px;
	overflow:hidden;
	background:url(../bg-image-holder-frame.gif) no-repeat 0 100%;
}
#content .persons-list .post .image-holder img{ display:block; }
.persons-list .post .text{
	height:1%;
	overflow:hidden;
	padding:20px 0 0 0;
}
.persons-list .post .text .heading{
	margin:0 0 14px;
}
.persons-list .post .text .heading strong{
	font-size:1.333em;
	display:block;
	margin:0 0 1px;
	line-height:1.2em;
}
.persons-list .post .text ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.92em;
	line-height:1.3em;
}
.persons-list .post .text ul a{
	background:url(../border-dotted.gif) repeat-x 0 100%;
	color:#333;
	font-weight:bold;
	font-style:italic;
}
.persons-list .post .text ul a:hover{
	background:none;
	color:#e2001a;
}
.persons-list .post .text .more{
	width:100%;
	overflow:hidden;
}
.persons-list .post .text .more a{
	float:right;
	background:url(../btn-submit.gif) no-repeat;
	color:#333333;
	font-size:11px;
	line-height:14px;
	font-style:italic;
	font-weight:bold;
	height:20px;
	margin:1px 0 0;
	padding:2px 0 0 4px;
	text-align:center;
	text-decoration:none;
	width:103px;
}
.persons-list .post .text .more a:hover{	
	background-position:0 -22px;
	color:#EDE5D1;
}
.rounded_corners{
	margin-left:0px;	
	background-color:#EDE5D1;	
}
.rounded_corners .img{
	padding:5px 9px 5px 9px;	
	text-align:center;	
}


.rounded_corners.galerie{
	padding-bottom: 5px;
}
#content .lupe{
	float: right;		
	padding: 2px 0px 0px 2px;
}

#content .bild_unterschrift{
	margin: 0px 0px 0px 0px; 
	padding: 5px 0px 0px 10px; 	
	font-size: 11px;
	min-height:23px;	
}
#content .bild_unterschrift p{
	margin: 0; 
	padding: 0;	
	line-height: 13px; 
}
#content .bild_unterschrift_gross{
	padding: 10px 5px 5px 10px; 
	text-align:center;
}
#content .bild_unterschrift_gross p{
	margin: 0; 
	padding: 0;	
	line-height: 13px; 
}
.bild_medium {	
	float: right;
	margin-left:15px;
	margin-top:15px;
}

.bild_small{
	float:right;
	margin-left:10px;
	margin-top:21px;
	margin-right:0;
}
.bild_right{
	float: right;	
}
.bild_left{
	float: left;	
}

#content #bilder_thumb .lupe{	
	float: none;	
	padding: 2px 2px 0px 2px;
	bottom:30px;
	position:relative;	
}
#content #bilder_thumb .bild_unterschrift{	
	font-size:10px;
	font-style: italic;
	line-height:12px;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	text-align:left;
	min-height: 12px;
}
#content #bilder_thumb .bild_unterschrift p{	
	margin: 0; 
	padding: 0;	
	line-height:12px;	
}
#content #bilder_thumb .rounded_corners{
	margin-bottom: 9px;
}
#content .rounded_corners.zoom{
	margin-top: 15px;
	text-align:center;
}
.bigpic #picNavi{
	height: 20px;
	padding-top: 10px;
}
.bigpic .vorwaerts{	
	text-align: right;
	padding-bottom: 10px;
	padding-right: 9px;
	width: 100px;	
	float: right;
}
.bigpic .zurueck{	
	text-align: left;
	padding-bottom: 10px;
	padding-left: 9px;	
	width: 100px;	
	float: left;
}

.lupe-minus{	
	text-align: right;
}

.social_bookmarks{
	padding-top: 30px;
}

div.break{
	padding-bottom: 10px;
	padding-bottom: 5px;
}


.fb_edge_widget_with_comment{
	min-height: 100px;
}