/*  SwinGolf Ostsee - Typo & Inhalts-Stylesheet

	Datum: 12.02.2010
	Autor: Julie Mahlke
*/

#content li  {
	list-style-image:url(../bitmaps/liststyle.gif);
	padding-left:5px;
	margin: 0px 0px 5px 20px;
}

.tab85 {
	display: block;
	width: 90px;
	float:left;
}

/************************************/
/*          Bilderklassen           */
/************************************/

#content img {
	border: #EA733F dashed 2px;
}

#content img.noborder {
	border: 0px;
}

#content img.right {
	float:right;
	margin: 0px 0px 15px 15px;
}

#content img.left {
	float:left;
	margin: 0px 15px 0px 15px;
}

.zeitenbox {
	width:300px;
	border:2px solid #F15A22;
	margin-bottom:10px;
	padding:10px;
	color:#4A883F;
}

/************************************/
/*          Tabellenklassen         */
/************************************/


td {
	padding:10px;
	background-color: #E7F3DD;
}

td.preis {
	padding:10px;
	background-color: #E7F3DD;
	border: #fff solid 2px;
}

td.gruen {
	background-color:#E7F3DD;
	color:#48843E;
	padding:10px;
	border: #fff solid 2px;
}


/************************************/
/*          Überschriften           */
/************************************/

h1 {
	font-size: 24px;
	color: #F15A22;
	margin-bottom: 20px;
	font-weight:bold;
}

h2 {
	font-size: 18px;
	color: #4A883F;
	margin-bottom:15px;
	font-weight:bold;
}

h3 {
	font-size: 15px;
	color: #4A883F;
	margin-bottom:5px;
	font-weight:bold;
}


/************************************/
/*      Inhaltsformatierungen       */
/************************************/

.fehler{
    color:#ff0000;
}

/************************************/
/*         Linkdefinitionen         */
/************************************/



#content a:link, #content a:visited {
	color: #F15A22;
	font-size:13px;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

/*** Navigation ***/

#menu ul li {
	background: url(../bitmaps/menu_punkt.gif) no-repeat center top;
	width: 164px;
	height: 28px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #F15A22;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
}

#menu ul li a:link, #menu ul li a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #F15A22;
	font-weight:bold;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active {
	text-decoration: underline;
}

/*** Top-Navigation ***/

#header_input a:link, #header_input a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#header_input a:hover, #header_input a:active {
	text-decoration: underline;
}

