/* CSS WSM FUNSPORT MAIN */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #666666;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	/*height: 100%;
	min-height: 100%;*/
}

body {
	background: #043C54;
	text-align: center;
	font-size: 1.2em; /* edit here global size for em, 1em = 10px */
}


/* Basic Layout */

#PAGE-AREA {
	width: 930px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
	position: relative;
}

.clearer {
	display: block;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

/* MENU LANGUAGE */
#MENU-LANGUAGE {
    position: absolute;
    z-index: 999;
    left: 830px;
    top: 30px;
}
#MENU-LANGUAGE a {
    padding: 0 5px;
}
#MENU-LANGUAGE img {
    border: 1px solid #FFF;
}

#TOP-AREA a.logo_link
{
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	float: none;
}
	#TOP-AREA a.logo_link img
	{
		display: inline;
		border: none;
	}

/* MENU MAIN */
#MENU-MAIN-OUTER {
	background-image: url(../pics/bg_menu_main.gif);
	background-repeat: no-repeat;
	height: 26px;
	text-align: right;
}
#MENU-MAIN {
	padding-right: 60px;
	line-height: 25px;
	padding-top: 1px;
}
#MENU-MAIN .main-menu-item, #MENU-MAIN .main-menu-act {
	padding-left: 15px;
}
#MENU-MAIN .main-menu-item a {
	padding-left: 8px;
	color: #9ED4ED;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(../pics/icon_menu_main.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-decoration: none;
}
#MENU-MAIN a:hover {
	color: #FFFFFF;
}
#MENU-MAIN .main-menu-act a {
	padding-left: 8px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(../pics/icon_menu_main_act.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-decoration: none;
}

/* MENU SUB */
#MENU-SUB-OUTER {
	float: left;
	width: 200px;
	margin-top: 17px;
}
#MENU-SUB-AREA {
}
#MENU-TITLE {
	background-image: url(../pics/bg_menu_sub_title.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 18px;
	padding-left: 10px;
	padding-top: 1px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	overflow: hidden;
}
#MENU-SUB {
	margin-top: 2px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: #FFFFFF;
}
#MENU-SUB a {
	color: #69c4e3;
	text-decoration: none;
}

/* level 1 */
#MENU-SUB ul {
	margin-left: 0;
	list-style-type: none;
}
#MENU-SUB ul li a {
	display: block;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(../pics/icon_menu_sub.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#MENU-SUB ul li a:hover {
	color: #0091C7;
}
#MENU-SUB ul li a.active {
	font-weight: bold;
	background-image: url(../pics/icon_menu_sub_act.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #0091C7;
}

/* level 2 */
#MENU-SUB ul ul {
	padding-left: 18px;
	padding-bottom: 10px;
}
#MENU-SUB ul ul li a {
	font-weight: normal;
}

/* level 3 */
#MENU-SUB ul ul ul {
	padding-bottom: 5px;
}

#SHOPLINK {
	margin-top: 10px;
	margin-left: 12px;
}
#SHOPLINK img {
    /*margin-bottom: 15px;*/
	margin: 0;
}
#FB-LIKE-BOX {
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #FFF;
}
.csc-textpic-clear {
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* MAIN AREA */

#MAIN-AREA-LEFT-BAR {
	float: left;
}

#MAIN-AREA {
	background-image: url(../pics/bg_main_area.gif);
	width: 901px;
}

#MAIN-AREA-CONTENT {
	float: left;
	background-image: url(../pics/bg_content_area_top.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #5190C4;
	width: 889px;
}

#MAIN-AREA-CONTENT-INNER {
	background-image: url(../pics/bg_content_area_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 889px;
}


/* CONTENT MAIN */
#CONTENT-MAIN-OUTER {
	float: left;
	margin-left: 23px;
	width: 470px;
	padding-bottom: 10px;
}

#BANNER {
    padding-top: 17px;
}
#BANNER img {
    border: 2px solid #FFFFFF;
}

#PAGE-SUBTITLE {
	margin-top: 17px;
	background-image: url(../pics/bg_pagesubtitle.gif);
	background-repeat: no-repeat;
	width: 390px;
	height: 18px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 1px;
	overflow: hidden;
}
#PAGE-SUBTITLE h1 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #FFFFFF;
}
#CONTENT-MAIN {
	margin-top: 2px;
	background-image: url(../pics/bg_content_main.gif);
	background-repeat: repeat-y;
	padding-left: 17px;
	padding-top: 8px;
	padding-bottom: 10px;
}

#CONTENT-MAIN ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#CONTENT-MAIN li {
	padding-left: 0;
	margin-left: 25px;
	list-style-position: outside;
}

#CONTENT-MAIN h2 {
	background-image: url(../pics/bg_content_h2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	color: #0091C7;
}

#CONTENT-MAIN .csc-textpic-border IMG {
	border: 2px solid #FFFFFF;
}

#CONTENT-MAIN .csc-textpic-intext-right-nowrap IMG {
	border: 2px solid #FFFFFF;
	
}
#CONTENT-MAIN .csc-textpic-image {
	padding-bottom: 6px;
	background-image: url(../pics/shadow_content_images.gif);
	background-position: bottom;
	background-repeat: no-repeat;
} 	
#CONTENT-MAIN .csc-frame-frame2 .csc-textpic-image {
	padding-bottom: 6px;
	background-image: none;
} 
#CONTENT-MAIN .csc-textpic-intext-right-nowrap .csc-textpic-imagerow {
	/*padding-bottom: 6px;
	background-image: url(../pics/shadow_content_images.gif);
	background-position: bottom;*/
}
#CONTENT-MAIN .csc-textpic-imagewrap {
}

/* PAGE IMAGE RIGHT */
#PAGE-IMAGE-RIGHT {
	float: left;
	margin-left: 26px;
}

/* BOTTOM AREA */
#BOTTOM-AREA {
	text-align: right;
	margin-right: 50px;
}
#MENU-BASIC {
	background-image: url(../pics/bg_menu_basic.gif);
	float: right;
}
#MENU-BASIC a {
	color: #9ED4ED;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
#MENU-BASIC a:hover {
	color: #FFFFFF;
}
#MENU-BASIC a.basic-active {
	color: #FFFFFF;
}


/* MAIL FROM CSS SETTING */
#CONTENT-MAIN #mailform {
	width: 360px;
}
.csc-mailform-field label {
	width: 80px;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
}
.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	
}
.csc-mailform-field TEXTAREA {
	width: 200px;
	margin-bottom: 5px;
}
.csc-mailform-field INPUT {
	margin-bottom: 5px;
	width: 200px;
}
.csc-mailform-field SELECT {
	margin-bottom: 5px;
}
.csc-mailform-submit {
	border: 1px solid #666;
	width: 30px;
	/*margin-left: 77px;*/
	margin-left: -15px;
	margin-top: 10px;
	padding: 0px;
}
.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 0px;
}
.csc-mailform-field-check {
	clear: both;
	padding-top: 10px;
	padding-left: 70px;
}
.csc-mailform-check {
	float: left;
	text-align: left !important;
	/*margin-left: 65px !important;*/
	width: 10px !important;
	margin-top: 2px !important;
	padding: 0 !important;
	margin-bottom: 5px;
	margin-right: 5px;
}
*html .csc-mailform-check {
	margin-top: -2px !important;
	margin-left: 2px;
}
.csc-mailform-check INPUT {
	margin: 0 !important;
	padding: 0 !important;
}

/* GUESTBOOK */
.tx-veguestbook-pi1 {
    width: 340px;
}

h2.tx-guestbook-header {
    width: 340px !important;
    background-image: none !important;
    background-color: #FFF !important;
    margin: 0 0 3px 0!important;
    padding: 5px 0 0 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 5px !important;
    border-top: 1px solid #666666;
}
.tx-guestbook-left {
    float: none !important;
    font-size: 10px;
    padding: 0 !important;
    width: auto !important;
    min-height: 5px !important;
    height: auto !important;
}
.tx-guestbook-right {
    float: none !important;
	color: #666666 !important;
    padding: 5px 0 0 0 !important;
    width: auto !important;
}
.tx-guestbook-right p {
	color: #666666 !important;
}
.tx-guestbook-date {
    font-weight: normal !important;
	color: #666666 !important;
}

.tx-veguestbook-pi1 form {
    padding-top: 15px;
}

.tx-veguestbook-pi1 label {
    width: 90px !important;
}
.tx-guestbook-form-inputfield-med,
.tx-guestbook-form-inputfield-big {
    width: 200px !important;
}


/* HACKS */
*html #MENU-SUB-AREA {
	height: 295px;
}

/* bilder neu */

.csc-textpic-imagewrap ul li.csc-textpic-image
{
	margin: 0 5px 0 !important;
	padding: 0;
}
.csc-textpic-imagewrap ul li.csc-textpic-lastcol
{
	margin-right: 0px !important;
}

/************************* news ***************************/
/* latest */
.news-latest-container
{
	padding: 0;
}
.news-latest-container .news-latest-item
{
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0;
}
	#CONTENT-MAIN .news-list-item h2
	{
/*		width: 300px;
		float: left;*/
		overflow: hidden;
	}
	#CONTENT-MAIN .news-latest-item h2 a,
	#CONTENT-MAIN .news-list-item h2 a
	{
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		color: #0091C7;
		text-decoration: none;
	}
	#CONTENT-MAIN .news-list-item h2 a
	{
		display: block;
		float: left;
	}
	.news-latest-item  h2 .news-latest-date
	{
		padding-left: 15px;
	}
	.news-list-item .news-list-date
	{
		display: block;
		float: left;
		padding-left: 15px;
	}
	.news-latest-item .news-latest-morelink
	{
		display: block;
		margin-top: 7px;
		display: none;
	}
	.news-latest-item .latest_teasertext,
	.news-list-item .list_teasertext
	{
		max-width: 360px;
	}
	.news-latest-item p span.morelink
	{
		display: block;
		margin-top: 7px;
	}
	.news-latest-item .latest_list_image
	{
		float: right;
		margin: 0;
		padding: 0;
	}
	.news-latest-gotoarchive
	{
		background-color: none !important;
		background: transparent !important;
	}
/* list */
.news-list-item .news-list-morelink
{
	display: block;
	margin-top: 7px;
}
/* single */
.news-single-item
{
	overflow: hidden;
}
.news-single-item .detail_subheader h2
{
	font-weight: normal;
	background-image: none !important;
}
.news-singke-item .news-single-img
{
	float: right;
}
.news-single-item .detail_text_wrapper
{
	float: left;
	max-width: 280px;
}
.news-single-item hr.clearer {border: none;}
.news-single-item .news-single-backlink
{
	margin-top: 12px;
	padding.top: 12px;
	background-image: url(../pics/bg_content_h2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
