@charset "utf-8";

/*======================
 Common CSS
=======================*/


/* Common 
----------------------------------------*/
#container{
	background: url(../img/bg_brown.gif) repeat-x;
}

#wrapper {
	background : url(../img/bg_mein01.gif) no-repeat;
	background-position : 0px 100px;
	margin : 0px auto;
	width : 820px;
	height : auto;
}

.f_l{
	float:left;
}

.f_r{
	float:right;
}

/* 
Header [
----------------------------------------*/

#header {
	background : url(../img/top_bg.jpg) no-repeat;
	background-position : top right;
	width : 820px;
}

#header img,#header2 img {
	float: left;
}


/* 
Header [
----------------------------------------*/


/*InfoNavi---------------*/

#info{
	width : 300px;
	height: 100px;
	float: right;
	padding : 0px 20px 0px 0px;
}

#infonav {
	width: 255px;
	height: 20px;
	float: right;
	margin : 70px 0px 10px 0px;
}

#infonav li {
	width: auto;
	float: left;
	padding: 0px 5px 0px 0px;
}

/*GlobalNani--------------*/
#globalnav{
	width:790px;
	height:30px;
	clear:both;
	margin-left:29px;
}

#globalnav li{
	float:left;
	width:auto;
	height:30px;
	margin: 0;
	padding:0;
}

#header2 {
	background : url(../img/top_bg.jpg) no-repeat;
	background-position : top right;
	width : 820px;
}



/* Common [
----------------------------------------*/
#page_content {
	width : 700px;
	height: auto;
	margin: 0px 60px;
	padding: 20px 0px;
	vertical-align:top;
}

/* 
Footer[
----------------------------------------*/
#footer{
	width:760px;
	height:45px;
	clear:both;
	background:url(../img/footer.jpg) no-repeat top;
	margin-bottom: 50px;
	padding: 15px 30px 0px;
}

#copy {
	float:right;
}


#generalnav {
	width:160px;
	height:14px;
	float:left;
}

#generalnav ul{
	width:160px;
	height:14px;
}

#generalnav li{
	width:auto;
	float:left;
	margin: 0px 5px 0px 0px;
}







