/* content.css */
#content {
	
}

#content h1.imageheader {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	/*font-family: "Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
#content h2 {
	margin: 25px 0 10px 0;
	font-size: 13px;
	font-weight: bold;
}

#content h2.imageheader {
	margin: 0 0 20px 50px;
	padding: 0 0 3px 0;
	
	font-size: 15px;
	line-height: 22px;
}

#content h2.imageheader span {
	visibility: hidden;
	font-weight: normal;
	
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
}
#content h4, #content h5, #content h6 {
	font-size: 11px;
}

#content p,
#content ul {
	margin: 5px 0 15px 0;
	
	font-size: 11px;
	line-height: 16px;
}

#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content ul {
	margin: 10px 0;
}
#content ul li {
	background-image: url('/fileadmin/web/images/common/icons/list.gif');
	background-repeat: no-repeat;
	background-position: 5px 7px;
	
	padding-left: 15px;
}

#content .csc-textpic-imagecolumn ul li {
  padding-left: 0px ;
  background: none;
}

#content .contenttable {
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 11px;
}
#content .contenttable thead tr {
	color: #ffffff;
}
#content .contenttable thead tr th{
	vertical-align: top;
}
#content .contenttable tbody .tr-odd {
	background-color: #ffffff;
}
#content .contenttable td, #content table th {
	padding: 5px;
}
#content .contenttable .td-0 {
	width: 50%;
}
#content .contenttable .td-1,
#content .contenttable .td-2 {
	width: 25%;
}

/* typo3 content wrappers */
#content .csc-textpic-text p {
	margin: 0 0 15px 0;
}

/* custom content boxes */
#content .box {
	float: left;
	display: inline-block;
	
	vertical-align: top;
	overflow: hidden;
	
	margin: 0 10px 35px 0;
	
	font-size: 11px;
}
/* Hack: IE6 */
* html #content .box {
	display: inline;
}

/* Hack: IE7*/
*:first-child+html #content .box {
	display: inline;
}

#content .box .csc-textpic-imagewrap {
	width: auto !important;
}
#content .box .csc-textpic-imagewrap img {
	display: block;
	padding: 2px;
	border: 1px #DDDDDD solid;
	background-color: #FFFFFF;
}
#content .box canvas,
#content .box .reflected
{
	margin: 4px 0 0 0;
}
#content .box canvas {
	margin-left: 3px;
}

#content .box_small {
	width: 151px;
	height:200px;
	margin-bottom: 0;
	padding: 0 0 0 10px;
	/*float:left;*/
	z-index: 1;
}

#content .box_right {
	border-left: 1px solid #CCCCCC;
}

#content .plugin_skins.plugin_skins_components {
	margin-bottom: 30px;
}

#content .box_small .csc-textpic-text {
	clear: both;
	padding: 5px 0 0 0;
	
	text-align: right;
}

#content .box_small .csc-textpic-text h2 {
	margin: 0;
	font-size: 12px;
}

#content .box_large {
	width: 306px;
	margin-right: 0;
	/*float:left;*/
	z-index: 2;
}

#content .button,
#content .change-card {
	border: none;
	
	font-size: 11px;
	font-family: Arial;
	
	padding: 2px 23px;
	float: right;
	
	cursor: pointer;
}

#content .button {
	color: #ffffff;
	font-weight: bold;
}

#content .change-card {
	background-color: #d5d5d5;

	color: #333333;
	font-weight: normal;
	
	margin-right: 10px;
}

/* Sidebar */
#sidebar .bodytext {
	font-size: 11px;
}

#sidebar .csc-textpic {
	display: block;
}

#sidebar .csc-textpic:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#layout.home .csc-textpic  {
	margin: 0;
}

#layout.home .csc-textpic .csc-textpic-imagewrap a {
	/* margin: 0 0 10px 0; */
	overflow: hidden;
	width: 100%;
}

#layout.home .csc-textpic .csc-textpic-imagewrap a img {
	border: 1px solid #AEB5C6;
}

/* Forms */
.tx-thmailformplus-pi1 .text,
.newsletter .text,
.tx-thmailformplus-pi1 textarea,
.tx-thmailformplus-pi1 select {
	background: #FFFFFF none repeat scroll 0% 0%;
	border: 1px solid #DDDDDD;
	padding: 3px;
	
	font-size: 11px;
}

.tx-thmailformplus-pi1 .text,
.newsletter .text {
	width: 270px;
}

.tx-thmailformplus-pi1 textarea {
	display: block;
	width: 400px;
	
	font-family: inherit;
}

.tx-thmailformplus-pi1 label,
.newsletter label {
	color: #666666;
	display: block;
	font-size: 10px;
	padding: 5px;
	text-align: left;
	width: 270px;
}

.csc-textpic-countdown {
	position: relative;
	overflow: hidden;
}

.csc-textpic-countdown .countdown {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 999;
	
	overflow: hidden;
	
	width: 300px;
	height: 50px;
	
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	
	background: #000062;
}
.csc-textpic-countdown .countdown strong {
	position: absolute;
	top: 10px;
	left: 15px;
	
	display: block;
	
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	line-height: 15px;
}
.csc-textpic-countdown .countdown strong span {
	font-size: 12px;
}

.csc-textpic-countdown .countdown dl {
	position: absolute;
	top: 12px;
	right: 15px;
	
	overflow: hidden;
	cursor: default;
	
	width: 151px;
	height: 35px;
	
	background: url('/fileadmin/web/images/views/countdown/timer.background.gif') 0 0 no-repeat;
}

.csc-textpic-countdown .countdown dl .days {
	left: 3px;
	color: #FFFFFF;
}
.csc-textpic-countdown .countdown dl .hours {
	left: 45px;
}
.csc-textpic-countdown .countdown dl .minutes {
	left: 85px;
}
.csc-textpic-countdown .countdown dl .seconds {
	left: 124px;
}

.csc-textpic-countdown .countdown dl dt,
.csc-textpic-countdown .countdown dl dd {
	position: absolute;
}
.csc-textpic-countdown .countdown dl dt {
	top: 20px;
	width: 30px;
	
	overflow: visible;
	
	text-align: center;
	color: #8080b1;
	font-size: 10px;
}
.csc-textpic-countdown .countdown dl dt.days {
	left: 1px;
}
.csc-textpic-countdown .countdown dl dt.hours {
	left: 43px;
}
.csc-textpic-countdown .countdown dl dt.minutes {
	left: 83px;
}
.csc-textpic-countdown .countdown dl dt.seconds {
	left: 121px;
}

.csc-textpic-countdown .countdown dl dd {
	top: -1px;
	height: 18px;
	
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	letter-spacing: 6px;
	line-height: 20px;
}
.csc-textpic-countdown .countdown dl dd.days {
	letter-spacing: 7px;
}


/** Style fuer Partnersite Links **/


.obertauern-links {
	width: 198px;
	border: 1px solid #b0b7c8;
	background-color: #fff;
	margin:10px 0 10px 0;
}

	.obertauern-links a {
		display: block;
		float: left;
		text-indent: -3000px;
		height: 24px;
		background-position: left top;
		background-repeat: no-repeat;
		margin: 8px 8px 8px 0;
	}

	.obertauern-links a:hover {
		background-position: 0 -50px;
	}
	
	.obertauern-links a.link-facebook {
		width: 23px;
		background-image: url(/fileadmin/web/images/partnersites/logo_facebook.gif);
		margin-left: 10px;
	}

	.obertauern-links a.link-twitter {
		width: 23px;
		background-image: url(/fileadmin/web/images/partnersites/logo_twitter.gif);
	}
	
	.obertauern-links a.link-picasa {
		width: 23px;
		background-image: url(/fileadmin/web/images/partnersites/logo_picasa.gif);
	}
	
	.obertauern-links a.link-flickr {
		width: 23px;
		background-image: url(/fileadmin/web/images/partnersites/logo_flickr.gif);
	}
	
	.obertauern-links a.link-tv {
		width: 21px;
		background-image: url(/fileadmin/web/images/partnersites/logo_tv.gif);
	}
	
	.obertauern-links a.link-youtube {
		width: 57px;
		background-image: url(/fileadmin/web/images/partnersites/logo_youtube.gif);
		margin-right: 0;
	}



