/* css reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {	display: block;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	-collapse: collapse;	border-spacing: 0;}
* { margin:0px; padding:0px; }

/* mizu reset */
strong, b {font-weight:bold; }
em ,i {font-style:italic; }
.content ul li, .content  ol li {margin:3px 0px 3px 20px;list-style:circle;} 	
.content ol li {list-style:decimal;}
.content p, .content .txt div {margin-bottom:5px;}
.clear { clear:both; }
.txt table td {
	vertical-align:top;
}
/* custom css */
a {	
	text-decoration:none;
}
.txt a {
/*	
	color:#999;
	font-style:italic;
	text-decoration:none;
  */
        color:#b31f83 !important;
        font-style: italic;
        text-decoration: underline;
}
.txt  a:hover {
	color:#333 !important;
}
html {
	min-height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#fff;
	min-height:100%;
}
/*
h1, h2,  .nav {
    font-family: 'BenchNine', sans-serif;
}
*/
.wrap {
	width:816px;
	position:relative;
	margin:auto;
	z-index:20;
}

.mmedia-wrap {
    margin-left:-35px;
    position:relative;
    margin-bottom:20px;
}
.mmedia-wrap .mmedia-pager {
    position:absolute;
    bottom:10px;
    right:10px;
    z-index:400;
}
.mmedia-wrap .mmedia-pager a {
    display:inline-block;
    width:1px;height:1px;
    padding:8px 4px 0;
    border-radius:50%;
    background:white;
    border:1px solid #a3006e;
    margin-left:5px;
    overflow:hidden;
}
.mmedia-wrap .mmedia-pager a.activeSlide {
    background:#a3006e;
    border-color:white;
}
.header-video {
    margin-bottom:20px;
    margin-left:-35px;
}

.mmedia-wrap .mmedia {

}

.header {
	height:157px;
	position:relative;
	z-index:20;
	border-bottom:1px solid #aa0073;
}

	.homeLink {
		position:absolute;
		top:0px;
		left:0px;
		width:226px;
		height:157px;
		background:url(../img/struct/logo.png) no-repeat 8px 71px;
	}
    .lng {
        position:absolute;
        right:0px;
        top:162px;
    }
        .lng, .lng a {
            color:#b52286;
            font-size:12px;
            text-transform: uppercase;
            
            
        }
        .lng a:hover {
            text-decoration: underline;
        }
        .lng a.on {
            font-weight:bold;
        }

.topNav-box {
    position:absolute;
    right:0px;
    top:0px;
    width:520px;
    height:133px;
 }
 .topNav-box  .prev, .topNav-box  .next {
    position:absolute;
    left:-50px;
    top:0px;
    height:100%;
    width:30px;
    display:none;
    background:url(../img/struct/prev.png) no-repeat center center;
    display:block;   
}
.topNav-box  .next {
    right:0px;
    left:auto;
    background:url(../img/struct/next.png) no-repeat center center;
}
 
.topNav {
    float:right;
    padding-right:10px;
    
}
    
    .topNav li {
        float:left;
    }
    .topNav li a {
        position:relative;
        display:block;
        float:left;
        width:88px;
        height:133px;
        overflow:hidden;
        margin-right:35px;
    }
    .topNav li a span {
        position:absolute;
        left:0px;
        right:0px;
        display:block;
        float:left;
        width:88px;
        height:94px;
        background:white;
        opacity: .5;
        filter: alpha(opacity=50);
    }
    .topNav li a.on span, .topNav li a:hover span {
        display:none;
    }
       

	
.nav {
	position:relative;
	
	
	padding:29px 0 29px 0; 
}
	.nav li {

	}
	
		.nav li a {
			display:block;
			padding:0 0 0 20px;
			line-height:39px;
			color:black;
			font-size:16px;
			font-size:14px;
			background:url(../img/struct/nav-sprites.png) repeat-x left 0px;
			text-transform: uppercase;
		}
		.nav li a:hover {
			color:white;
            background:url(../img/struct/nav-sprites.png) repeat-x left -50px;
		}
		.nav li a.on {
		    font-weight:bold;
		    color:white;
		    background:url(../img/struct/nav-sprites.png) repeat-x left -50px;
		}
	/* 2 level */
	.nav li ul  {
		padding:0 0 0px 25px;
	}
	.nav li ul li {
		
	}  
	.nav li ul li a {
		background:url(../img/struct/nav-sprites.png) repeat-x left -100px;
		line-height:30px;
	}
	.nav li ul li a:hover, .nav li ul li a.on {
		background:url(../img/struct/nav-sprites.png) repeat-x left -150px;
	}
	
.news-box-left {
    position:relative;
    background:#ecebeb;
    border-top:1px solid #aa0073;
    border-bottom:1px solid #aa0073;
    padding:20px 0;
    
    
}
.news-box-left .prev, .news-box-left .next {
    position:absolute;
    left:0px;
    top:0px;
    height:70px;
    width:30px;
    display:none;
    background:url(../img/struct/prev.png) no-repeat center bottom;
    
}
.news-box-left.on .prev, .news-box-left.on .next {
    display:block;
}
.news-box-left .next {
    right:0px;
    left:auto;
    background:url(../img/struct/next.png) no-repeat center bottom;
}
.list-news-left {
    padding:0px !important;
    margin:auto;
    width:140px;
}
    .list-news-left .item {
       padding:0px 0 10px 0;
       margin:0px;
    }
    .list-news-left .img {
        margin:0px;
        text-align:center;
        padding:0px 0 10px 0px;
        display:block;
    }
    .list-news-left .txt {
        clear:both;
        line-height:130%;
        font-size:11px;
        color:#333;
        width:auto;
        padding:10px 0 0 0px;
        
        min-height:10px;
    }
    .list-news-left h3 {
        font-size:11px;
        padding:0px;
        font-weight:bold;
    }
	
.news-link {
    background:#ecebeb;
    border-top:1px solid #aa0073;
    border-bottom:1px solid #aa0073;
    display:block;
    line-height:43px;
    padding:0 20px;
    color:black;
    text-transform: uppercase;
}
.news-link:hover {
    background:#aa0073;
    color:white;
}
.col1Box {
    clear:both;
    padding-bottom:20px;
}	
.breadNav {
	color:#afb0b1;
	padding:10px 0px;
	font-size:11px;
}
	.breadNav li {
		display:inline;
		margin:0px !important;
		padding:0px;
	}
	.breadNav li a {
		color:#afb0b1;
	}
	.breadNav li a:hover {
		color:#aa0073;
	}
	.breadNav li a.on {
		
	}

.middle {
	clear:both;
	background:url(../img/struct/middle.png) repeat-y ;
	padding-bottom:30px;
}
	.middle .col1 {
		width:226px;
		float:left;
	}
	.middle .col2 {
		width:555px;
		float:right;
	}

.footer {
	clear:both;
	margin:3px 0 0 0;
	padding:22px 0 22px 22px;
	position:relative;
	line-height:120%;
	background:url(../img/struct/footer.png) repeat-x #f0f0f0;
}
    .footer .cnt {
        float:left;
        width:260px;
    }
    .footer p {
        margin-bottom:8px;
        
    }
	.footer, .footer a {
		color:#000;
		font-size:12px;
	}
	.footer a.on, .footer a:hover {
		color:#aa0073;
	}
	.footerNav {
		float:left;
		width:200px;
		
	}
	 .footerNav li a {
	 	line-height:140%;
	 }
.suedtirol {
    position:absolute;
    background:url(../img/struct/suedtirol.png) no-repeat;
    right:16px;
    bottom:10px;
    display:block;
    width:85px;
    height:51px;
}

html.it .suedtirol {
  background:url(../img/struct/suedtirol-it.png) no-repeat;
}
html.en .suedtirol {
  background:url(../img/struct/suedtirol-en.png) no-repeat;
}



/* content */
.prev-next-box {
    height:50px;
}
.prev-next-box a {
    display:block;
    padding:0 20px;
    background:url(../img/struct/prev.png) no-repeat left center;
    float:left;
    line-height:30px;
}
.prev-next-box a.next {
    background:url(../img/struct/next.png) no-repeat right center;
    float:right;
}


.content {
	clear:both;
	 
	min-height:550px;
}

    .content a {
        color:black;
    }
    .content a:hover {
        color:#aa0073;
        text-decoration: underline;
    }
	.content .tpl {
		clear:both;
	}
	.content .col1 {
	    width:100%;
	}
    /*
    .content .act-col-2 .col1 {
        float:left;
        width:270px;
    }
	.content .act-col-2 .col2 {
	    float:right;
	    width:270px;
	}
	*/
    .content .mediabox {
        float:right;
        width:210px;
    }
    .content .gallery {
        float:left;
        width:270px;
    }
	.content h1, .content h2, .content h3 {
		color:#000;
	}
	.content h1 {
		font-size:24px;
		margin-bottom:0px;
		font-weight:bold;
	}
	.content h2 {
		font-size:18px;
	}
	.content h3 {
		font-size:15px;
	}
	.content .txt {
		line-height:140%;
		color:#333;
		font-size:13px;
	}
	.content .txt, .content .files {
		clear:both;
		padding-top:10px;
	}
    .content .gallery {
        padding-top:10px;
    }
.content .gallery {
    position:relative;
}
.gallery  .prev, .gallery  .next {
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:30px;
    display:none;
    background:url(../img/struct/prev.png) no-repeat center center;
    display:block;
    z-index:40;   
}
.gallery  .next {
    right:0px;
    left:auto;
    background:url(../img/struct/next.png) no-repeat center center;
}
.content .openGallery {
    clear:right;
    display:block;
    text-align:center;
    color:#aa0073;
    text-decoration:underline;
    font-style: italic;
    font-size:11px;
    padding-top:10px;
}
.content .openGallery:hover {
    color:black;
}
.mediabox {
    margin-top:10px;
    background:url(../img/struct/mediabox.png) no-repeat top center #ecebeb;
    border-bottom:7px solid #b2b2b2;
    margin-bottom:30px;
    padding:20px 30px 0px 30px;
    font-size:11px;
    
}
  .mediabox .yt-link {
    display:block;
    height:30px;
      
      
  }
    .mediabox .desc {
        padding-bottom:10px;
    }
    .mediabox .item {
        float:left;
        width:93px;
        padding:0 10px 10px 0;
        text-align:center;
     }  
     .mediabox .item span {
         display:block;
         padding-top:2px;
     }


	
/* list */
.list {
	clear:both;
	padding-top:15px;
}
    .list .more {
        display:block;
        clear:both;
        color:#b31f83;
        font-style: italic;
        text-decoration: underline;
        margin-top:8px;
    }
    .list .item:hover .more {
        color:black;
    }

	.list-default .item {
		clear:both;
		margin-bottom:10px;
		display:block;
		padding:10px 0px;
		border-bottom:1px solid #aa0073;
	}
	.list-default .firstInRow {
		
	}
	.list-default .lastInRow {
		margin-right:0px;
	}
	.list-default .item:hover .more {
		color:#000;
	}
	.list-default h3 {
	    padding-top:10px;
	}
	.list-default h3, .list-default .img, .list-default .txt {
		display:block;
		
	}
	.list-default .img {
		float:left;
		display:block;
		/*width:150px;    
		margin-top:5px;*/
		min-height:10px;
		
	}
	.list-default.hasImg .img {
	    width:170px;
	}
  .list-default .img img {
    margin-right:20px;
  }
	.list-default .txt {
  
		float:left;
		clear:none;
		width:350px;
		
		padding:0px 10px 0px 0px;
	}

  


.news-box-top {
	clear:both;
	margin-bottom:20px;
}
    .news-box-top .list {
        padding:0px;
    }
	.news-box-top .item {
		clear:both;
		background:#ecebeb;
        border-top:1px solid #aa0073;
        border-bottom:1px solid #aa0073;
		padding:10px 25px;
		display:block;
		padding:0px;
	}
	.news-box-top h2 {
		font-size:13px;
		padding-bottom:10px;
		
	}
	.news-box-top .item:hover {
		background:#aa0073;
	}
	.news-box-top .item:hover * {
		color:white;
	}
	.news-box-top .item .img {
		float:left;
		margin-right:15px;
	}
	.news-box-top .item .img2 {
	    float:left;
	}
	.news-box-top .item .txt {
	    clear:none;
	    line-height:120%;
	    float:left;
	    width:360px;
	    padding-top:15px;
	}
	.news-box-top .item .more {
	    float:right;
	}
	.news-box-top .clear {
		display:block;
	}
	
.mylist {
    width:390px;
}
    .mylist .item {
        clear:both;
        background:#f0f0f0;
        
    }
    .mylist h2 {
        background:#969696;
        color:white;
        text-align:right;
        padding:0 10px 0 0;
        margin:20px 0 0 0;
        line-height:24px;
        font-size:12px;
    }
    .mylist img {
        float:left;
    }
    .mylist h3, .mylist h4 {
        color:#aa0073;
        font-size:14px;
        padding:10px 0 8px 0;
    }
    .mylist h4 {
        float:right;
    }
    .mylist .txt {
        clear:none;
        float:right;
        width:250px;
        font-size:12px;
        padding: 0  10px 10px 0;
    }
    .mylist .spacer {
        clear:both;
        height:3px;
        background:white;
    }
/* mail form */


	.mailform .submit {
		padding:5px 20px;
		background:#aa0073;
		color:#fff;
		cursor:pointer;
		font-size:20px;
		margin-left:120px;
		border:1px solid white;
		border-radius:6px;
    font-size: 12px;
		
	}
	
	
	
/* myscroll */
	.myscroll {
		width:100%;
		height: 211px;
		position: relative;
	}
	
	.myscroll div.scrollableArea a.item
	{
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		padding: 0 10px;
	}
	.myscroll .scrollingHotSpotLeft, .myscroll .scrollingHotSpotRight {
		width:75px !important;
		display:block !important;
		min-width:3px;
		height:211px;
	}



.notfall {
    width:226px;
    height:111px;
    background:url(../img/struct/notfall-v2.png) no-repeat #aa0073;
    color:white; 
}
.notfall h3, .notfall .txt {
  padding-left:62px;
}
.notfall h3 {
  font-size:15px;
  padding-top:14px;
  font-weight:bold;
  
}
.notfall .txt {
  font-size:10px;
  padding-top:13px;
}


html.it .nav a {
  font-size:13px;
}