/* FC Wil - Mai 2009 - Online Consulting AG */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}
/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.1%;
	height: 100%;
	}
body {
	text-align: center;
	font-size: .75em;
	line-height: 1.8em;
	height: 100%;
	color: #666;
	}
#wrapper {
	width: 970px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: 0 auto;
	background: url(/portaldata/images/design/bg.gif);
	}
#main {
	padding: 0;
	text-align: left;
	}
#left {
	width: 220px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 0;
	float: left;
	margin: 0;
	text-align: left;
	}
#content {
    float: left;
    width: 510px;
    margin: 10px;
	}
#right {
    float: left;
    width: 210px;
    padding-left: 8px;
	text-align: right;
	}
#footer {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	height: 30px;
    background: #fff url(/portaldata/images/design/hnav_bg.gif) no-repeat left top;
	}
/************************************************
*				Style-Elemente					*
************************************************/
img {
	vertical-align: bottom;
	behavior: url("/portaldata/1/js/pngbehavior.htc");
	}
/*#content img {border: 1px solid #989da5}*/
a img {border: none;}
.clear {clear: both;}
hr {clear: both;}

/************************************************
*					Header						*
************************************************/
#header {
	text-align: left;
	position: relative;
    height: 190px;
    width: 970px;
    overflow: hidden;
    z-index: 0;
    background: transparent;
	}
#emotion {
	float: right;
	margin-top: 10px;
	height: 130px;
	width: 740px;
	}
#emotion .corner {
	position: absolute;
	right: 0;
	z-index: 100000;
	}
#header #logo {
	float: left;
	position: relative;
	left: 30px;
	top: 25px;
	width: 143px;
	height: 144px;
	z-index: 99999999;
	}
#header #logo a, #header #logo a:link, #header #logo a:visited {
	display: block;
	position: absolute;
	width: 143px;
	height: 144px;
	}

/************************************************
*					Navigation					*
************************************************/
/* Hauptnavigation HNAV */
#hnav {
	clear: both;
	height: 33px;
	width: 970px;
	margin-top: 5px;
    background: #fff url(/portaldata/images/design/hnav_bg.gif) no-repeat left top;
	}
#hnav ul {
    list-style-type: none;
    padding-left: 220px;
	}
#hnav ul li {
    float: left;
    white-space: nowrap;
	}
#hnav ul li a, #hnav ul li a:link, #hnav ul li a:visited {
	color: #000;
    float: left;
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
	padding: 5px 5px 5px 8px;
	}
#hnav ul li a:hover, #hnav ul li a:active, #hnav ul li a.aktiv,
#hnav ul li a.aktiv:link, #hnav ul li a.aktiv:visited, #hnav ul li a.aktiv:hover, #hnav ul li a.aktiv:active {
	color: #0062ac;
	}

/* Sekundäre Navigation SNAV */
#snav {
	text-align: left;
    width: 210px;
    margin-top: 10px;
    padding: 0 0 10px 0;
    background: #fff url(/portaldata/images/design/box_bg.gif) no-repeat top;
    border-bottom: 1px solid #ddd;
	}
#snav ul {
	margin: 10px;
    list-style-type: none;
	}
* html #snav ul li {
	height: 1%;
	}
#snav ul li a, #snav ul li a:link, #snav ul li a:visited {
    display: block;
    color: #000;
    height: auto;
    padding: 5px 0 5px 0;
    text-decoration: none;
	}
#snav ul li a:hover, #snav ul li a:active,
#snav ul li a.aktiv, #snav ul li a.aktiv:link, #snav ul li a.aktiv:visited,
#snav ul li a.aktiv:hover, #snav ul li a.aktiv:active {
	color: #0062ac;
	}
#snav ul ul {margin: 0 0 0 10px;}
#snav ul ul li a, #snav ul ul li a:link, #snav ul ul li a:visited {
	border-bottom: 1px solid #ddd;
	}
/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1 {
	text-align: left;
	font-weight: normal;
	padding: 5px 0 15px 0;
	font-size: 1.5em;
	color: #0062ac;
	}
h2 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #0062ac;
	padding: 5px 0 10px 0;
	margin: 0;
	}
h3 {
	font-size: 1.2em;
	color: #666;
	padding: 10px 0 5px 0;
	font-weight: normal;
	}
h4 {
	font-size: 1em;
	color: #0062ac;
	}
	
/* Paragraph */
#content p {
	padding: 5px 0;
	}

/* Links */
a, a:link,  a:visited {
	text-decoration: none;
	color: #0062AC;
	}
a:hover, a:active {
	color: #000;
	}
	
/* Listen */
#content ul {
	list-style: disc;
	margin: 0 0 0 20px;
	}
#content ul ul {
	padding-left: 10px;
	}
#content dl {
	float: left;
	}
#content dt {
	font-weight: bold;
	float: left;
	}
#content dd {
	}

/* Tabellen */
table {
	font-size: 1em;
	border-collapse: collapse;
	}
#content table th, #content table td {
	padding: 0 10px 5px 5px;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
	}

/* Back Button */
#content a.back, #content a.back:link, #content a.back:visited {
	float: right;
	color: #000;
	width: 60px;
	margin: 5px 0 0 0;
	}
#content a.back:hover, #content a.back:active {
	color: #0062ac;
	}
#right .box, #left .box, .sponsoren, .sporttip {
    width: 210px;
    padding: 0 0 10px 0;
    margin: 10px 0;
    text-align: left;
    background: #fff url(/portaldata/images/design/box_bg.gif) no-repeat top;
    border-bottom: 1px solid #ddd;
	}
.sporttip {
	text-align: center;
	}
#right .box h2, #left .box h2, .sponsoren h2, .sporttip h2 {
	color: #000;
	padding: 5px 10px 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	}
#left h3, #right h3 {
	font-size: 1em;
	font-weight: bold;
	}
#left .box .inhalt, #right .box .inhalt, .sponsoren .inhalt, .sporttip .inhalt {
	padding: 10px;
	}

/* Sponsoren */
.sponsoren .inhalt, .sporttip .inhalt {
	text-align: center;
	}
.sponsoren .inhalt img {
	margin: 2px 0;
	/* border: 1px solid #ddd; */
	}
/* Gallery */
.highslide-gallery .bild {
	padding: 5px 0;
	}
.highslide-gallery img.thmb {
	float: left;
	width: 180px;
	margin-right: 10px;
	}
.highslide-gallery p {
	font-size: .9em;
	padding: 0 !important;
	margin-bottom: 10px;
	}
.highslide-gallery a, .highslide-gallery a:link, .highslide-gallery a:visited {
	color: #000 !important;
	}
/************************************************
*				Textbausteine					*
************************************************/
/* News */
.newsliste {
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #989DA5;
	}
.newsliste h2 {margin-bottom: 0;padding-bottom: 0;}
.newsliste .bild {
	float: left;
	padding: 8px 0 0 0px;
	}
.newsliste .bild img {
	width: 150px;
	margin: 0 10px 0 0;
	}
.newsliste p {
	}
/* Portrait */
.portraitliste {
	margin: 10px 0;
	}
.portraitliste a {
	font-weight: bold;
	}
.portrait {
	padding: 10px 0;
	border-bottom: 1px solid #989DA5;
	}
.portrait .bild {
	float: left;
	}
.portrait table.daten {
	float: left;
	margin: 0 0 0 10px;
	}
/* Preistabelle */
.preise {width: 100%;}
#content .preise .rechts {text-align: right;}

/* 2 Spalten */
.spalten2 {width: 510px;}
.spalten2 .left {float: left; width: 250px;}
.spalten2 .right {float: left; width: 240px; margin-left: 10px;}

/* Bild links, Text rechts */
.image-text .image {
	float: left;
	margin: 0 10px 10px 0;
	}
.image-text .text {
	}
.image-text .text p {
	margin: 0 0 10px 0;
	}

/* Text links, Bild rechts */
.text-image .image {
	float: right;
	margin: 0 0 10px 10px;
	}
.text-image .text {
	}
.text-image .text p {
	margin: 0 0 10px 0;
	}
	
/* Kontaktdaten */
table.kontaktdaten {margin: 0 0 10px 0;}
table.kontaktdaten .bezeichnung {width: 100px;}
table.kontaktdaten .attribut {width: 80px;}

.mannschaft .portrait {width: 250px; float: left; border: none; padding:0;}
.mannschaft .portrait table {float: left;}
.mannschaft .portrait .bild {float: left;}
.mannschaft .portrait table.daten {margin: 0;}
#content .mannschaft table td {width: 250px; padding: 0 0 2px 0;}
#content .mannschaft table.spieler td {width: auto; padding-right: 5px;}
.nowrap {white-space: nowrap;}

.kontakt-liste,
.kontakt-detail {
	width: 100%;
	}
.kontakt-liste .bild,
.kontakt-detail .bild {
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
	padding-top: 5px;
	}
.kontakt-liste .bild {
	width: 75px;
	}
.kontakt-liste .bild img {
    width: 75px;
    height: auto;
    }
.kontakt-detail .bild {
	width: 150px;
	}
.kontakt-detail .bild img {
    width: 150px;
    height: auto;
    }
.kontakt-liste .text,
.kontakt-detail .text {
	float: left;
	width: 350px;
	}
.kontakt-detail dl {
	width: 350px;
	}
.kontakt-detail dt {
	font-weight: bold;
	float: left;
	width: 100px;
	}
.kontakt-detail dd {
	float: left;
	width: 230px;
	}
/* Formular */
fieldset {
	border: 1px solid #dddddd;
	margin: 0 0 10px 0;
	padding: 15px;
	width: 400px;
}
/* Textfelder */
label {width: 100px; float: left;}
input.txtfield,
.suche input.searchfield  {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 160px;
	border: 1px solid #0062AC;
	padding: 2px;
	margin: 0 0 5px 0;
	font-size: 1em;
	}
input.txtfield:hover, form input.txtfield:focus  {
	border: 1px solid #0A3B90;
	}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	height: 21px;
	width: 150px;
	border: 1px solid #0062AC;
	padding: 2px;
	margin: 0 0 5px 0;
	font-size: 1em;
	}
.mannschaft .dropdown {
	width: 250px;
	}
.suche input.go {
	float: left;
	width: 6px;
	height: 11px;
	padding: 6px 10px 8px 8px;
	}
#content .suche {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px solid #989DA5;
	}

/************************************************
*					Footer						*
************************************************/
#footer img,
#footer span {
	vertical-align: baseline;
	}
#footer img {
	padding: 2px 0 0 5px;
	}
