/* ------------------- Allgemeiner Teil ------------------- */

*
{
	padding: 0;
	margin: 0;
}

body
{
	text-align:	left;
	background-color:#a9a9a9;
}

div
{
	color: #ffffff;
}

#main
{
	width: 1100px;
	margin:	0 auto;
	text-align: left;
	color: #ffffff;
}

table
{
	border-spacing: 0px;
	border: 0px;
	border-collapse: collapse;
}

th, td
{
	font: normal 12px Verdana;
	text-align: left;
}

a:link, a:active, a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	color: #d6682c;
}

/* ------------------- Login ------------------- */

#modlgn_username
{
	font: normal 8px Verdana;
	color: #333333;
}

#modlgn_passwd
{
	font: normal 10px Verdana;
	color: #333333;
}	

#sl_horiz #sl_submitbutton input
{
	font: normal 12px Verdana;
	height: 18px;
	padding: 0px;
	float: left;
}


/* ------------------- Hauptmenü (main menu) ------------------- */

div.moduletable_menu ul, div.moduletable_menu ul li
{	
	list-style-type: none;
	display: block;
	width: auto;
	font-size: 10px;
	background: none;
	background-image: url(../images/menue_bg.png);
	background-repeat: no-repeat;
}

li ul li span
{	
	color: #2e2e2e;
	font-style: italic;
}

div.moduletable_menu ul li a:link, div.moduletable_menu ul li a:visited
{
	height: 23px;
	width: 180px;	
	font: normal 16px 'Times New Roman';
	list-style-type: none;	
	text-decoration: none;
	display: block;
	color: #ffffff;
	padding-left: 20px;	
	text-decoration: none;
	padding-top: 3px;
}

div.moduletable_menu ul li a:hover
{
	color: #d6682c;
}

#current
{
	background-image: url(../images/menue_selected_bg.png);
	background-repeat: no-repeat;
}

#current a
{
	color: #000000;
	font: bold 16px 'Times New Roman';
}

/* ------------------- Module ------------------- */

div.moduletable_menu
{
	background-color: #2e2e2e;
}

div.moduletable h3
{
	font: bold 16px 'Times New Roman';
	width: 170px;
	height: 35px;
	padding-left: 20px;
	padding-top: 15px;	
	color: #d6682c;
	background-color: #2e2e2e;
}


/* ------------------- Counter ------------------- */
#ulti_counter
{	
	font: normal 12px Verdana;
	width: 160px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100px;
	color: #ffffff;
	background-color: #2e2e2e;
}

/* ------------------- Überschrift ------------------- */
.seitentitel
{
	font: normal 37px 'Times New Roman';
	color: #3a3a3a;
	margin-right: 50px;
	text-align: right;
}

/* ------------------- Kontaktformular ------------------- */

.contentheading
{
	font: bold 30px 'Times New Roman';
	color: #d6682c;
	padding-left: 20px;
}

div.contentpane
{
	color: #ffffff;	
	padding-left: 20px;
}

div.contentpane th
{	
	width: 100px;
}

p.dfContactSubmitSuccess
{
	padding-top: 20px;
}

p.dfContactSubmitVars
{
	padding-bottom: 20px;
}

.dfContactInfoText
{	
	padding-top: 20px;
}

/* ------------------- Newsletter ------------------- */

#subscribeForm
{
	color: #ffffff;
	padding-left: 20px;
	padding-top: 5px;
}

#subscribeForm td
{
	padding-top: 5px;
}

/* ------------------- Content-Bereich ------------------- */

table.contentpaneopen
{
	font: normal 14px Verdana;
	margin-left: 20px;
	margin-right: 20px;
	color: #ffffff;
}

table.contentpaneopen h1
{
	font: bold 30px 'Times New Roman';
	color: #d6682c;
}

table.contentpaneopen h2
{
	font: bold 14px Arial;
	text-decoration: underline;	
	color: #d6682c;
	padding-bottom: 5px;
}


/* ------------------- Login auf der Webseite ------------------- */
.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

.tool-tip {
	font: normal 12px Verdana;
	float: left;
	border: 1px solid #A1C4DB;
	padding: 5px;
	background: #E4F0F8;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #4DA7E6;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}


/* ------------------- myPage-Link ------------------- */
th.mypage a:link, th.mypage th a:visited
{
	color: #999999;
}

th.mypage a:hover
{
	color: #ffffff;
}

/* ------------------- Component ------------------- */

.componentheading
{
	font: bold 30px 'Times New Roman';
	padding-left: 20px;
	padding-bottom: 5px;
	color: #d6682c;
}
.contentdescription
{
	padding: 10px 0px;
	overflow: hidden;
}


/* ------------------- TOC ------------------- */

table.contenttoc
{
	margin: 5px;
	padding: 5px;
	float: right;
}

table.contenttoc td 
{
	padding: 0 5px;
}