html, body {
	width: 100%;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0 auto;
	background: url(/tl_files/imgs/bg_body.jpg) no-repeat center top #42AAE1;
}

a img {
	border: none;
}

.invisible { display: none; }

#header {
	background: url(/tl_files/imgs/bg_head_main.jpg) no-repeat center bottom #42AAE1;
	height: 130px;
	margin: 0 auto;
	padding: 0px;
	border-bottom: 3px solid #43AAE1;
	position: relative;
}
#inner_header {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
#logo {
	margin: 65px 0px 0px 0px;
	float: left;
}

#footer {
	background: transparent;
	height: 120px;
	border-top: 3px solid #43AAE1;
	margin: 0px;
	clear: both;
}
#inner_footer {
	width: 876px;
	margin: 0 auto;
	background: url(/tl_files/imgs/footer_left.png) no-repeat top left transparent;
	height: 100px;
	margin-top: -5px;
	padding: 20px 0px 0px 0px;
}
#impress, #copy {
	margin: 0px 0px 0px 330px;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px;
	background: #fff;
	clear: left;
}
#inner_container { background: url(/tl_files/imgs/bg_main_left.jpg) repeat-y bottom left transparent; width: 880px; margin: 0 auto; padding: 10px 0px 30px 0px; } 

#left {
	width: 266px;
	margin: -10px 0px 0px 2px;
	padding: 18px 10px 10px 1px;
	float: left;
	background: url(/tl_files/imgs/bg_left.jpg) no-repeat top left #ececec;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#left h2 { margin-left: 10px; }

#main {
	margin-left: 340px;
}

#clear_container { clear: left; height: 0px; padding: 0px; margin: 0px; }

/* NAVIGATION */
.mod_navigation {
	position: absolute;
	top: 89px;
	left: 340px;
	padding: 0px 0px 0px 16px;
	height: 50px;
	background: url(/tl_files/imgs/bg_navi_left.png) no-repeat top left transparent;
}
.mod_navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
.mod_navigation ul li {
	list-style: none;
	float: left;
	padding: 16px 25px 19px 15px;
	margin: 0px 0px 0px 0px;
	background: url(/tl_files/imgs/bg_navi_li.png) no-repeat bottom right transparent;
	line-height: 16px;
}
.mod_navigation ul li.last {
	list-style: none;
	float: left;
	padding: 16px 25px 19px 15px;
	margin: 0px 0px 0px 0px;
	background: url(/tl_files/imgs/bg_navi_li_last.png) no-repeat bottom right transparent;
}
.mod_navigation ul li.first {
	padding: 16px 25px 19px 8px;
}
.mod_navigation ul li a,
.mod_navigation ul li span {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.mod_navigation ul li.active span {
	padding: 16px 0px 20px 0px;
	background: url(/tl_files/imgs/bg_nav_active.png) no-repeat bottom center transparent;
	line-height: 16px;
}

/* CONTENT */
h1 {
	font-weight: normal;
	color: #333;
	font-size: 22px;
	border-bottom: 1px solid #43AAE1;
	margin-bottom: 30px;
}
h2 {
	font-weight: normal;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #43AAE1;
}
p { line-height: 1.5em; }
#main a { color: #43AAE1; text-decoration: underline; }
#main a:hover { color: #43AAE1; text-decoration: none; }
/*
#left ul li a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
*/
.entry { border-bottom: 1px solid #ccc; padding: 5px 0px; }
p.date { margin: 0px; color: #999; font-size: 10px; }
.entry h2 { margin: 0px; border: none; }
#filmlist img.preview_img { float: left; margin: 0px 10px 0px 0px; }
#filmlist h3 { margin: 0px 0px 0px 130px; }
h2 span.date { color: #999; font-size: 10px; padding-right: 10px; }
.entry p { padding-left: 75px; }

#filmlist { margin: 0px 0px 0px 0px; padding: 0px; list-style: none; width: 100%; }
#filmlist li { background: url(../imgs/bg_list_item.jpg) no-repeat top right #2EAADD; height: 80px; padding: 0px; margin: 4px 0px 4px 0px; width: 100%; }
#filmlist li p { margin: 5px 0px; line-height: 1.2em; }
#filmlist li a { color: #fff; text-decoration: none; font-size: 10px; font-weight: bold; }
#filmlist li a:hover { text-decoration: underline; }
#filmlist img.preview_img { float: left; margin: 0px 10px 0px 0px; }

/* Formulare */
input, textarea { width: 410px; border: 1px solid #ccc; padding: 2px; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.submit { background: #43AAE1; color: #fff; font-weight: bold; width: 415px; border: none; }
.formbody table { width: 100%; }
.formbody table tr td { text-align: left; vertical-align: top; padding: 5px 10px 5px 0px; }
p.error { color: #c00; margin: 0px; font-weight: bold; }


#footer a {
	color: #2166c0;
}
#footer #impress { float: left; }
#footer p#copy { margin-top: 0px; margin-left: 400px; text-align: right; }

#form_container { padding: 0px 0px 20px 0px; margin-bottom: 20px; border-bottom: 1px solid #ccc; }
.filter_submit { width: 120px; }

.filter { margin: 10px 0px; padding: 10px 0px; border-bottom: 1px solid #ccc; }
.filter_form { float: left; }
.filter_reset { margin-left: 200px; }

.pagination { padding: 0px 0px 40px 0px; }
.pagination ul { list-style: none; margin: 0px; padding: 0px; }
.pagination ul li { float: left; margin: 0px 5px 0px 0px; padding: 0px; }
#main .pagination ul li a,
.pagination ul li span { display: block; padding: 5px 10px; background: #86ccf3; color: #fff; }
.pagination ul li span.current { padding: 5px 10px; background: #43AAE1; color: #fff; }
span.total { display: none; }

#telegramm .mod_cataloglist { margin-top: 20px; }

