/**
 * Style sheet zCustom
 */
.custom:after
{
	content:''
}

body
{
	background:#f3f0e4;
}

#wrapper-outer
{
	/*background:transparent url(images/background.png) repeat-y 50% 0;*/
	margin-top:30px;
}

#wrapper
{
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

#container
{
	overflow:hidden;
	background:#FFF;
}

#header
{
	height: 300px;
	background:#FF9900 url(tl_files/bilder/hagen-header.jpg) no-repeat 0 0;
}

#left
{
	margin-bottom:-2000px;
	padding-bottom:2000px;
}

#left .inside
{
	padding-right:5px;
	padding-left:5px;
}

#main
{
	width:373px;
	float:left;
	margin:0px 0px -2000px 0px;
	padding-bottom:2000px;
	background:#f3f0e4;
}

#main .inside
{
	padding:5px;
}

#right
{
	float:left;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	line-height:1%;
}

#right .inside
{
	padding-left:5px;
}

#right .inside img
{
	vertical-align:bottom;
}

#footer
{
	height:auto;
}

#footer .inside
{
	padding-top:5px;
	background:#FFF;
}

/* individual elements */
#footer-links
{
	padding:10px;
	text-align:center;
}

#footer-links a
{
	font-weight:bold;
	text-decoration:none;
	font-size:0.9em;
	color:#FF9900;
}

#footer-links a:hover
{
	text-decoration:underline;
}

#footer-bg
{
	height:30px;
	/*background:transparent url(images/footer-bg.png) no-repeat 50% 0;*/
}

/* extra styling for typolight elements */
p.info
{
	color:#878684;
}

div.layout_latest
{
	margin:0px 0px 14px 0px;
}

div.layout_latest .last
{
	margin:0px;
}

div.mod_article
{
}

div.layout_latest h2 a
{
	text-decoration:none;
}

#links .ce_text
{
	margin:0px 0px 14px 0px;
}

div.ce_hyperlink
{
	margin:0px 0px 14px 0px;
}

div.ce_hyperlink h1
{
	font-size:12px;
}

div.ce_text.adresse
{
	margin:0px 0px 14px 0px;
}

div.ce_list.aufzaehlung
{
	margin:0px 0px 14px 0px;
}

div.ce_text.programm
{
	margin:0px 0px 14px 0px;
}

div.rss_items_only h2 a
{
	font-weight:normal;
	font-size:10px;
	color:#292829;
}

td.col_0
{
	padding-right:14px;
}

div#fotowettbewerb
{
	margin-top:5px;
}

/* form elements */
input.text, textarea.textarea
{
	border:1px solid #878684;
}

textarea.textarea
{
	width:250px;
}

label
{
	font-weight:bold;
}

td.explanation
{
	padding:0px 0px 14px 0px;
}

/* 1-pixel bug in firefox 3 */
html>/**/body, x:-moz-any-link, x:default
{
	left:-0.1px;
	position:relative;
}
