
/*
-----------------------------------------------
Golfclub Screen Styles
Author:   Fridtjof Detzner
Version:  21 Nov 2005

----------------------------------------------- */

/* 
* Abweichende Body Definitionen
*/

/** {font-family: Verdana, Arial, Helvetica, sans-serif;}*/

.body {
	padding:38px 0 0 50px;
	background-image: url(http://www.bs-golftour.com/img/bg.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	
	
}

/*p, td, span {	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

a:link, a:visited { text-decoration: underline; color: #333;}
a:hover { text-decoration: none; color: #333; background-color:#EEE; }
a:active { text-decoration: underline overline;	color: #333; }



H1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#333;
}*/


/*  CSS Layout
----------------------------------------------- */
#logo {
	position:absolute;
	left:768px;
	top:120px;
	width:160px;
	z-index:76;
}


#container {
	width:850px;
}
	
#header {
	width:850px;
	padding:10px 10px 10px 20px;
	background-color: #59AE42;
	background-image: url(http://www.bs-golftour.com/img/header-bg.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	border-bottom:18px solid white;
}


#main {
	background-image: url(http://www.bs-golftour.com/img/left-bg.gif);
	background-repeat: repeat-y;
	background-position:top left;
	clear:both;
}

#left {
	float:left;
	width:220px;
	color:white;
}

#right {
	float:left;
	width:560px;
	margin-left:40px;	
}

#right a { color: #333; }
#right a:link {color:#333;}
#right a:visited {color:#666;}
#right a:hover {
	background-color:#666;
	background-color:#EEE;
}

#footer {
	clear:both;
	margin-left:260px;
}


#footer a { color: #333; }
#footer a:link {color:#333;}
#footer a:visited {color:#666;}
#footer a:hover {
	background-color:#666;
	background-color:#EEE;
}


.kontaktbox {
	float:left;
	width:220px;
}

.kontaktbox a {
	/*color: #cccccc;*/
}


/*
-- Navi
*/

div.navbar {
	text-align: left;
	width:220px;
	border-top:1px solid #CCC;
}

/* mainNav1 */
ul.mainNav1
{
	list-style-type:none;
	padding:0;
	margin:0;

}
ul.mainNav1 li
{
	padding:0;
	margin:0;
	display:inline;

}
ul.mainNav1 li a,
ul.mainNav1 li a:link,
ul.mainNav1 li a:visited,
ul.mainNav1 li a:hover,
ul.mainNav1 li a:active
{
	

	color: white;
	border-bottom:1px solid #CCC;
	text-decoration: none;
	padding:5px 0 5px 10px;
	display: block;
	background-color:#525252;
}

ul.mainNav1 li a:hover {  
	
	background-color: #59AE42;
}

ul.mainNav1 li a.current { 
	
	background-color: #59AE42;
}


/*
-- Navisub
*/

div.navbarsub {
	text-align: left;
}

/* mainNav2 */
ul.mainNav2
{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.mainNav2 li
{
	padding:0;
	margin:0;
	display:inline;

}
ul.mainNav2 li a,
ul.mainNav2 li a:link,
ul.mainNav2 li a:visited,
ul.mainNav2 li a:hover,
ul.mainNav2 li a:active
{
	
	color:white;
	border-bottom:1px solid #CCC;
	text-decoration: none;
	padding:5px 0 5px 20px;
	display: block;
	background-color:#525252;
}

ul.mainNav2 li a:hover {  
	
	background-color: #59AE42;
}

ul.mainNav2 li a.current { 
	
	background-color: #59AE42;
}

/* mainNav3 */
ul.mainNav3
{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.mainNav3 li
{
	padding:0;
	margin:0;
	display:inline;

}
ul.mainNav3 li a,
ul.mainNav3 li a:link,
ul.mainNav3 li a:visited,
ul.mainNav3 li a:hover,
ul.mainNav3 li a:active
{
	
	color:white;
	border-bottom:1px solid #CCC;
	text-decoration: none;
	padding:5px 0 5px 30px;
	display: block;
	background-color:#525252;
}

ul.mainNav3 li a:hover {  
	
	background-color: #59AE42;
}

ul.mainNav3 li a.current { 

	background-color: #59AE42;
}

/* 
* sitespec Einstellungen
*/

.sitespec_bild_emotion {
	border-bottom: 1px solid white;
	padding:0;
}

div.emotionspec { padding-bottom: 16px; }

div.hover_emotionspec {
	background-color: #F5F7F7;
	padding-bottom: 15px;
	border-bottom: 1px solid #E0DFE3;
}


/*  Bildereffekt -> Profifunktion
----------------------------------------------- */

.imgeffect {
	border: 1px solid black;
}


/*  Newsletter
----------------------------------------------- */
#newsHeader {
	color:white;
}

#newsRahmen {
	color:white;
	width:150px;
}

.newsletterInput {
	width:130px;
}
