/* ***********************************************************************

css-Definitionen für die Internetseite www.golfhotel-vesper.de
Auftraggeber: Golfhotel Vesper, Wuppertal
Author: G. Klöckener, pixmightfly, www.pixmightfly.de

*********************************************************************** 


***********************************************************************
********************* Definition Farben *******************************
*********************************************************************** 
Für die ee "home" und ee "golf" und ee "service"
***********************************************************************
Hauptfarbe	Grün: #046828    Grün hell: #05A43E
***********************************************************************
Für die ee "zimmer"
***********************************************************************
Hauptfarbe	Braun: #C34716    Braun hell: #F45B1D
***********************************************************************
Für die ee "gastronomie"
***********************************************************************
Hauptfarbe	Du-Grün: #005C59    Du-Grün hell: #008D88
***********************************************************************
Für die ee "feiern"
***********************************************************************
Hauptfarbe	Rot: #A01415    Rot hell: #BE5B56
***********************************************************************
Für die ee "tagungen"
***********************************************************************
Hauptfarbe	Orange: #F74F18    Orange hell: #FF835A
***********************************************************************
 
***********************************************************************
********************* Definition Text *********************************
********************************************************************* */

/* Text */
body {
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Tahoma;
}

ul {margin-left: 0px; padding-left: 15px; margin-top: 6px;}

li { font-size: 11px; color: #666666; }


p, li {
	font-weight: normal;
	text-align:left;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #4B123F;
	text-align:left;
	margin-bottom:-10px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align:left;
	margin-bottom:-15px;
}

#header p {
	font-size:xx-small;
	color: #666666;
}

#content_1 p {
	font-size: xx-small;
	color: #666666;
}

#content_1 p.bu {
	color: #046828;
	font-style:italic; 
}

#content_2 p {
	font-size:11px; 
	color: #666666;
	line-height:15px;
	font-weight: normal;
}

#content_3 li {
	font-size:xx-small;
	color: #FFFFFF;
}

#content_4 p {
	font-size: xx-small;
	color: #FFFFFF;
}

#footer p {
	font-size:xx-small;
	color: #FFFFFF;
	text-align:center;
}

/* Verlinkung */
#header p a:link, #content_1 a:link, #content_2 a:link , #show a:link {
	color: #7e0759;
	text-decoration : none;
}

#header p a:visited, #content_1 a:visited, #content_2 a:visited , #show a:visited {
	color: #7e0759;
	text-decoration : none;
}

#header p a:hover, #content_1 a:hover, #content_2 a:hover , #show a:hover {
	color: #212D39;
	text-decoration : underline;
}

#content_4 a:link, #footer a:link {
	color: #FFFFFF;
	text-decoration : none;
}

#content_4 a:visited, #footer a:visited {
	color: #FFFFFF;
	text-decoration : none;
}

#content_4 a:hover, #footer a:hover {
	color: #046828;
	text-decoration : none;
}

/* Listen-Content */
ul#content {
	margin: 0px 0px 0px 12px;
	padding : 0px 0px 0px 0px;
	font-size:11px; 
	color: #666666;
	line-height:15px;
	padding: 2px 5px 2px 5px; /* top right bottom left */
	text-decoration : none;
	list-style-image:url(../pics/home/list_style_image_grey.gif);
}

/* Listen-News */
ul#news {
	background-color : #f3ebe0;
	color : #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height:14px;
	list-style-type:none;
}

ul#news li a {
	padding: 2px 5px 2px 5px; /* top right bottom left */
	background-color: #f3ebe0;
	color: #212D39;
	text-decoration : none;
	display : block;
	line-height:14px;
	border-top:1px solid #e4d3bb;
}

ul#news li a:hover {
	padding: 2px 5px 2px 5px; /* top right bottom left */
	background-color: #e4d3bb;
	color: #212D39;
	text-decoration : none;
	display : block;
	line-height:14px;
	border-top:1px solid #e4d3bb;
}

/* Listen ze-Navigation HTML-Version */
ul#ze {
	font-size:xx-small;
	color: #ffffff;
	line-height:15px;
	list-style-type:none; 
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 10px; /* top right bottom left */
}

ul#ze a:link {
	color: #ffffff;
	text-decoration : none;
}

ul#ze a:visited {
	color: #ffffff;
	text-decoration : none;
}

ul#ze a:hover {
	color: #ffffff;
	text-decoration : underline;
}

/* Linien */
hr {
	border:1px dashed #05A43E;
}

/* Bilder */
.pic_flow { /* umfließend */
	float:left;
	width:auto;
	margin-right:10px;
	margin-bottom:10px;
}

.pic_flow_right { /* umfließend */
	float:right;
	width:auto;
	margin-left:10px;
	margin-bottom:10px;
}

.underline {
	border-bottom:thin dotted #05A43E;
	margin-bottom:5px;
}

/* Tabellen */
td.bgcolor_grau {
	padding: 2px 3px 2px 3px; /* top right bottom left */
	height: 16px;
	border : 0px none;
	background-color:#E9E9E9;
	border-bottom:1px solid #046828;
}

td.bgcolor_ee {
	background-color:#f3ebe0;
}

/* workaround des box-modells mittels browserweiche für Netscape*/ 
/* Attribut-Selektor "Beispielklasse[id]" wird nur von Netscape interpretiert */

#header[id] p {
	margin-top:0px;
}

#footer[id] p {
	margin-top:0px;
}

#content_1[id] p {
	margin-top:0px;
}

#content_2[id] h1 {
	margin-top:0px;
	margin-bottom:0px;
}

#content_4[id] p {
	margin-top:0px;
}