/*
-----------------------------------------------
Golfplatzfinder Basic Styles
Author:   Alexander Pisculla
Version:  05 August 2006

http://www.active-value.de
----------------------------------------------- */

/* Main Elements
----------------------------------------------- */
html, body {
	margin: 0; padding: 0; border: 0;
}

body {
	color: #eee; 
	background-color: #040;
	font: 12px/15px Arial, Helvetica, sans-serif;
	margin: 0;
}

/* Content Block Elements
----------------------------------------------- */
#container {
	background-color: #040;
	height: 80px;
	background-image: url(i/bgtop.jpg);
	background-repeat: repeat-x;
}

#header {
	height: 80px;
}

#menu {
	position: absolute;
	right: 200px;
	top: 6px;
}

#map {
	margin-left: 300px;
	height: 450px;
	color: #333;
	border-left: 6px solid #000;
	border-bottom: 1px solid #000;
}

#sidebar {
	float: left;
	width: 300px;
	background-color: #454545;
}

#sidebarcontent {
	height: 230px;
	overflow: auto;
}

#golfdetails {
	border-top: 6px solid #000;
	height: 193px;
	overflow: auto;
	background-color: #333;
	border-bottom: 1px solid #000;
}

#wrapper {
	float:right;
	width:100%;
	margin-left:-300px;
}

#content {
	background-color: #454545;
	padding: 10px 20px;
}

#footer {
	background-color: #040;
	clear:both;
	width:100%;
	border-top: 6px solid #000;
	text-align: center;
	font-size: 10px;
}

#partnerlinks {
	text-align: center;
	font-size: 10px;
}

#form {
	position: absolute;
	left: 3px;
	top: 46px;
	height: 30px;
	width: 600px;
	padding: 4px 0 0 4px;
}

#form2 {
	position: absolute;
	left: 603px;
	top: 46px;
	height: 30px;
	padding: 4px 0 0 4px;	
}

/* Headlines
----------------------------------------------- */
#header h1 {
	margin: 0;
	padding: 12px 0 0 5px;
	font-size: 24px;
}

#header span {
	color: #acda16;
}

#sidebar h3 {
	background-color: #666;
	font-size: 12px;
	margin: 0;
	padding: 3px 6px;
}

#sidebar h4 {
	background-color: #acda16;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 3px;
}

/* Paragraphs
----------------------------------------------- */
#sidebarcontent p {
	padding: 0 6px 0 6px;
}

#golfdetails p {
	padding: 2px 6px !important;
	margin: 0;
	line-height: 16px;
}

/* Lists
----------------------------------------------- */
#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 2px 0 0 3px;
	padding: 2px 0 6px 0;
	list-style-type: none;
}

/* Links
----------------------------------------------- */
#sidebar a:link, #sidebar a:visited {
	color: #eee;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar a.zoom {
	color: #f93;
	background-image: url(i/zoom.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-left: 16px;	
	margin-left: 10px;
	background-color: none !important;
}

#sidebar a.zoom:hover {
	text-decoration: none;
}

#sidebar a.number:link, #sidebar a.number:visited {
	color: #000;
}

#sidebar a.number:hover {
	color: #fff;
	text-decoration: none;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#sidebar img {
	border: 0;
}

#sidebar .divnum {
	background-color: #FF9933;
	float: left;
	width: 18px;
	height: 16px;
	text-align: center;
	margin-right: 2px;
	border: 1px solid #000;
}

a.ext {
	padding-left: 14px;
	background-image: url(i/icon_external.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-decoration: none;
}

a.ext:link, a.ext:visited {
	color: #040;
}

a.ext:hover {
	color: #000;
}

#map a:link, #map a:visited {
	color: #040;
}

#map a:hover {
	color: #f93;
}

#partnerlinks a:link, #partnerlinks a:visited {
	color: #999;
	text-decoration: none;
	font-size: 10px;
}

.tab {
	color: #f93;
}

#menu a:link, #menu a:visited {
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}

#menu a:hover {
	color: #f93;
}

#header a:link, #header a:visited {
	color: #eee;
	text-decoration: none;
}

#header a:hover {
	color: #acda16;
	text-decoration: none;
}

/* Forms
----------------------------------------------- */
.tinput {
	font-size: 10px;
	height: 14px;
	border: 1px solid #ccc;
	padding: 2px;
}

.tbutton {
	font-size: 10px;
	font-weight: bold;
	background-color: #666;
	color: #f93;
	/*border: 1px solid #acda16; */
	border: none;
	height: 22px;
	width: 80px;
	background-image: url(i/button.gif);
	background-repeat: no-repeat;
}

.tselect {
	font-size: 10px;
	height: 18px;
	border: 1px solid #ccc;
}


/* Effects
----------------------------------------------- */
.tooltip {
        background-color: #fff;
		padding: 3px;
		color: #333;
        border: 1px #ccc solid;
		font-size: 10px;
		white-space: nowrap;
}		

.alt {
	background-color: #777;
}

a.zoom {
	color: #f93;
	font-size: 9px;
}

.none {
	display: none;
}

.pliner {
	display: block;
	background-color: #777;
	color: #333;
	font-weight: bold;
	margin: 4px 0 !important;
}

input.error {
	color: #900;
	border: 1px solid #900;
}

input.good {
	color: #666;
	border: 1px solid #333;
}

input.ifield {
	padding: 2px;
}

/* Rating
----------------------------------------------- */
.unitrate {
	margin: 1px 0 0 6px;
	width: 250px;	
}

.unitrate span {
	float: right;
	padding-top: 3px;	
}

	.unit-rating{
		float: left;
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 19px !important;
		position: relative;
		background: url('i/star_rating.gif') 0 0 repeat-x;		
	}
	
	.unit-rating li{
	    text-indent: -90000px;
		padding:0px !important;
		margin:0px !important;
		/*\*/
		float: left;
		/* */
	}
	.unit-rating li a{
		display:block;
		width:20px;
		height: 19px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		left: 0px;
		top: 0px;
	}
	.unit-rating li a:hover{
		background: url('i/star_rating.gif') 0 38px;
		z-index: 2;
		left: 0px;
		top: 0px;
	}
	.unit-rating a.r1-unit{left: 0px;}
	.unit-rating a.r1-unit:hover{width:20px;}
	.unit-rating a.r2-unit{left:20px;}
	.unit-rating a.r2-unit:hover{width: 40px;}
	.unit-rating a.r3-unit{left: 40px;}
	.unit-rating a.r3-unit:hover{width: 60px;}
	.unit-rating a.r4-unit{left: 60px;}	
	.unit-rating a.r4-unit:hover{width: 80px;}
	.unit-rating a.r5-unit{left: 80px;}
	.unit-rating a.r5-unit:hover{width: 100px;}
	.unit-rating li.current-rating{
		background: url('i/star_rating.gif') 0 19px;
		position: absolute; 
		height: 19px !important; 
		display: block;
		text-indent: -9000px;
		z-index: 1;
		margin: 0;
		padding: 0;
	}	
