/*
###########################################
## Home -->autor: ffi
###########################################
*/

/*
------------------------------------------
 Content
------------------------------------------
*/

.contentWrapper{
    /*background: url(../_img/layout/bg_homeWrapper.gif ) repeat-y left top;*/
    background-color: Transparent;
}

#left{
    float: left;
    width: 646px;
    min-height: 515px;
    height: auto !important;
    height: 515px;
    display: inline;
    background:  #D0D9C9;
}

#right{
    float: right;
    width: 318px;
    min-height: 515px;
    height: auto !important;
    height: 515px;
    display: inline;
    background-color:  #D0D9C9;
}


/*
------------------------------------------
 topNews
------------------------------------------
*/

.topNewsWrapper
{
    width: 626px;
    min-height: 305px;
    height: auto !important;
    height: 305px;
    border: 10px solid #D0D9C9;
    background-color: #D0D9C9;
}

.topNewsWrapper table
{
    background-color: #ffffff;
}

.topNewsWrapper p
{
    margin-bottom: 10px;
}

.topNews
{
    clear: both;
    position: relative;
    background-color: #ffffff;
}

.topNewsBorder
{
    padding-bottom: 10px;
    background: url(../_img/layout/dotteLineBlack.gif) repeat-x left bottom;
    background-color: #ffffff;
}

.topNewsTitle
{
 height: 200px;
 width: 616px;
 padding: 5px 0px 0px 10px;
 position: absolute;
 top: 0px;
 left: 0px;
 text-transform: uppercase;
 font: normal 14px/14px "Verdana", Arial Helvetica, Tahoma, sans-serif;
 color: #ffffff;
 background: transparent url(../_img/layout/topnews/bg_topnews-trans.png) no-repeat left center;
}

.topNewsImg
{
    margin-bottom: 7px;
}

.topNewsText
{
    margin-left: 10px;
}

.topNewsText ul li
{
    list-style-type: none;
    display: inline;
}

.topNewsText ul li a, .topNewsText ul li a:link, .topNewsText ul li a:visited
{
    display: block;
    text-decoration: none;
    font: normal 12px/15px "Verdana", Arial Helvetica, Tahoma, sans-serif;
    color: #000000;
    background: url(../_img/icons/ic_arrow_forward_black.gif) no-repeat left center;
    padding-left: 15px;
}

.topNewsText ul li a:hover
{
    color: #E2001A;
    text-decoration: none;
}
/* VAN*/

/*subNews*/

.subNews
{
    clear: both;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../_img/layout/dotteLineBlack.gif) repeat-x left bottom;
    background-color: #ffffff;
}

.subNewsImg
{
    width: 150px;
    display: inline;
    float: left;
    margin: 0px 10px;
}

.subNewsText
{
    width: 446px;
    display: inline;
    float: left;   
}

.subNewsCreated
{
    text-align:right;
    font-size:10px;
    color:#9c9d9f;
}


/*
------------------------------------------
 teaser
------------------------------------------
*/

.teaserWrapper
{
    width: 646px;
    min-height: 170px;
    height: auto !important;
    height: 170px;
    background-color: transparent;
}

#horizontalSeperator
{
    width: 626px;
    height: 4px !important;
    margin: 0px 10px;    
    background-color: #7ab51d;
}

/*TeaserRow*/
.teaserRow
{
    clear: both;
    height: 170px;
    background-color: transparent;
    padding: 10px;
}

/*singleTeaserBox*/
.singleTeaserBox
{
    width: 202px;
    height: 170px;
    float: left;
    display : inline;
    position: relative;
    margin-right: 10px;
    background-color: Red;
}

/*doubleTeaserBox*/
.doubleTeaserBox
{
    width: 414px;
    height: 170px;
    float: left;
    display : inline;
    position: relative;
    margin-right: 10px;
    background-color: Red;
}

/*tribbleTeaserBox*/
.tribbleTeaserBox
{
    width: 626px;
    height: 170px;
    position: relative;
    background-color: Red;
}

.lastTeaserBox
{
    margin-right: 0px;
}


/*teaserBoxContents*/
.teaserBoxTitle
{
    width: 100%;
    height: 15px;
    padding-top: 5px;
    font: normal 11px/11px "Verdana", Arial Helvetica, Tahoma, sans-serif;
    
}

.teaserBoxTitle span
{
    padding-left: 10px;
    text-transform: uppercase;
}

.teaserBoxContent
{
    width: 100%;
    height: 130px;
}

.teaserBoxContent p
{
    padding: 10px 10px 0px 10px;
}

.teaserBoxContentImg
{
    margin: 0 auto;    
    padding-top: 2px;
}

div.teaserBoxContentImg
{
    width: 80px;
    float: left;
    display: inline;
    padding: 10px;    
}

.teaserBoxLink
{
    /*height: 10px;
    padding-bottom: 10px;
    margin-left: 10px;*/
    position: absolute;
    bottom: 10px;
    left: 10px;
}



/*
------------------------------------------
 service
------------------------------------------
*/

.serviceWrapper
{
    clear: both;
    width: 298px;
    min-height: 495px;
    height: auto !important;
    height: 495px;
    border: 10px solid #D0D9C9;
    background-color: #D0D9C9;
}

/*serviceBox*/
.serviceBox
{
    clear: both;
    margin-bottom: 10px;
}

.firstServiceBox
{
    background: url(../_img/layout/dotteLineBlack.gif) repeat-x left bottom;
    padding-bottom: 10px;   
}

.serviceBoxTitleGrey
{
    height: 16px;
    background-color: #645E59;
    padding: 5px 0px 0px 10px;
    font: normal 11px/11px "Verdana", Arial Helvetica, Tahoma, sans-serif;
    color: #ffffff; 
    text-transform: uppercase;
}

.serviceBoxContent
{
    padding-bottom: 10px;
    background-color: #ffffff;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}

.serviceBoxContentAutoHeight
{
    padding-bottom: 0px;
    background-color: #ffffff;
    height: auto !important;
}

.serviceBoxContent h2
{
    margin: 0px 10px;
    padding-top: 10px;
    background-color: #ffffff;
    font: bold 11px/11px "Verdana", Arial Helvetica, Tahoma, sans-serif;
    color: #000000;
}

.serviceBoxContent p
{
    margin: 0px 10px;
    padding: 10px 0px;
    background-color: #ffffff;
    font: normal 10px/10px "Verdana", Arial Helvetica, Tahoma, sans-serif;
}

.serviceBoxContent a.learnMore, .serviceBoxContent a:link.learnMore, .serviceBoxContent a:visited.learnMore
{
    margin: 0px 10px;
    background-color: #ffffff;
    font: normal 10px/10px "Verdana", Arial Helvetica, Tahoma, sans-serif;
    color: #E2001A;
    text-decoration: none;
}

.serviceBoxContent a:hover.learnMore
{
    color: #EB6B4A;
}


/*********************/
/* Teaser-Colors     */
/*********************/
/*
BL = Blau
OR = Gelb/Orange
GR = Grün
RO = Rot
K = Schwarz
W = Weiss
*/

/*Typo OR*/
.teaserBoxOR
{
    background-color: #F9B200;
    position: relative;
}

.teaserBoxOR .teaserBoxTitle
{
    background-color: #644215;
}

.teaserBoxOR .teaserBoxContent p
{
    color: #FFFFFF;
}

a.learnMoreOR, a.learnMoreOR:link, a.learnMoreOR:visited
{
    font: normal 10px/10px "Verdana", Arial Helvetica, Tahoma, sans-serif;
    background: url(../_img/icons/ic_arrow_forward_white.gif) no-repeat left center;
    padding-left: 15px;
    color: #000000;
    text-decoration: none;
}

a.learnMoreOR:hover{
    color: #ffffff;
}

/*Typo BL*/
.teaserBoxBL
{
    background-color: #007BBF;
    position: relative;
}

.teaserBoxBL .teaserBoxTitle
{
    background-color: #00364A;
}

.teaserBoxBL .teaserBoxContent p
{
    color: #FFFFFF;
}

a.learnMoreBL, a.learnMoreBL:link, a.learnMoreBL:visited
{
    font: normal 10px/10px "Verdana", Arial Helvetica, Tahoma, sans-serif;
    background: url(../_img/icons/ic_arrow_forward_white.gif) no-repeat left center;
    padding-left: 15px;
    color: #000000;
    text-decoration: none;
}

a.learnMoreBL:hover{
    color: #ffffff;
}


/*Typo GR*/
.teaserBoxGR
{
    background-color: #009306;
    position: relative;
}

.teaserBoxGR .teaserBoxTitle
{
    background-color: #004200;
}

.teaserBoxGR .teaserBoxContent p
{
    color: #FFFFFF;
}

a.learnMoreGR, a.learnMoreGR:link, a.learnMoreGR:visited
{
    font: normal 10px/10px "Verdana", Arial Helvetica, Tahoma, sans-serif;
    background: url(../_img/icons/ic_arrow_forward_white.gif) no-repeat left center;
    padding-left: 15px;
    color: #000000;
    text-decoration: none;
}

a.learnMoreGR:hover{
    color: #ffffff;
}


/*Typo RO*/
.teaserBoxRO
{
    background-color: #E2001A;
    position: relative;
}

.teaserBoxRO .teaserBoxTitle
{
    background-color: #621616;
}

.teaserBoxRO .teaserBoxContent p
{
    color: #FFFFFF;
}

a.learnMoreRO, a.learnMoreRO:link, a.learnMoreRO:visited
{
    font: normal 10px/10px "Verdana", Arial Helvetica, Tahoma, sans-serif;
    background: url(../_img/icons/ic_arrow_forward_white.gif) no-repeat left center;
    padding-left: 15px;
    color: #000000;
    text-decoration: none;
}

a.learnMoreRO:hover{
    color: #ffffff;
}


/*
------------------------------------------
 Vancouver 2010 Styles 
------------------------------------------
*/

/* Layout / Borders */
/* VAN Old
#left {
	background: url(../Resources/frontpage/images/trans63.png) repeat #E8E4E0;
}
*/

/* Element Styles */

.topNews_Home h1 {
	color: #7ab51d;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #1f1f1f;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}


#wrapper a.arrowlink {
	padding-right: 15px;
	background: url(../_img/icons/ic_arrow_forward_black.gif) no-repeat 100% 4px; 
	color: #7ab51d;	
}

.teaserBox_2010 h2 {
	color: #252525;
	font: 11px "Verdana";
	font-weight: bold;
	text-transform: uppercase;
}

.table_medaillen {margin-bottom: 5px;}
.table_medaillen td {
	padding: 5px 3%;
	text-align: center;
}
.table_agenda, .table_medaillen {  
	width: 100%;
	border-collapse: collapse;
} 
.table_agenda {margin-top: -3px;}
.table_agenda td,
.table_medaillen td {
	border-bottom: 1px #645e59 dotted;
}
.table_agenda td {
	vertical-align: top;
	padding: 3px 0 5px;
}

.table_agenda .td-0 { 
	width: 40%;
	color: red;
}

.table_agenda .td-1 { 
	font-weight: bold;
}


span.medCnt { color: red; font-size: 14px;}
p.big{font-size: 12px;}


/* topNews */
.topNewsWrapper_Home
{
    margin: 10px 10px 0 10px;
    background-color: #fff;
}

.topNewsTitle_Home {
	height: 25px;
	padding: 1px 0px 0px 10px;
	background-color: white;
    border-bottom-style:solid;
    border-bottom-color: #7ab51d;
    border-bottom-width: 4px;
}


#featured{
	position:relative;
	height:245px;
	background:#fff;
}

#wrapper a.arrowlinkBtn {
	padding-right: 15px;
	background: url(../_img/icons/ic_arrow_forward_black.gif) #FFF no-repeat 80px 11px; 
	color: #7ab51d;	
	bottom:0;
	display:block;
	height:10px;
	padding:7px 27px 12px 20px;
	position:absolute;
	right:0;
	width:60px;
	z-index:1001;
}

#featured ul.ui-tabs-nav{
	position:absolute;
	top:0;
	list-style:none;
	padding:0; margin:0;
	z-index:1000;
	height:245px;
	padding-left: 7px;
	background: url(../_img/frontpage/bg_slider50.png) repeat-y;
	left:506px;
	width:113px;
}

#featured .ui-tabs-panel{
	width:626px; height:245px;
	background:#999; position:relative;
    overflow:hidden;
}
#featured .ui-tabs-hide{
	display:none;
}
* + html #featured li.ui-tabs-nav-item {height: 70px; display: block;}

#featured .ui-tabs-nav-item {padding-left: 6px;}

#featured li.ui-tabs-nav-item a{
	display:block;
	height: 72px;
	background-color: #000;
	outline:none;
}

#featured ul.ui-tabs-nav li.ui-state-active {
	background: url(../_img/frontpage/arrow_news.png) no-repeat center left;
}

#featured ul.ui-tabs-nav .ui-state-active a {
	background-color: #7ab51d;
}


#featured ul.ui-tabs-nav li img{
	float:left; 
	background:#fff;
	border: none;
	margin: 1px;
}

#featured .ui-tabs-panel .info{
	position:absolute;
	top:180px; left:0;
	height:55px; width: 505px;
	padding:5px 10px;
	background: url(../_img/frontpage/trans90.png);
}

/* Teaser */
.teaserWrapper_2010 {
	overflow: hidden;
}
.teaserRow_2010 {
	clear: both;
	background-color:#FFF;
	overflow: hidden;
	margin: 0 10px;
	height: auto;
}
.teaserBox_2010 {
    width: 190px;
	height: 241px;
    float: left;    
	padding: 10px 0px 0 15px;
	background-color: #FFF;
}
.lastTeaserBox { border-right: none;}

.teaserBoxTitle_2010 {
	padding-bottom: 3px;
   	border-bottom:  1px #645e59 dotted;
   	margin: 0 15px 3px 0;
}

.teaserBoxTitle_2010 h2 {
   	color: #7ab51d;  	
}

.teaserBoxContent_2010 {
    height: 100%;	
    border-right: 2px #e4e4e4 solid;
    padding-right: 15px;
}

.lastTeaserBox .teaserBoxContent_2010 { border-right: none;}
/* .teaserBox_2010.overlay_medaille {background: url(../_img_bg/frontpage/med_swiss.gif) no-repeat 100% 0 #FFFFFF;} */
.overlay_medaille p.overlayBox { display: block; width: 135px;}

.teaserBoxSplit-1 .teaserBoxContent_2010 {padding: 0px 0 10px 0;height: 65px;}
.teaserBoxSplit-2 .teaserBoxContent_2010 {height: 100px;}



/* Newsletter Signup */
.teaserBox_2010 input {color: red;}

.teaserBox_2010 input.email {
	border: 1px solid #adadad;
	width: 130px;
	padding: 2px 5px;
}
.teaserBox_2010 input.submitBtn {
	background-color: #FFF;
	border: none;
	padding: 2px 20px 0 0;
	width: 30px;
	background: url(../_img/icons/ic_arrow_forward_black.gif) no-repeat 22px 5px; 
}



/* Diashow */
.diashow {
	margin: 10px;
	padding: 5px 0 0 15px;
}

.diashow a {
	text-decoration:none;
}

.diashow .teaserBoxTitle_2010 { 
	text-align: left;
	border-bottom: 1px dotted #645E59;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px 15px 3px 0px;
}
.diashow .teaserBoxTitle_2010 h2 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
width: 135px;
height: 90px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 135px;
    height: 90px;
}
.jcarousel-item img {
	padding-top:2px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:565px;
    padding: 0px 30px 20px 30px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 560px;
    height: 90px;
    margin-left: 3px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 136px;
    height: 90px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 5px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/* Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: -8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../_img/frontpage/arrow_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../_img/frontpage/arrow_left.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal {background: none;}


.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

/* caption styling */

.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:4px; 
	font-size:11px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}

/* Shop Artikel des Monats (adm) */
.shop_adm {
	margin: 10px;
	height: 185px;
	padding: 5px 0 0 15px;
	overflow: hidden;
}

.shop_adm a {
	text-decoration:none;
}

.shop_adm .teaserBoxTitle_2010 { 
	text-align: left;
	border-bottom: 1px dotted #645E59;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px 15px 3px 0px;
}
.shop_adm .teaserBoxTitle_2010 h2 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.shop_adm .shop_adm_bild{
	float: left;
	margin-bottom: 5px;
	margin-right: 25px;
	margin-top: 5px;
	width: 150px;
	height: 150px;
}

.shop_adm .shop_adm_bild img{
}

.shop_adm .shop_adm_text{
	float: left;
	margin-top: 10px;
	width: 200px;
}

.shop_adm .shop_adm_text h3{
	color: #3C6315;
	font-weight: bold;
	margin-bottom: 6px;
}

.shop_adm .shop_adm_link{
	float: right;
	width: 200px;
	margin-top: 15px;
	margin-right: 20px;
	text-align: right;
}

.shop_adm .shop_adm_shop_link{
	float: right;
}
