@charset "UTF-8";
/* 

Snookerservice


rot			#9C0F08
gruen		#086401

 */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0; 
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: url(layout/hg.png) repeat-x #000;
}

#tisch {
	background: url(layout/hg3.png) no-repeat;
	height: 800px;
}

#wrapper {
	margin: 50px auto 20px auto;
	text-align: left;
	width: 900px;
}

/*============  HEADER  ==============*/
#header {
	width: 900px;
	height: 100px;
	margin-bottom: 20px;
	text-align: left;
}

#header .logo {
	margin-left: 20px;
	width: 313px;
	height: 109;
	float: left;
}

#header .sprachen {
	height: 20px;
	float: right;
	margin-top: 32px;
	text-align: right;
	padding-right: 10px;
}

#header .sprachen div {
	float: right;
	color: #fff;
	width: 90px;
}

#header .sprachen img {
	height: 21px;
	width: 60px;
}	

/*============  NAVIGATION  ==============*/
#left {
	width: 230px;
	height: auto!important;
	float: left;
	margin-right: 20px;
	font-size: 1.1em;
}

#left .round_navi_top {
	background: url(layout/round_navi_top.png);
	height: 20px;
	width: 230px;
}

#left .round_navi_bottom {
	background: url(layout/round_navi_bottom.png);
	height: 20px;
	width: 230px;
	margin-bottom: 20px;
}

#left .inside {
	width: 230px;
	height: auto!important;
}

#left .mod_navigation {
	background-color: #fff;
	width: 210px;
	height: auto!important;
	position: relative;
	z-index: 9;
	padding: 10px;
}

#left .mod_navigation .inhalt {
	margin-top: -20px;
	margin-bottom: -20px;
}

#left ul.level_1 {
	list-style: none;
	
}

#left ul.level_1 li {
	display: block;
	margin-bottom: 10px;
}

#left ul.level_1 li.last {
	margin-bottom: 0;
}

#left ul.level_1 a {
	height: 25px;
	width: 200px;
	display: block;
	padding: 5px 0 0 10px;
	color: #000;
}

*+html #left ul.level_1 a {
	padding: 6px 0 0 10px;
	height: 24;
}

#left ul.level_1 a:hover,
#left ul.level_1 li.active a,
#left ul.level_1 li.trail a {
	background: url(layout/a_hover.png) no-repeat #fff;
	color: #fff;
}

#left ul.level_2 {
	display: none;
}

#left ul.level_1 li.active ul.level_2,
#left ul.level_1 li.trail ul.level_2  {
	display: block;
	margin: 0 10px;
	padding-top: 5px;
	list-style: none;
	font-size: 0.9em;
}

#left ul.level_2 li {
	margin-bottom: 0;
}

#left ul.level_1 li.active ul.level_2 a,
#left ul.level_1 li.trail ul.level_2 a,
#left ul.level_1 li.trail ul.level_2 li.active a {
	height:25px;
	width: 180px;
	display: block;
	padding: 0 0 0 10px;
	color: #000;
	background: none;
	margin-bottom: 0;
}

#left ul.level_1 li.trail ul.level_2 li.active a,
#left ul.level_1 li.trail ul.level_2 li a:hover,
#left ul.level_1 li.active ul.level_2 li a:hover {
	color: #9C0F08;
}

/*============  NEWSLIST  ==============*/

#left .mod_newslist {
	background-color: #fff;
	width: 210px;
	height: auto!important;
	position: relative;
	z-index: 9;
	padding: 10px;
	font-size: 0.9em;
}

#left .mod_newslist .inhalt {
	margin-top: -20px;
	margin-bottom: -20px;
}

#left .mod_newslist .layout_short {
	margin-bottom: 20px;	
}

#left .mod_newslist .last {
	margin-bottom: 0;	
}


#left .mod_newslist a {
	color: #9C0F08;
}

#left .mod_newslist h1 {
	font-size: 1.1em;
	background: url(layout/h1_left.gif);
	color: #fff;
	width: 200px;
	height: 25px;
	padding: 5px 0 0 10px;
	font-weight: 100;
	margin-bottom: 10px;
	clear: both;
}

#left .mod_newslist h2 {
	font-weight: 900;
	font-size: 1em;
}

/*============  MAIN  ==============*/
#main {
	width: 650px;
	float: left;
}

#main .round_main_top {
	background: url(layout/round_main_top.png);
	height: 20px;
	width: 650px;
}

#main .round_main_bottom {
	background: url(layout/round_main_bottom.png);
	height: 20px;
	width: 650px;
	margin-bottom: 10px;
}

#main .mod_article {
	position: relative;
	z-index: 9;
	margin-top: -10px;
	margin-bottom: -10px;
}

#main .inside {
	width: 630px;
	padding: 0 10px 0 10px;
	background-color: #ffffff;
	height: auto!important;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#main h1 {
	font-size: 1.1em;
	background: url(layout/h1.png);
	color: #fff;
	width: 620px;
	height: 25px;
	padding: 5px 0 0 10px;
	font-weight: 100;
	margin-bottom: 10px;
	clear: both;
}

*+html #main h1 {
	padding: 7px 0 0 10px;
	height: 23px;
}

#main h2 {
	font-size: 1.1em;
	color: #086401;
	font-weight: 900;
	margin: 10px 0 10px 10px;
}

#main p {
	margin: 0 10px 10px 10px;
}

#main a {
	color: #9C0F08;
}

#main ul {
	margin: 0 0 10px 30px;
}

#main .image_container .caption {
	text-align: center;
}

#main table {
	margin: 0 10px 10px 10px;
}

#main .tabelle table {
	margin: 0 10px 10px 10px;
	/*width: 610px;*/
	border-spacing: 1;
}

#main .tabelle table td {
	padding: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #9C0F08;
}


/*  TABELLE BEI GEBRUACHTGERÄTE  */
#main #gebrauchtgeraete table {
	border-bottom: 1px solid black;
	width: 630px;
	margin: 0 0 10px 0;
}

#main #gebrauchtgeraete table td {
	border: none;
	padding: 0 0 10px 10px;
}

#main #gebrauchtgeraete table td p {
	margin: 0;
}

/*  TABELLE BEI BILDERGALERIE  */
#main .ce_gallery table {
	margin-left: 10px;
	width: 610px;
}

#main .ce_gallery table td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
	border-spacing: 0;
}

/*==============  SPIELORTEINTRAGUNG FORMULAR  ============*/

#main #f1 {
	margin: 20px 0 0 10px;
}

#main #f1 label {
	display: block;
	float: left;
	width: 140px;
	margin-bottom: 5px;
}

#main #f1 input.text,
#main #f1 input.captcha {
	border: 1px solid #000;
	padding: 2px;
	margin-bottom: 5px;
}

#main #f1 textarea {
	border: 1px solid #000;
	padding: 2px;
	width: 450px;
	height: 100px;
	margin-bottom: 5px;
}

#main #f1 div.checkbox_container label {
	float: none;
	display: inline;
}

#main #f1 div.checkbox_container span {
	margin-right: 20px;
}


#main #f1 div.submit_container {
	text-align: center;
	margin-top: 10px;
}
#main #f1 input.submit {
	border: 1px solid #000;
	padding: 2px;
	margin-bottom: 5px;
}

#main #f1 table {
	margin: 20px 0 20px 0;
	border-spacing: 0;
}

#main #f1 p.error {
	display: none;
}

#main p.error {
	border: 1px solid #A6171F;
	padding: 2px;
	text-align: center;
	background-color: #D89A9D;
	margin-top: 10px;
}


#main #f1 input.error {
	border: 1px solid #A6171F;
	background-color: #D89A9D;
}

/*============  KONTAKTFORMULAR  ==============*/
#main #f7 {
	margin: 20px 0 0 10px;
	}


#main #f7 label {
	display: block;
	float: left;
	width: 110px;
	margin-bottom: 5px;
}

#main #f7 input.text,
#main #f7 input.captcha {
	border: 1px solid #000;
	padding: 2px;
	margin-bottom: 5px;
}

#main #f7 textarea {
	border: 1px solid #000;
	padding: 2px;
	width: 500px;
	height: 100px;
	margin-bottom: 5px;
}

#main #f7 div.submit_container {
	text-align: center;
	margin-top: 10px;
}
#main #f7 input.submit {
	border: 1px solid #000;
	padding: 2px;
	margin-bottom: 5px;
}

#main #f7 p.error {
	display: none;
}

#main #f7 input.error,
#main #f7 textarea.error{
	border: 1px solid #A6171F;
	background-color: #D89A9D;
}


/*============  SONSTIGES  ==============*/
#footer {
	text-align: right;
	clear: both;
}

#footer a {
	color: #fff;
	margin-right: 10px;
}

#footer a:hover {
	color: #9C0F08;
}

.clear {
	clear: both;
}

.invisible {
	display: none;
}