body{
	background-color: #cccccc;
	margin: 0px 0px 0 0;
	font-family: Arial;
	font-size: .7em;
	color: #373737;
	}
	
.container{
	width: 990px;
	background-image: url(../img/bg_container.gif);
	position: relative;
	}
	
#header{
	background-image: url(../img/title.jpg);
	height: 140px;
	}

#header2{
	background-image: url(../img/title2.jpg);
	height: 140px;
	}
	
#contentLeft{
	width: 210px;
	height: 200px;
	background-color: #FF0000;
	float: left;
	}

#menu_top{
	background-image: url(../img/bg_menu_top.png);
	background-repeat: repeat-x;
	height: 30px;
	padding: 12px 0px 0px 222px;
	font-family: Arial;
	font-size: 1em;
	color: #FFF;
	}
	
#menu_top A{
	font-size: 12px;
	padding-left: 5px;	
	color: #FFF;
	text-decoration: none;
	}

:first-child+html #menu_top{
	padding-left: 15px;
	}
	
#contentBox1{
	background-image: url(../img/bg_contextTitle.gif);
	background-repeat: repeat-x;
	width: 261px;
	height:231px;
	background-color: #FFF;
	display: block;
	border: 1px solid #999999;
	padding: 0 0px 5px 5px;
	float: left;
	}
	
*:first-child+html #contentBox1{
	margin-right: 0px;
	padding-right: 5px;
	width: 256px;
	}

#contentBox1 img{
	border: 0px;
	padding: 0 0 0 0;
	margin-left: -10px;
	margin-top: -2px;
	}
	
*:first-child+html #contentBox1 img{
	position: relative;
	padding-right: 5px;
	}
	

#contentBox2{
	background-image: url(../img/bg_contextTitle.gif);
	background-repeat: repeat-x;
	width: 261px;
	height:231px;
	margin-left: 279px;
	margin-right: 10px;
	display: block;
	border: 1px solid #999999;
	background-color: #FFF;
	padding: 0 0px 5px 5px;
	}
*:first-child+html #contentBox2{
	margin-left: 12px;
	position: absolute;
	padding-right: 5px;
	width: 256px;
	}

#contentBox2 img{
	border: 0px;
	padding: 0 0 0 1px;
	margin: -2px 0 0 -12px;

	}

*:first-child+html #contentBox2 img{
	position: relative;
	}

#contentBox{
	margin-left: 12px;
	width: 546px;
	float:left;
	position: relative;
	}
	
#contentMain{
	background-image: url(../img/bg_contextTitle.gif);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	background-color: #FFF;
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	}

#contentMain A{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	}

#contentMain P{
	float: bottom;
	}

#contentMain2{
	background-image: url(../img/bg_contextTitle.gif);
	background-repeat: repeat-x;
	margin-top: 12px;
	border: 1px solid #999999;
	background-color: #FFF;
	padding: 0px 5px 5px 5px;
	font-size: 12px;
	}



#contentRight{
	width: 208px;
	border-bottom: 0;
	float: left;
	background-color: #FFF;
	margin-left: 13px;
	}
	
	

	
#logo{
	padding-top: 100px;
	position: absolute;
	}
	
#menu{
	margin-top: 66px;
	font-family: Helvetica;
	font-size: 1.05em;
	}
#menu ul{
	padding-left: 0px;
	margin: 0px;
	}

#menu li{
	color: #FFF;
    list-style-type: none;
    padding-left: 22px;
    line-height: 24px;
    background-image: url(../img/bg_menu.gif);
    border-top: 1px solid #D2D2D2;

   	}
#menu li A{
	color: #FFF;
    list-style-type: none;
    line-height: 24px;
    text-decoration: none;
    font-family: Helvetica;
    font-size: 1.05em;
   	}

*:first-child+html #menu li A{
    font-weight: bold;
   	}
   	
#menu_bottom{
	font-family: Helvetica;
	font-size: 1.05em;
	}
	
#menu_bottom ul{
	padding-left: 0px;
	margin: 0px;
	}

#menu_bottom li{
	color: #FFF;
    list-style-type: none;
    padding-left: 22px;
    line-height: 24px;
    background-color: #636363;
    border-bottom: 1px solid #d2d2d2
   	}
   	
#menu_bottom li A{
	color: #FFF;
	text-decoration: none;
	}
	
*:first-child+html #menu_bottom li A{
	font-weight: bold;
	}
   	
#title {
	background-image: url(../img/bg_contextTitle.gif);
	background-repeat: repeat-x;
	height: 16px;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding: 3px 0px 0 0px;
	margin-bottom: 20px;
	}
	
*:first-child+html #title{
	height: 17px;
	}

#title_Box {
	background-image: url(../img/bg_contextTitle.gif);
	background-repeat: repeat-x;
	height: 18px;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding: 3px 0px 0 0px;
	}

#contentRight h1{
	background-image: url(../img/bg_contextTitle.gif);
	background-repeat: repeat-x;
	height: 18px;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding: 4px 0px 0 5px;
	margin: 0;
	}

#content{
	padding: 5px;
	}
	
#footer{
	color: #FFF;
	font-size: .85em;
	line-height: 30px;
	padding-left: 210px;
	float: left;
	position: relative;
	margin-top: 12px;
	background-color: #666666;
	}

#footertag{
	font-weight: bold;
	margin-top: 12px;
	line-height: 31px;
	padding-right: 43px;
	text-align: right;
	background-color: #666;
	font-size: .85em;
	}

#footertag A{
	color: #FFF;
	text-decoration: underline;
	}

	
h1.csc-firstHeader{
	color: #FF0000;
	margin-top: 0;
	font-size: 1.3em;
	font-weight: bold;
	}
img#contenBox1{
	padding: 0px;
	margin: 0px;
	}
	
h1{
	color: #FF0000;
	margin-top: 5px;
	font-size: 1.3em;
	font-weight: bold;
	}
#newsheader A{
	text-decoration: none;
	color: #FF0000;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	}
.news-list-container{
	border-bottom: 1px dotted #CCC;
	valign: top;
	padding-top: 5px;
	}

.news-list-morelink{
 	font-weight: normal;
 	text-decoration: none;
	font-size: 0.9em;
	color: #FF0000;
	text-align: right;
	
	}

	
#list-table{
	width: 100%;
	}

.news-latest-container{
	margin:0px;
	padding: 0 0 5px 5px;
	}
.news-latest-container A{
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	}
	
.news-single-backlink A{
	color: #FF0000;
	text-decoration: none;
	}
.csc-firstHeader A{
	padding-top: 20px;
	}
	
.csc-firstHeader A{
	color: #FFF;
	}
	
.internal-link {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
	}
.tx-ccvscroller-pi1{
	margin-left: 5px;
	}

.ticker-links{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	}	

#contentRight H1 A{
	color: #FFF;
	}

.dmnt_par{
	margin: 0;
	}

.ticker-links{
	padding: 0;
	margin:0;
	}
	
#tickerspace{
	padding-left: 5px;
	}

.veran_datum{
	border-bottom: 1px dotted #CCC;
	}

#veranstaltungen_liste{
	padding: 0px 5px 5px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}
	
#veranstaltungen_liste2{
	padding: 0px 5px 5px 5px;
	margin-bottom: 10px;
	}

#veranstaltungen_liste A{
	color: #FF0000;
	font-family: Arial;
	text-decoration: none;
	padding-left: 0px;
	}

.contenttable{
	border: 1px solid #CCC;
	padding: 5px;
	}

.contenttable TD{
	height: 25px;
	}

.csc-mailform INPUT, TEXTAREA, CHECKBOX{
	border: 1px solid #CCC;
	color: #373737;
	}
