/**
 * Style sheet rt_style
 */
html, body
{
	height:100%;
}

#wrapper
{
	width:1024px;
	height:100%;
	left:50%;
	position:absolute;
	margin-top:0px;
	margin-left:-512px;
	background-image:url("tl_files/rt_data/container_bg.png");
	background-repeat:repeat-y;
	min-height: 100%;
	height: auto !important;
}

#main
{
	width:650px;
	overflow:hidden;
}

#container
{
	height:100%;
	min-height: 100%;
	height: auto !important;
}

body
{
	background-color:#1b3437;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
}

hr
{
	height:1px;
	border-top:1px hidden;
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-style: none;
	border-bottom-color: white;
}

p
{
	margin:0px;
	padding:0px;
}

table
{
	border:1px solid #ffffff;
	border-collapse:collapse;
}

/* ------------- */
#header
{
	padding-left:12px;
}

#left
{
	z-index: 1;
}

#footer
{
	width:920px;
	margin:30px;
	padding-top:10px;
	padding-left:30px;
	text-align:center;
	border-top:1px dashed #999999;
	color:#999999;
}

ul
{
	margin:0px;
	padding-top:15px;
	padding-left:30px;
}

li
{
	padding:5px;
	list-style: none;
}

li.active
{
	margin-top:3px;
	margin-bottom:3px;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#b6c1c0;
	font-weight:bold;
}

/* allgemeine Linksdef */
a
{
	text-decoration:none;
	color:#a70d00;
}

.mod_navigationMain
{
	font-size:14px;
}

a:hover
{
	background-color:#b6c1c0;
}

.mod_minicalendar a:hover
{
	text-decoration:none;
	font-size:12px;
	color:#white;
}

.mod_minicalendar table
{
	width:300px;
	height:150px;
	padding:5px;
	text-align:center;
	background-color:#b6c1c0;
}

.mod_minicalendar tr
{
	border-height: 1px;
}

.mod_minicalendar td
{
	background-color:#white;
	border:1px solid #white;
	border-height: 1px;
}

.mod_article
{
	width:550px;
	margin-left:60px;
	padding-right:100px;
	padding-bottom:25px;
	padding-left:25px;
}

h1
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b6c1c0;
}

.mod_minicalendar td.days.active
{
	color:#ffffff;
}

.toggler
{
	width:280px;
	padding:10px;
	background-color:#b6c1c0;
}

