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

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

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


***********************************************************************
********************* Definition des Layouts ***************************
***********************************************************************/
#header {
	padding: 15px 0px 0px 10px; /* top right bottom left */
	width: 700px;
	border : 0px none;
	/*background-color:#FFFFFF;*/
}

#content_1 {
	padding: 15px 0px 5px 10px; /* top right bottom left */
	width: 120px;
	border : 0px none;
	float:left;
}

#content_2 {
	padding: 15px 10px 40px 10px; /* top right bottom left */
	width: 370px;
	border : 0px none;
	text-align:left;
	float:left;
}

#content_3 {
	padding: 0px 0px 0px 0px; /* top right bottom left */
	width: 210px;
	border : 0px none; 
}

#content_4 {
	padding: 5px 5px 5px 5px; /* top right bottom left */
	width: 210px;
	height: 20px;
	border : 0px none;
	background:#BFBFBF;
}

#footer {
	padding: 5px 10px 5px 10px; /* top right bottom left */
	width: 700px;
	border : 0px none;
	background:#9A9999;
	height: 25px;
}

/* workaround des box-modells mittels browserweiche für Netscape*/ 
/* Attribut-Selektor "Beispielklasse[id]" wird nur von Netscape interpretiert */
#header[id] {
	width:690px;
}

#content_1[id] {
	width:110px;
}
#content_2[id] {
	width:350px;
}
#content_3[id] {
	width:200px;
}
#content_4[id] {
	width:200px;
	height:15px;
	/*vertical-align:top;*/
}
#footer[id] {
	width:685px;
	height:13px;
	padding:2px 5px 5px 10px;  /*top right bottom left */
}