/*
URL   : www.cinenights.de/_css/screen.css
Autor : DICKE Kreativbüro (Mario Schwartz)
Layout: Bildschirm, Projektor
Update: 21. Juni 2007 15:44:00
*/

/*===== Main CSS STYLE =====*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, fieldset, div, address, iframe
{
	margin: 0px;
	padding: 0px;
}
body
{
	background: #f4efe4 url(../_img/background.jpg) repeat-x scroll;
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
fieldset
{
	border: 1px solid #b5b5b4;
	padding: 5px;
}
fieldset legend
{
	color: #ec6f21;
	background-color: transparent;
	font-weight: bold;
}
img, form fieldset, hr, iframe
{
	border: 0px solid #FFF;
	padding: 0px;
}
hr
{
	height: 1px;
	background-color: #b5b5b4;
	color: #d1d2d4;
}
h1, h2, h3, h4, h5, h6
{
	margin: 10px 8px 10px 0px;
	color: #ec6f21;
	background-color: #FFF;
}
h1, fieldset legend
{
	font-size: 17px;
}
h1 span
{
	font-size: 9px;
	color: #000;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 13px;
}
h4
{
	font-size: 11px;
}
h5
{
	font-size: 9px;
}
h6
{
	font-size: 7px;
}
a
{
	text-decoration: underline;
	color: #6e6a60;
	background-color: transparent;
}
p, table, dl, ul, ol
{
	margin: 0px 20px 6px;
}
ul, ol
{
	margin-left: 30px;
}
table, td, th
{
	border: 1px dotted #ec6f22;
	border-spacing: 0px;
	border-collapse: collapse;
}
th, td
{
	font-size: 11px;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
th
{
	font-weight: bold;
}
dt
{
	font-weight: bold;
}
dt span
{
	font-size: 9px;
	color: #000;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
dd
{
	margin-left: 0px;
}
.headline
{
	line-height: 28px;
	padding: 0px 13px;
	font-size: 13px;
	font-weight: bold;
	color: #1f445a;
	background: transparent url(../_img/carbon.gif) repeat 0px;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.post_ok
{
	color: Green;
}
.post_err
{
	color: Red;
}
.print
{
	display: none;
}
.align_left
{
	text-align: left;
}
.align_right
{
	text-align: right;
}
.align_center
{
	text-align: center;
}
.help
{
	cursor: help;
	border-bottom: 1px dotted;
}
/*===== End of Main CSS STYLE =====*/

/*===== Site CSS STYLE =====*/
div.splash
{
	margin: 0px auto;
	text-align: left;
	width: 551px;
	height: 801px;
}
div.background
{
	padding-top: 52px;
	height: 796px;
	width: 649px;
	background: transparent url(../_img/content_background.jpg) repeat-x top;
	margin: 0px auto 10px;
	text-align: left;
}
div.background2
{
	width: 847px;
}
div.background div.border_left
{
	margin-top: -52px;
	padding-top: 52px;
	height: 796px;
	width: auto;
	background: transparent url(../_img/content_border_left.jpg) no-repeat left top;
}
div.background div.border_right
{
	margin-top: -52px;
	padding-top: 52px;
	height: 796px;
	width: auto;
	background: transparent url(../_img/content_border_right.jpg) no-repeat right top;
}
div.background div.content
{
	height: 551px;
	margin-left: 28px;
	padding: 6px 4px 6px 6px;
	width: 551px;
	float: left;
}
div.background2 div.content
{
	height: 784px;
}
div.background ul.nav
{
	margin: 0px;
	padding: 6px 34px 6px 0px;
	width: 26px;
	float: right;
	list-style: none;
}
div.background ul.nav li
{
	padding-bottom: 2px;
}
div.background ul.nav li span
{
	display: none;
}
div.background ul.nav li a
{
	width: 26px;
	display: block;
}
div.background ul.nav li a.home
{
	height: 83px;
	background: transparent url(../_img/nav_startseite.gif) no-repeat left top;
}
div.background ul.nav li a.res
{
	height: 105px;
	background: transparent url(../_img/nav_reservierung.gif) no-repeat left top;
}
div.background ul.nav li a.contact
{
	height: 146px;
	background: transparent url(../_img/nav_kontakt.gif) no-repeat left top;
}
div.background ul.nav li a.home_active
{
	background-image: url(../_img/nav_startseite_active.gif);
}
div.background ul.nav li a.res_active
{
	background-image: url(../_img/nav_reservierung_active.gif);
}
div.background ul.nav li a.contact_active
{
	background-image: url(../_img/nav_kontakt_active.gif);
}
div.footer
{
	margin: 0px auto 5px;
	width: 414px;
	line-height: 27px;
	font-size: 9px;
	font-family: Tahoma;
	background: transparent url(../_img/footer.jpg) no-repeat left top;
	color: #6e6a60;
}