/*
	CSS File für Kultfilme.net
	Version 1.1
	Enno Park
	27.06.2008
*/

/* Debug
=========================================== */

/*a { border: 1px solid lightgreen; } /* debug*/
/*td { border: 1px solid green; } /* debug*/
/*p { border: 1px solid green; } /* debug*/


/* Tags
=========================================== */

body {
	background-color: white;
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
    font-size: 1em;
    color: black;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: #FF8C00;
}

a.arrow {
	padding-left: 15px;
	background: url(pics/orange_arrow.gif) left top no-repeat;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin: 8px;
	line-height: 1.3em;
}

h1 {
	font-size: 1.4em;
	margin: 0px;
	margin-right: 8px;
	line-height: 1em;
}

h1.innerHeadline {
	margin-top: 8px;
}

h2 {
	font-size: 1.2em;
	margin: 0px;
}

label {
	float: left;
	width: 4em;
	margin-left: 3px;
}

hr {
	margin-top: 2px;
	border: 0;
	border-top: 1px solid orange;
	margin-bottom: 3px;	
}

table {
	margin: 10px;
	border: 0;
}


/* Navigation
===========================================*/

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	/*width: 1000px;*/
	/*padding-top: 90px;*/
	padding-left: 165px;
}

ul#menu li {
	float: left;
	padding: 0;
	background: url(pics/tabbg_right.gif) no-repeat top right;
}

ul#menu li a {
	color: black;
	display: block;
	padding: 0 0.7em;
	float: left;
	text-decoration: none;
	background: url(pics/tabbg_left.gif) no-repeat top left;
	border-bottom: 1px solid black;
}

#home #menu .home a,
#tv #menu .tv a,
#kino #menu .kino a,
#dvd #menu .dvd a,
#suche #menu .suche a,
#member #menu .member a,
#verlag #menu .verlag a, 
#heft #menu .heft a {
	background: url(pics/tabbg_hi_left.gif) no-repeat top left;
	border-bottom: 1px solid white;
	cursor: default;
}

#home #menu li.home,
#tv #menu li.tv,
#kino #menu li.kino,
#dvd #menu li.dvd,
#suche #menu li.suche,
#member #menu li.member,
#heft #menu li.heft,
#verlag #menu li.verlag {
	background: url(pics/tabbg_hi_right.gif) no-repeat top right;
}

a#startlink {
	display: block;
	width: 400px;
	height: 90px;
	text-decoration: none;
}

/* Classes
===========================================*/

hr.greyline {
	border: 0;
	border-top: 1px solid grey;
}

div.box {
	margin-top: 16px;
	border: 1px solid #FF8C00;
	/*padding: 8px;*/
	font-size: 0.9em;
	line-height: 1.1em;
	min-height: 220px;
	/* CSS Hack for simulating min-height in IE6 */
	 height: auto !important;
	 height: 220px;
}

div.headline {
	background-image: url(pics/bg_orange_vertical.jpg);
	font-size: 0.9em;
	line-height: 0.8em;
	padding: 3px;
	padding-left: 8px;
}

img.innerPic {
	float: left;
	margin: 10px;
}

img.loader {
	margin-left: 47%;
	margin-top: 10%;
}

p.adbar {
	margin: 0px;
	line-height: 1.3em;
}

input.search {
	font-size: 1em; 
	margin-top: 8px;
	margin-bottom: 4px;
}

a.headline{
	color: black;
	font-size: 0.8em;
	text-decoration: none;
	background: url(pics/black_arrow.gif) left top no-repeat;
	padding-left: 15px;
}

p.disabledlink {
	color: black;
	background: url(pics/black_arrow.gif) left top no-repeat;
	padding-left: 15px;
}


/* Forms
=========================================== */

form {
	/* IE Hack */
	display: inline;
}

input.formtext {
	/*border: 2px inset;*/
	margin: 2px;
	font-size: 0.7em; 
	width: 11em;
}

.register input {
	/*border: 2px inset;*/
	margin: 2px;
	font-size: 0.7em; 
	width: 22em;
}

.register input.checkbox{
	/*border: 2px inset;*/
	margin: 2px;
	margin-right: 1em;
	margin-left: 15em;
	font-size: 0.7em; 
	width: 1em;
}

input#searchbutton {
	/*margin-right: 30px;*/
}

input#searchstring {
	width: 420px;
	margin-right: 8px;
/*
	font-size: 1em;
	margin-top: 5px;
	border: inset 2px;
	*/
}

input.formbutton {
	/*border: 2px inset;*/
	margin: 2px;
	font-size: 0.8em; 
}

.register input.formbutton {
	/*border: 2px inset;*/
	margin: 2px;
	font-size: 0.8em; 
	width: 10em;
}

input.search_checkbox {
	margin-left: 100px;
	margin-top: 10px;
}

label {
	width: 150px;
}

 
/* Boxes
=========================================== */

div#path {
	font-size: 0.8em;
	padding-left: 15px;
}

div#logo {
	background-color: black;
	background-image: url(pics/logo_big.gif);
	background-repeat: no-repeat;
	height: 115px;
}

div#wrapper {
	clear: both;
	width: 985px;
	padding-left: 10px;
}

div#adbar {
	margin-top: -6px;
	float: right;
	width: 200px;
	text-align: right;
	font-size: 1em;
	line-height: 1em;
}

div#content {
	width: 765px;
	float: left;
}

div#centerbar {
	width: 545px;
	float: right;
}

div#leftbar {
	width: 200px;
	float: left;
}

div#footer {
	float: left;
	padding-left: 10px;
	width: 98.8%; /* Wert für Firefox */
	color: white;
	text-align: center;
	font-size: 0.8em;
	background-color: black;
	margin-top: 16px;
}

div#intern {
	position: absolute;
	top: 0px;
	right: 0px;
	color: gray;
	font-size: 0.8em;
	padding-right: 5px;
	/*display: none; /*DEBUG*/
}

div#loginbox, div#newsletterbox, div#forum, div#abo1, div#abo2, div#abo3 {
	min-height: 0;
	/* CSS Hack for simulating min-height in IE6 */
	 height: auto !important;
	 height: 0;
}

div#searchbox {
	background-color: #FEEBC3;
	background-image: url(pics/bg_orange_horizontal.jpg);
	background-repeat: repeat-x;
	border: 0;
	padding: 10px;
	margin-top: 16px;
}

div#tvbox, div#tvbox2 {
	min-height: 0;
	/* CSS Hack for simulating min-height in IE6 */
	 height: auto !important;
	 height: 0;
}

div#tvbox h2 {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.4em;
}

h3 {
	padding-left: 8px;
	margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.1em;
}

td#amazon {
	width: 150px;
}
