body
{
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
}

html 
{
    height:100%;
}


/* ******************************* DIV's ****************************** */

#container
{
	margin:auto;
	text-align:left;
	width: 800px;
	position:relative;
	font-size:1.0em;
}

#header
{
	height:251px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	position:relative;
}

#menu
{
	background-image:url(../images/bg_menu.jpg);
}

#topmenu
{
	position:absolute;
	right:0px;
	top:70px;
}

#login
{
	position:absolute;
	top:190px;
	left:545px;
}

#homelink
{
	position:absolute;
	top:68px;
	left:15px;
}




#content-container
{
	padding:0px 10px 30px 190px;
	width:590px;
	background-image:url(../images/bg_leftcontent.gif);
	background-repeat:repeat-y;
	float:left;
}
#content
{
	float:left;
	padding:10px 10px 10px 10px;
	width:580px;
}


#leftcontent
{
	margin-left:-190px;
	float:left;
	width:190px;
	padding:0px 0px 20px 0px;
}

/*** IE6 Fix ***/
* html #leftcontent {
  margin-left:-95px;          /* RC width */
}



#bottommenu
{
	position:absolute;
	top:-24px;
	right:0px;
}

/* *********************** Menus ************************************** */



/*Linkes Menu*/
#leftcontent ul
{
	margin:10px 0px 20px 0px;
	padding:0px;
	list-style:none;
}

#leftcontent li
{
	margin:0px;
	padding:0px;
	list-style:none;
	width:180px;
}

#leftcontent ul li a 
{
	text-decoration:none;
	display:block;
	padding:5px 0px 0px 10px;
	margin:0px 0px 0px 14px;
	_height:15px;
	min-height:15px;
	background-image:url(../images/bg_leftmenu.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	font-weight:bold;
	color:#2B497B;
	font-size:1.1em;
}
#leftcontent ul li ul
{
	margin:2px 0px 5px 0px;
}

#leftcontent ul li ul li a 
{
	background-image:none;
	font-weight:normal;
	padding:2px 0px 0px 20px;
	font-size:1.0em;	
}

#leftcontent ul a.menuActive
{
	background-image:url(../images/bg_leftmenu_hover.gif);
	color:#F90304;
}

#leftcontent ul li ul li a.menuActive
{
	background-image:none;
	color:#F90304;
}




/* ********************** globale Formatierungen ********************** */

a{
	color: #000000;
	text-decoration: underline;
}

table
{ 
	border-collapse:collapse;
}





/* ************************************ Formulare ************************************** */



input
{
	margin-top: 3px;
	border: 1px solid #9D9D9F;
}

.button
{
	border: 0px;
	background-color: #CFCFCF;
	text-transform:uppercase;
	font-size: 11px;
	margin: 4px 0px 0px 0px;
	float: right;
	padding: 0px;
}

/* ******************** Formatierung Dateiverweise & Bildbeschreibung ****************** */

.csc-uploads-fileName p	/* Name der Datei */
{
	margin: 0px;
	padding-bottom: 6px;
}

.csc-uploads-icon
{
	vertical-align: top;
}

.csc-uploads-fileSize	/* Dateigröße bei Dateiverweisen/-links */
{
	vertical-align: top;
}

.csc-uploads-fileSize p 
{
	margin: 0px;
	padding: 0px;
}

.csc-textpic-caption 	/* Bildbeschreibung */
{
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
}

/* ******************** Formatierungen Kontaktformular (pi1_mailform) ****************** */

.error
{
	color: #FF0000;
}

.tx-pilmailform-pi1 label
{
	display:table-cell;
	width:130px;
	float:left;
	vertical-align:middle;
	padding-top:3px;
	text-align: right;
	padding-right: 7px;
}

.tx-pilmailform-pi1 input, .tx-pilmailform-pi1 textarea
{
	font-weight: normal;
	margin-top: 3px;
	border: 1px solid #9D9D9F;
	width: 350px;
}

.tx-pilmailform-pi1 input
{
	width: 350px;
}

/*Formatierung tt_news*/
.news-latest-item
{
	background-color:#ffffff;
	position:relative;
	padding:120px 10px 10px 10px;
	border:1px solid #C9C9C9;
	width:159px;
	float:left;
}

.news-latest-image
{
	padding:0px 0px 0px 0px;
	margin:0px;
	background-image:url(../images/tt_news.gif);
	background-repeat:no-repeat;
	background-position:right top;
	position:absolute;
	width:185px;
	top:0px;
	left:0px;
	
}

.news-single-item img
{
	margin:5px;
}

.news-single-files img,.news-single-related img
{
	vertical-align:middle;
}

.news-single-related dd
{
	margin:0px;
	padding:0px;	
}

.news-single-files dt,.news-single-related dt
{
	font-weight:bold;
}
