/* HTML-TAGS */
body {
  margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	/*letter-spacing:0.5px;*/
	color:#201A13;
}
pre {
	display:none;
}	
form, input {
  margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#201A13;
}
select {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
a {
	color:#201A13;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-style:none;
}
ul {
	padding-left:12px;
}
li {
	padding-left:0px;
}

/* SEARCH */
#input_search {
	border:0px solid white;
	margin-left:8px;
	width:142px;
	height:13px;
}

/* MAIN */
div.txt {
 margin-left:6px;
}

.txt_big {
 	/* 14 ? */
	font-size:13px;
}
.txt_medium {
	font-size:12px;
	line-height:16px;
}
.txt_small {
	font-size:11px;
	line-height:15px;
}

table#table_menu_top td{
	font-family:'Times New Roman',Times,serif;
	font-size:12px;
	line-height:16px;
}
table#table_menu_top a{
	font-family:'Times New Roman',Times,serif;
	font-size:12px;
	line-height:16px;
	font-style:italic;
	text-decoration:none;
	color:#201A13;	
}
table#table_menu_top a:hover{
	text-decoration:underline;
}

div#menu_main {
	position:absolute;
	width:876px;
	height:21px;
	left:0px;
	top:168px;
	background-color:white;
}

/* weg: GIF */
.headline {
	font-size:18px;
	font-weight:bold;
}

img#logo {
	margin-top:21px;
}
div#content {
	width:650px;
	margin-top:10px;
	/*margin-bottom:40px;*/
}

/* LOGIN */
.label {
	font-size:11px;
	font-weight:bold;
}
td.label {
	width:70px;
	height:24px;
}
span.label {
	margin-left:5px;
}
input#email, input#passwort {
	width:247px;
}
.form_headline {
	font-size:14px;
	font-weight:bold;
}
form#form_login input[type=text], form#form_login select{
	width:240px;
}
.page_menu {
	background-color:#A5A721;
	color:white;
	font-size:11px;
	line-height:15px;
}
.page_menu a {
	color:white;
	font-size:11px;
	line-height:15px;
	text-decoration:none;
}
.sub_headline {
	font-size:17px;
	font-weight:bold;
	color:#A5A721;
}

.archiv_movie_title {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#A5A721;
}
	
form#form_order input[type=text],form#form_order select {
	width:200px;
}
form#form_login input[type=text], form#form_login input[type=password] {
	width:200px;
}
.regions {
	font-size:11px;
	line-height:15px;
	font-weight:bold;
}
.chronik_title {
	font-size:13px;
	font-weight:bold;
}
.chronik_text {
	font-size:11px;
	line-height:15px;
}



table.rechte-liste {
	width:100%;
}
table.rechte-liste th,
table.rechte-liste td {
	padding-left:6px;
	white-space:nowrap;
}
table.rechte-liste th {
	text-align:left;
}
table.rechte-liste .right {
	text-align:right;
}
table.rechte-liste .center {
	text-align:center;
}
table.rechte-liste .small-sep {
	height:8px;
	background:url('../img/linie_dashed.gif') repeat-x center left;
}
table.rechte-liste .big-sep {
	height:8px;
	background:url('../img/linie.gif') repeat-x center left;
}

/* WEG

input[type=radio] {
	margin:0px;
	padding:0px;
}

*/

a.tt{
	position:relative; /*this is the key*/
	z-index:24;
	background-color:#ffffff;
	color:#000;
	text-decoration:none;
}

a.tt:hover{
	z-index:25;
	background-color:#fff;
	text-decoration:none;
}

a.tt span{
	display: none
}

a.tt:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	bottom:20px;
	left:-160px;
	border:1px solid #0cf;
	background-color:#ffffff;
	border:1px solid #dedede;
	color:#000;
	text-align: center;
}
a.tt img {
	border-style:none;
}







.archiv-item {
	float:left;
	width:162px;
	height:208px;
	padding:8px 32px 0px 32px;
	border-bottom:1px solid #A5A721;
}
.archiv-hsep {
	float:left;
	width:9px;
	height:203px;
	margin-top:8px;
	background-image:url("../img/linie_vert_9.gif");
}
