@charset "UTF-8";
/* CSS Document */
/*-----------------------------basis layout*/
.all {
	padding: 10px 30px 0 30px;
}
#content {
	outline: none;
}



/*---------head----------*/

div.head {
z-index: 10;
/* position: fixed; top:10px; left: 15px;  */
height: 60px;
}

div.logo {	
}


/*--------------------menu1---------------*/
.head table {
}
div.menuBox {
margin-left: 300px

}
div.menu1{
}
div.head {
	background: url(../img/logo.png) left top no-repeat #fff;
}

ul.menu {
	list-style: none;
}
ul.menu li {
	display: inline;
}

ul.menu a {
	padding: 0 3px;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	margin:0 0 0 5px ;
	cursor:pointer;
/* 	background: black; */

}
ul.menu a:hover{	
}



/*---------------------main-------------*/
div.main{
	margin-top: 10px;
}
#content{
	position:relative;
	float: left;
	width: 100%;
	overflow:auto;
	}
ul.content_ul {
	/* 	width: 4800px; */
	/* width: 100000px; */
	width: 6600px;
	height: auto;

}
ul.content_ul li {
	display: inline;
	width: 600px;
	}
div.box {
	float: left;
	display: block;
	margin-right: 100px;
	width: 500px;
	/* height: 600px; */
}

div.box a.foto_film_class {
color: #333333;
background: #ebebeb;
text-decoration:none;

}
div.box a.foto_film_class:hover{
color: #000;
background: #FFED00;
text-decoration:none;
}

a.text_link {
color: #333333;
background: #ebebeb;
text-decoration:none;

}
a.text_link:hover{
color: #000;
background: #FFED00;
text-decoration:none;
}

div.reserve {
	margin-right: 100px;
	width: 500px;
	height: 600px;
}
div.box h1{
	padding-bottom: 15px;
}
div.box p{
	line-height: 14px;
	padding-bottom: 10px;
}
div.box p.last_lauftext{
	padding-bottom: 30px;
}
a {
	padding: 0 3px;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	margin:0 0 0 5px ;
	cursor:pointer;
	}
	
a:hover{
	color: #000;
	background: #FFED00;
	text-decoration:none;
}