﻿/*Typo3 Stylings Resetten*/
p,td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;}

/*Title Styling*/
h1{font-size:24px; margin:0; margin-bottom:8px;}

/*Link Styling*/
a{font-style:normal; font-weight:bold; text-decoration:none; color:#666;}
a:active, a:focus, a:hover, a:after, a:visited, a:link, a:lang{	color:#333;}

/*Main Layout Styling*/
body{font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0; color:#666; background-color:black;}
#site{width:1000px; margin:auto; margin-top:30px; margin-left:-500px; position: absolute;left: 50%; z-index:100;}
#header{background:url(../images/header.jpg);height:85px;}
#illu{background:url(../images/logo1.jpg);height:180px;}
#background{position:fixed;bottom:0;top:115px; width:100%; background:url(../images/bg.jpg); background-repeat:repeat-x; z-index:1;}

/*Content Styling*/
#content-main{width:1000px; margin-top:2px; background:url(../images/spacer.gif);}
#content-left{width:540px;  float:left;}
#content-left-inner{padding:10px; padding-left:20px;}
#content-right{width:458px;  float:right;}
#content-right-inner{}
#content-clearer{clear:both;}
#content-bottom{background-color:#fff;width:1000px; margin-top:2px; padding-top:32px;  padding-bottom:33px;}
#content-bottom-left{float:left; width:500px; }
#content-bottom-right{float:right; width:500px; }
#content-bottom-clearer{clear:both;}

/*Footer Styling*/
#footer{margin-top:10px; color:#fff;}
#footer a{	color:#fff;}
#footer-left{float:left;}
#footer-right{float:right;}
#footer-clearer{clear:both;}
.impressum{	padding-right:20px;}




/* News Styling */
.sc-news-item{ padding-top:10px; padding-bottom:10px; margin-bottom:10px;}
.sc-news-left{float:left; width:150px;}
.sc-news-right{float:right; width:350px;}
.sc-news-clearer{clear:both;}

.sc-news-right-date{float:left; width:50px; height:55px; background:url(../images/CalSymb.gif) no-repeat top left;}
.sc-news-date-month{text-transform:uppercase; font-size:10px; color:#fff; font-weight:bold; text-align:center; margin-right:10px;}
.sc-news-date-day{font-size:21px; color:#666; font-weight:bold; text-align:center; margin-right:10px; margin-top:4px;}

.sc-news-right-header{margin:0;padding:0;float:right; width:295px;}
.sc-news-right-header h3{	margin:0; padding:0;}

.sc-news-right-clearer{	clear:both;}

.align-center{text-align:center;}


