﻿/* Stylesheet f. www.straightpool.at (c) Lim 3/2008 */

body {
	font-family: "Lucida Sans","Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color: black;
	background-color: rgb(0,204,0);
}

.sub {
	font-size: 10px;
}

a:visited {
	color: blue;
}

#wrap {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	height: 100%;
}

#top {
	float: left;
	height: 149px;
	width: 942px;
	background-image: url('top_bg.jpg');
	background-repeat: no-repeat;
	border-right: 4px black solid;
	border-left: 4px black solid;
}

#cup {
	position: absolute;
	top: 162px;
	left: 50%;
	margin-left: -471px;
}

#content {
	float: left;
	width: 687px;
	height: 100%;
	padding: 10px 25px 10px 230px;
	text-align: right;
	background-image: url('content_bg.jpg');
	background-repeat: repeat-x;
	border-left: 4px black solid;
	border-right: 4px black solid;
}
#content-long {
	float: left;
	width: 687px;
	padding: 10px 25px 10px 230px;
	text-align: right;
	background-image: url('content_bg.jpg');
	background-repeat: repeat-x;
	border-left: 4px black solid;
	border-right: 4px black solid;
}

#menu {
	list-style: none;
	float: left;
	margin-left: 15px;
	margin-top: 128px;
	font-size: 10px;
	padding: 0px;
}
#menu li{
	display: block;
	float: left;
	margin-right: 10px;
}
#menu a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}
#menu a:hover {
	background-color: rgb(230,230,0);
}

#news {
	position: absolute;
	left: 50%;
	margin-left: 165px;
	top: 170px;
	width: 301px;
	height: 358px;
	float: right;
	background-image: url('neues_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: "Microsoft Sans Serif", sans-serif;
	color: blue;
	font-weight: bold;
}
#news p {
	padding: 30px 30px 8px 25px;
}

#starttext {                   /* Flash-Animation */
	position: absolute;
	top: 205px;
	left: 50%;
	margin-left: -220px;	
	z-index: 5;
}

#footer {
	position: absolute;
	width: 942px;
	top: 560px;
	left: 50%;
	margin-left: -471px;
	text-align: right;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: rgb(240,240,240);
}
#footer a{
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Foto-Galerie */

#foto-gallery {
	width: 685px;
}

#foto-gallery img {
	width: 110px;
	height: 82px;
	margin: 10px;
	border: 0px;
}
#foto-gallery a img {
	border: 2px white solid;
}
#foto-gallery a img:hover {
	border: 2px black solid;
}

/* Tabelle f. Kontakt-Formular */

#kontakt-table input {
	width: 200px;
	padding-right: 0px;
	margin-right: 0px;
}
#kontakt-table {
	margin-left: 405px;
	margin-right: 0px;
	padding-right: 0px;
}

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


.Stadtplan {
	border: 2px white solid;
}
.Stadtplan:hover {
	border: 2px black solid;
}

/* ---- Untermenü f. Spielregeln ---- */

#submenu a:link,#submenu a:active, #submenu a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}

#submenu a {
	margin-left: 20px;
}

