@charset "utf-8";
/* CSS Document */

body{
	width: 1024px;
	background-image: url(../images/leftright.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Franklin Gothic Book";
}

td{
	font-family: "Franklin Gothic Book";
}

#header{
	height: 198px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

#content{
	margin-left: 180px;
	margin-right: 160px;
	text-align: justify;
	position: relative;
	top: -20px;
	font-family: "Franklin Gothic Book";
}

#info{
	float: right;
	width: 150px;
	height: 175px;
/*	background-image: url(../images/info_bg_gras.jpg);*/
	background-repeat: no-repeat;
	text-align: center;	
}

#info_header{
	text-align: center;
}

#login{
	float: right;
	width: 150px;
	height: 150px;
/*	background-image: url(../images/login_bg_gras.jpg);*/
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	top: 360px;
}

#login_header{
	text-align: center;
}

#greenVieh{
	float: right;
	width: 150px;
	height: 150px;
/*	background-image: url(../images/login_bg_gras.jpg);*/
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	top: 220px;
}

#navi{
	float: left;
	width: 175px;
	height: 350px;
	margin: 0;
/*	background-image: url(../images/navi_bg_navi.jpg); */
}

#footer{
	height: 45px;
	text-align: center;
	background-image: url(../images/kuli.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#golfer{
	background-image: url(../images/Golfer.png);
	position:fixed; 
	bottom: 0px; 
	left:0px; 
	width:175px; 
	height:150px; 
	background-color:#afa; 
}

h1{
	color: #226eaa;
	font-size: x-large;
	text-align: center;
}
