/**
 * Style sheet basic
 */
body
{
	background-color:#000000;
	font-family:Verdana;
	font-size:90%;
}

#logo
{
	left:0px;
	top:0px;
	position:absolute;
	display:block;
}

#wrapper
{
	background-image:url("tl_files/bg.png");
	background-repeat:no-repeat;
}

#container
{
	height:613px;
}

a
{
	color:#000000;
}

.linkebox
{
	width:180px;
	margin-top:20px;
	margin-left:80px;
	padding:4px 8px 8px 8px;
	background-image:url("tl_files/white.png");
	font-family:Verdana;
	font-size:10px;
}

.linkebox h2
{
	margin-top:0px;
	margin-bottom:15px;
	text-align:center;
}

#eventliste
{
	margin-top:150px;
}

#eventliste a
{
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}

#eventliste .event_inside
{
	padding-left:10px;
}

#eventliste .event
{
	margin-top:7px;
	margin-bottom:7px;
}

.white-bg
{
	width:580px;
	overflow:auto;
	padding:10px;
	background-image:url("tl_files/white.png");
	max-height: 480px;
}

.white-bg-wide .ce_text
{
	overflow:auto;
	margin-top:0px;
	margin-right:90px;
	margin-left:90px;
	padding:10px;
	background-image:url("tl_files/white.png");
	max-height: 460px;
}

#main h1.ce_headline
{
	color:#FFFFFF;
}

#contactform input[type=text], #contactform textarea
{
	width:440px;
}

#contactform td.col_0
{
	width:125px;
	float:left;
	display:block;
}

#contactform span.mandatory
{
	display:none;
}

#contactform label:after
{
	content:":";
}

#contactform h1
{
	display:none;
}

.mod_newslist .block
{
	margin-bottom:15px;
	padding:10px;
	background-image:url("tl_files/white.png");
}

.mod_newslist h1
{
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:18px;
}

.mod_newslist .info
{
	margin-top:0px;
	margin-bottom:0px;
	font-style:italic;
	font-size:10px;
}

.auto-scroll
{
	width:580px;
	overflow:auto;
	max-height: 480px;
}

.mod_subscribe .submit
{
	margin-left:40px;
}
