@charset "utf-8";

/* ****************************************** */
/* Orangefluid GbR                            */
/* www.orangefluid.com                        */
/* ****************************************** */


/* ****************************************** */
/* Global settings for Surmann                */
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;
	text-align:left;
}

html, body {
	height: 100%;
	min-width: 970px;
}

/* Main body style */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/background_gradient.jpg) 50% 0 repeat-x;
	color: #000000;
	font-size: 100.01%;	
	text-align: center;
}


/* ******************************************************************** */	
/* Style settings fonts, links, misc                                    */
/* ******************************************************************** */	

p {
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	margin-bottom: 12px;
}

td { 
	font-size: 11px;
	line-height: 16px;
}	
	
img {
	border: 0;
}

/* Link colors global */
a:link, a:visited {
	color: #2a5309;
	text-decoration: underline;
}

a:active, a:hover {
	color: #2a5309;
	text-decoration: none;
}

/* No border for fieldsets */
fieldset {
	border: 0;	
	float: left;
}

div.clear {
	clear: both;
}

/* ******************************************************************** */	
/* Graphic headlines                                                    */
/* ******************************************************************** */	

h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-size: 11px;
	overflow: hidden;
}

h1 em, h2 em, h3 em, h4 em, h5 em {
	display: block; 
	background-repeat: no-repeat;
}


/* Graphic headlines */
h1 {
	font-weight: bold;
	font-size: 10px;
	height: 24px;
	overflow: hidden;	
}

h1 em {
	display: block; 
	background-repeat: no-repeat;
	height: 24px;
}


/* ******************************************************************** */	
/* Site container settings                                              */
/* ******************************************************************** */	

/* Background container, centered background image */
div#backgroundcontainer {
	position: relative;
	width: 100%;
	min-height: 800px;
	height: 100%;
	background: url(../images/background_green.jpg) 50% 0 no-repeat;
	text-align: center;
}
	
/* Site container, page width, centered, fixed width */
div#sitecontainer {
	position: relative;
	width: 970px;
	min-width: 970px;
	margin: 0 auto;	
	height: 100%;
}

/* Background lines left and right */
div#backgroundsitecontainer {
	position: relative;
	float: left;
	width: 970px;
	min-height: 100%;
	background: url(../images/background_sitecontainer.gif) 0 650px no-repeat;
}
	* html div#backgroundsitecontainer {height: 100%;}

/* Column left side */
div#column_left {
	position: relative;
	float: left;	
	width: 36px;
	height: 100%;
	min-height: 660px;
	background: url(../images/lytimage_left_column.jpg) 0 0 no-repeat;
}
	* html div#column_left {height: 660px;}


/* Column navi */
div#column_navi {
	position: relative;
	float: left;	
	width: 196px;
	height: 100%;
}

/* Column content */
div#column_content {
	position: relative;
	float: left;	
	width: 557px;
	height: 100%;
}

/* Column sidebar */
div#column_sidebar {
	position: relative;
	float: left;	
	width: 146px;
	height: 100%;
}

/* Column right side */
div#column_right {
	position: relative;
	float: left;
	width: 35px;
	height: 100%;
	min-height: 660px;
	background: url(../images/lytimage_right_column.jpg) 0 0 no-repeat;
}
	* html div#column_right {height: 660px; margin-right: -3px;}



/* ****************************************** */
/* Navi column                                */
/* ****************************************** */

/* Player illustration top left */
div#player {
	position: relative;
	float: left;
	width: 196px;
	height: 233px;
	background: url(../images/lytimage_player.jpg) 0 0 no-repeat;
}

/* Navi container left side */
div#navicontainer {
	position: relative;
	float: left;
	width: 196px;
	min-height: 300px;
	background: #ffffff url(../images/background_navi_bottom.gif) 0 100% no-repeat;
}
	* html div#navicontainer {height: 300px;}

/* Headline row */
div#newsheader {
	position: relative;
	float: left;
	width: 196px;
	height: 20px;
	margin-top: 9px;
	background: url(../images/background_newsheader.gif) 0 0 no-repeat;
	text-align: center;
}

/* News container */
div#newscontainer {
	position: relative;
	float: left;
	width: 196px;
	height: 170px;
	background: #ffffff url(../images/background_news.jpg) 0 0 no-repeat;
}


/* ****************************************** */
/* Content column                             */
/* ****************************************** */

/* Header illustration */
div#header {
	position: relative;
	float: left;
	width: 557px;
	height: 195px;
	background: url(../images/lytimage_header.jpg) 0 0 no-repeat;
}
	div#header img {margin-left: 166px;}


/* Background left/right of content */
div#contentbackground {
	position: relative;
	float: left;
	width: 557px;	
	min-height: 367px;
	background: url(../images/background_mud.jpg) 0 0 no-repeat;
}
	* html div#contentbackground {height: 367px;}


/* Content container */
div#contentcontainer {
	position: relative;
	float: left;
	width: 539px;
	margin-left: 9px;
	margin-bottom: 30px;
	min-height: 367px;
	background: #ffffff url(../images/background_content_bottom.gif) 0 100% no-repeat;
}
	* html div#contentcontainer {padding-bottom: 20px; margin-left: 0; float: none; left: 9px; height: 367px;}
	*+html div#contentcontainer {padding-bottom: 20px; float: none;}


/* Headline Container */
div#headlinecontainer {
	position: relative;
	width: 490px;
	margin-top: 10px;
	padding-left: 25px;
	height: 20px;
	float:left;
}

/* Content position */
div#content {
	position: relative;
	clear: both;
	float: left;
	width: 490px;	
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #ffffff;
}
	* html div#content {width: 515px; w\idth: 490px;}




/* Infos definition list trainer team */
div#content dl {
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 25px;
}

div#content dt {
	float: left;	
	width: 65px;
	font-style: italic;
}

div#content dd {
	float: left;
	width: 420px;
}
	* html div#content dd {width: 400px; w\idth: 420px;}



/* Trainer names */
p.trainer {
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Content list */
div#content ul {
	list-style-type: none;
	margin-bottom: 25px;
}

div#content li {	
	font-size: 11px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 12px;
	margin-bottom: 6px;
	line-height: 15px;
}
	* html div#content li {height: 1px;}


/* Imprint special text style */
div#imprint {
	padding-top: 20px;
}

div#imprint p {
	line-height: 16px;
	text-align: justify;
}



div#content img {
	border: 1px solid #000000;
}

div#content img.contentimage {
	float: right;
	margin-left: 10px;
}

div#content img.contentimagefull {
	margin-bottom:10px;
}

div#content img.contentimagerow {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
}

div#content img.contentimagerowlast {
	margin-right: 0;
	margin-bottom: 5px;
}



div#content div.turnier {
	position: relative;
	float: left;
	width: 240px;
	padding-right: 10px;
}

	* html div#content div.turnier {padding-right: 8px;}

	

div#content div.turnier a, div#content div.turnier a.highslide, div#content div.turnier img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

div#content div.turnier p {
	float: left;
	width: 167px;
}


div#content div.last {padding-right: 0;}
* html div#content div.last {padding-right: 0px;}

div#content div.turnier a.drucklink {
	position: relative;
	float: right;
	font-size: 11px;
	padding-top: 2px;
}

div#content div.turnier a.drucklink img {
	position: relative;
	padding-right: 5px;
}

/* ****************************************** */
/* Sidebar column                             */
/* ****************************************** */

/* Ball illustration top right */
div#ball {
	position: relative;
	float: left;
	width: 146px;
	height: 179px;
	background: url(../images/lytimage_ball.jpg) 0 0 no-repeat;
	text-align: center;
}
	div#ball img {margin-top: 159px;}

/* Sidebar container */
div#sidebar {
	position: relative;
	float: left;
	width: 146px;
	min-height: 367px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffffff url(../images/background_sidebar_bottom.gif) 0 100% no-repeat;
}
	* html div#sidebar {height: 367px;}	
	
	div#sidebar img {margin-left: 9px; margin-top: 5px;}

	






/* ******************************************************************** */	
/* Style settings Navi                                                  */
/* ******************************************************************** */	

/* Navi column */
#navi {
	position: relative;
	float: left;
	margin: 15px 0 12px 0;
	padding-left: 15px;
}
	* html #navi {padding-bottom: 15px;}
	*+html #navi {padding-bottom: 15px;}

/* Font size for text links */
#navi ul {
	font-size: 8px;
	list-style-type: none;
}
	*+html #navi ul {text-indent: -5000em;}

/* List elements */
#navi li {
	display: block;
	height: 17px;
	width: 170px;
	background-position: 0 -17px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	float: left;
}
	* html #navi li {margin-bottom: 2px;}
	

/* Link elements */
#navi a {
	display: block;
	height: 0;
	padding-top: 17px;
	background-repeat: no-repeat;
	overflow: hidden;
}
	* html #navi a:link {height: 17px; he\ight: 0;}
	* html #navi a:visited {height: 17px; he\ight: 0;}

/* List and Link element images */
#navi li.nav1, #navi a.nava1 {background-image: url(../images/but_startseite.gif); margin-bottom: 12px;}
#navi li.nav2, #navi a.nava2 {background-image: url(../images/but_fussballschule.gif);}
#navi li.nav3, #navi a.nava3 {background-image: url(../images/but_fussballakademie.gif);}
#navi li.nav4, #navi a.nava4 {background-image: url(../images/but_ferienfussballschule.gif);}
#navi li.nav5, #navi a.nava5 {background-image: url(../images/but_foerdertraining.gif);}
#navi li.nav6, #navi a.nava6 {background-image: url(../images/but_trainingcamps.gif);}
#navi li.nav7, #navi a.nava7 {background-image: url(../images/but_aktuelles.gif);}
#navi li.nav8, #navi a.nava8 {background-image: url(../images/but_termine.gif);}
#navi li.nav9, #navi a.nava9 {background-image: url(../images/but_fotogalerie.gif); margin-bottom: 12px;}
#navi li.nav10, #navi a.nava10 {background-image: url(../images/but_trainerteam.gif);}
#navi li.nav11, #navi a.nava11 {background-image: url(../images/but_portrait.gif); margin-bottom: 12px;}
#navi li.nav12, #navi a.nava12 {background-image: url(../images/but_anmeldeformular.gif);}
#navi li.nav13, #navi a.nava13 {background-image: url(../images/but_kontakt.gif);}
#navi li.nav14, #navi a.nava14 {background-image: url(../images/but_impressum.gif);}
#navi li.nav15, #navi a.nava15 {background-image: url(../images/but_firmenevents.gif); margin-bottom: 12px;}
#navi li.nav16, #navi a.nava16 {background-image: url(../images/but_vereinstraining.gif);}
#navi li.nav17, #navi a.nava17 {background-image: url(../images/but_turnier.gif);}


* html #navi li.nav1, * html #navi a.nava1, * html #navi a.nava1on,
* html #navi li.nav15, * html #navi a.nava15, * html #navi a.nava15on,
* html #navi li.nav9, * html #navi a.nava9, * html #navi a.nava9on,
* html #navi li.nav11, * html #navi a.nava11, * html #navi a.nava11on {margin-bottom: 6px;}


/* Initiate mouseover */
#navi a:hover {
	background-image: none;
}




/* ****************************************** */
/* Style settings forms                       */
/* ****************************************** */

/* No border for fieldsets */
fieldset {
	border: 0;	
	float: left;
	margin-top: 10px;
}

.valid {
	display: none;
}

/* Label styles  */
label {
	font-size: 11px;
	display: block;
	margin-bottom: 8px;
	margin-top: 2px;
	margin-left: 10px;
	width: 110px;
	height: 14px;
	float: left;	
	cursor: pointer;	
}

/* Input fields styles  */
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 290px;
	height: 14px;
	padding: 1px 0 1px 3px;
	float: left;	
	border: 1px solid #2a5309;	
	background-color: #ffffff;
}

	* html input, textarea {
		height: 19px;
		he\ight: 15px;
	}
	
	html:first-child>b\ody input {padding-top:0; height: 16px;}	

/* Select boxes */
select {
	padding: 0px;
	width: 100px;
	height: 16px;
}

	/* Adjusted for IE */
	*+html select {height: 20px;}

/* Input fields styles active */
input:focus, textarea:focus, select:focus {
	background-color: #eaf1e5;	
	color: #000000;	
}

/* Special style for checkbox */
input.check {
	width: 14px;
	height: 20px;	
	border: 0;
	margin-right: 8px;
	background-color: #fdf5ee;
	float: left;
}

/* Textarea special style */
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0 0 2px;
	width:401px;
	height:80px;
	margin-bottom: 5px;
	margin-left: 10px;	
}
	* html textarea {width: 411px;}

/* Button special style */
input.button {
	clear: both;
	font-size: 11px;
	width: 190px;
	height: 23px;
	color: #000000;
	background-color: #eaf1e5;
	border: 1px solid #2a5309;
	text-align: center;
	padding: 0px 0 2px 0px;	
	margin-left: 10px;
}

/* Button special style */
input.buttonroute {
	font-size: 12px;
	width: 150px;
	height: 23px;
	margin-top: 20px;
	color: #ffedc1;
	background-color: #562b27;
	border: 1px solid #562b27;
	text-align: center;
	padding: 0px 0 2px 0px;	
}

*+html input.button, *+html input.buttonroute {
	padding: 2px 0 2px 0px;	
}

* html input.button, * html input.buttonroute {
	padding: 2px 0 2px 0px;	
}

/* Button hover style */
input.button:hover, input.buttonroute:hover {
	background-color: #c0d2b1;
	cursor: pointer;
}

br.clear {
	clear: both;
}






