/*
############################ general style start ############################
*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #2C2C2C;
}

table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #2C2C2C;
}

p.bodytext {
	line-height: 140%;
	margin: 5px 0px 10px 0px;
}

a {
	color: #0B4499;	
	text-decoration: none;
}

a:hover {
	color: #0B4499;
	text-decoration: underline;
}

a:active {
	color: #0B4499;
	text-decoration: underline;
}

h1 {
	color: #8C8C8C;	
	font-size: 17px;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
}

h2 {
	color: #0B4499;	
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #0B4499;	
	font-weight: bold;
	background-color: #CCCCCC;
	border: solid 10px #CCCCCC;
	font-size: 11px;
	margin: 0px 0px 3px 0px;
	position: relative;
	width: 480px;
}


/* CSS-Kommentar fuer IE/Mac Start \*/
* html h3 {
	width: 500px;
}
/* CSS-Kommentar fuer IE/Mac Ende*/

.csc-frame {
	border: solid 1px #CCCCCC;
	position: relative;
	left: -10px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

div.csc-frame p.bodytext{
	margin: 10px;
}

div.csc-header-n1{
	display: none;
}

div.mainContent ul {
	list-style-image:url(../imgs/smalldot1.gif);
	padding: 0px 0px 0px 16px;
	list-style-position: outside;
	margin: 10px 0px 10px 0px;
}

div.mainContent li {
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

.align-left { text-align: left; }
.align-center  { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }


/*
############################ general style stop ############################
*/
/*
############################ logo start ############################
*/

.logo {
	position: absolute;
	left: 50px;
	top: 20px;

}

/*
############################ logo stop ############################
*/
/*
############################ mainMenu start ############################
*/

table.mainMenu {
	height:159px; 
	background-image:url(../imgs/mainMenu/hands.jpg); 
	background-repeat:no-repeat; 
	position: absolute; 
	top: 0px; 
	left: 204px;
	width: 554px;
}

/*
############################ mainMenu stop ############################
*/
/*
############################ subMenu start ############################
*/

ul.subMenu {
	list-style: none outside;
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
	left: 50px; 
	top: 253px;
}

ul.subMenu li {
	margin: 3px 0px 3px 0px;
}

ul.subMenu a {
	color: #8C8C8C;	
	text-decoration: none;
}

ul.subMenu a:hover {
	color: #0B4499;
	text-decoration: none;
}

ul.subMenu a:active {
	color: #0B4499;
	text-decoration: none;
}

ul.subMenu img {
	margin: 0px 8px 2px 0px;
}

li.activeSubMenuItem a{
	color: #0B4499;
}

ul.subMenu li.subSubMenuItem {
	margin-left: 17px;
}

ul.subMenu li.activeSubSubMenuItem {
	margin-left: 17px;
}

ul.subMenu li.activeSubSubMenuItem a{
	color: #0B4499;
}
/*
############################ subMenu stop ############################
*/
/*
############################ parentPageTitle start ############################
*/

div.parentPageTitle{
	font-size:11px;
	font-weight: bold;
	position: absolute; 
	left: 50px; 
	top: 226px;
	color: #0B4499;
}

div.parentPageTitle img {
	margin: 0px 8px 2px 0px;
}

/*
############################ parentPageTitle stop ############################
*/
/*
############################ pageTitle start ############################
*/

.pageTitle {
	position: absolute;
	left: 233px;
	top: 220px;
	font-size: 17px;
	color: #8C8C8C;
}


/*
############################ pageTitle stop ############################
*/
/*
############################ mainContent start ############################
*/

div.mainContent {
	position: absolute;
	top: 253px;
	left: 234px;
	width: 500px;
}

/*
############################ mainContent stop ############################
*/
/*
############################ footer start ############################
*/

div.footer {
	height: 30px;
	font-size: 10px;
	color: #0B4499;
	margin: 40px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	position: relative;
	left: -185px;
	width: 712px;
	border-top: 1px solid #CCCCCC;
}

span.copyright {
	color: #8C8C8C;
}

img.footerFourDot {
	margin: 0px 17px 1px 17px;
}

img.footerMail {
	margin: 0px 3px 0px 0px;
	position: relative;
	bottom: -2px;
}

img.footerPhone {
	margin: 0px 2px 0px 0px;
	position: relative;
	bottom: -2px;
}

/*
############################ footer stop ############################
*/
/*
############################ news start ############################
*/

.news-latest-date {
	float: right;
	}

.news-list-item {
	clear: both;
	margin-bottom: 15px;
	}

.news-latest-item {
	clear: both;
	margin-bottom: 25px;
	}

dl {
	margin: 0;
	padding: 0;
	}

.news-single-backlink {
	margin-top: 15px;
	}

.news-single-timedata {
	margin-bottom: 15px;
	}
.news-single-img {
	float: right;
	}
.news-latest-img {
	float: left;
	}
.news-latest-item img {
	float: left;
	margin-right: 10px;
	}
div.news-latest-gotoarchive {
	clear: both;
	margin-top: 20px;
	}
	
.clearer {
	clear: both;
	}
/*
############################ news stop ############################
*/