/* Global Resetting */
html{
	width: 100%;
	height: 100%;
		background: #002654;
	overflow-y:scroll;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	text-align: left;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */



#Topheader {
	background:url(../images/topheader.gif);
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	height:44px;
	width:986px;
	margin-left:150px;
	/*clear:left;*/
}
#Main {
	margin:20px auto;
	width:980px;
	}
#Header {
	background:url(../images/header.gif);
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	height:140px;
	clear:left;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
		#Menu1 {
			padding:1px 5px 0;

		}
			#Menu1 li {
				float:left;
				margin-left:2px;
				background:url(../images/menu1_right.gif) no-repeat right top;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					background:url(../images/menu1_right_on.gif) no-repeat right top;
				}
				#Menu1 li a {
					display:block;
					color:#fff;
					font-weight:bold;
					font-size:1.1em;
					text-decoration:none;
					padding:5px 15px;
					background:url(../images/menu1_left.gif) no-repeat left top;
				}
					#Menu1 li a:hover {
						color:#d2ebff;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background:url(../images/menu1_left_on.gif) no-repeat left top;
						color:#d2ebff;
					}

#ContentContainer {
	background:#f5f5f5 url(../images/ss_watermark.gif) bottom left no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	overflow: auto;
	clear:left;
}

#Banner {
	text-align: center;
}

#Schatten {
	border:1px solid #ddd;
	width: 112px;
}






#PartnerLogo {
	border:1px solid #ddd;
	background-color: transparent;
	text-align: center;
	width: 100px;
	height: 100px;
}



#Menu2 {
	margin-left: 20px;
	width: 17em;
	float:left;
	background:#f0f0f0;
	border:1px solid #ddd;
	padding:10px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}

#Content {
	float: left;
	margin: 0px 5px;
	padding-left: 10px;
	padding-right: 10px;
	width:680px;
	background-image: url(../images/bg_content.gif); repeat-x;
	background-position: top center;
}

div.breadcrumbs {
	margin-bottom:5px;
	font-size:1em;
	color:#000000;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 11px;
}
div.breadcrumbs a {
	text-decoration:none;
	color:#c58b00;
	font-weight:bold;
}


#Footer {
	width: 984px;

	clear:both;
	text-align:center;

	border:1px solid #ccc;
	border-top:0;
}
	#Footer span {
		color:#ccc;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-left:20px;
		background:url(../images/ss_logo.gif) no-repeat;
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
	height: 100%;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;

}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;

	}
	#NewsList li.newsDate{
		font-weight: bold;
	}

	#NewsList li.newsDateTitle a {
		font-size:11px;
		text-decoration:none;
		padding-left:0px;
		/*background:url(../images/treeicons/news-file.gif) no-repeat left center;*/
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;


		}

	#NewsList li.newsSummary a {
		float: right;
		font-weight: bold;
		font-size: 11px;
		text-decoration:none;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {

			text-decoration:none;
			font-weight: bold;
			text-align: right;
			font-size: 15px;



		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
				text-decoration:none;


			}





div.newsDetails {
	margin-bottom:10px;

}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname {
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}


#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}



<!-- ******************************************************* -->

#ContunNews {
	background:#f0f0f0;
	border:1px dotted #ccc;
	width: 150px;
	padding:10px;
	height: 100%;
}










p {
	margin: 0px;
	padding: 0px;
}

INPUT {
	font-size: 11px;
}

/*********************************************
**                MAIN		            **
*********************************************/
#noprint {
	position: relative;
	display: block;
	z-index: 1;
}
#globaldiv {
	width: 986px;
	min-height: 500px;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #ffffff;
	background-color: #ffffff;
	position: relative;
}

#globalfooterdiv {
	width: 986px;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#maincontent {
	width: 984px;
	min-height: 500px;
	height: auto !important;
	border-left: 1px solid #99a5bd;
	border-right: 1px solid #99a5bd;
	text-align: left;
	position: relative;
}




#bg_content {
	width: 688px;		/* 336 - 8 = 328 */
	min-height: 450px;
	height: auto !important;
	background-image: url(../images/bg_content.gif); repeat-x;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
	padding: 0px 6px 6px 6px;
	position: relative;
}
#bg_content a {
	color: #0000ee;
}
#bg_content a:hover {
	color: #000000;
}
#bg_right_content {
	width: 359px;
	background-image: url(../images/bg_content_right.gif); repeat-y;
	background-position: top center;
	position: relative;
}
#bg_right_content2 {
	width: 332px;
	min-height: 450px;
	background-image: url(../images/bg_content.gif); repeat-x;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 6px 6px 6px;
	position: relative;
}
#creditmanagement_block {
	width: 252px;		/* 260 - 8 = 252 */
	background-color: #011e59;
	color: #ffffff;
	padding: 20px 4px 20px 4px;
	position: relative;
}
#news_home_hr {
	width: 260px;
	height: 1px;
	overflow: hidden;
	background-color: #ccd2de;
	position: relative;
}
#news_home_block {
	width: 250px;		/* 260 - 10 = 250 */
	background-color: #e5e8ed;
	padding: 5px;
	margin-top: 1px;
	position: relative;
}
#home_more_news {
	float: right;
	font-weight: bold;
	text-decoration: none;


}
#home_more_news:hover {
	text-decoration: underline;
}



#news_home_hr2 {
	width: 338px;
	height: 1px;
	overflow: hidden;
	background-color: #ccd2de;
	position: relative;
}
#news_home_block2 {
	width: 330px;		/* 338 - 8 = 330 */
	background-color: #e5e8ed;
	margin-bottom: 3px;
	padding: 4px;
	position: relative;
}


#bottom_balk {
	width: 986px;
	height: 19px;		/* 21 - 2 = 19 */
	padding-top: 2px;
	background-color: #011e59;
	color: #ffffff;
	position: relative;
	text-align: center;
}
#bottom_balk a {
	color: #ffffff;
	text-decoration: none;
}
#bottom_balk a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#sdk_footer, #sdk_footer a {
	color: #67789b;
	font-size: 10px;
	text-decoration: none;
	position: relative;
	text-align: right;

}
#sdk_footer a:hover {
	font-size: 10px;
	text-decoration: underline;
}

/*********************************************
**                HEADERS	            **
*********************************************/
.header1 {
	font-size: 14px;
	color: #ffb428;
	font-weight: bold;
}
#header_diensten {
	width: 267px;
	height: 25px;
	background-image: url(../images/bg_arrow_up.gif);
	color: #70b2dd;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.header_dienstleistung {
	font-size: 18px;
	font-weight: bold;
	color: #A20B00;
}
#header_creditmanagement {
	width: 254px;		/* 260 - 6 = 254 */
	height: 28px;		/* 34 - 6 = 28 */
	padding: 6px 0px 0px 6px;
	background-color: #7888a7;
	color: #FFB400;
	font-size: 18px;
	font-weight: bold;
}
#newsitem {
	text-decoration: none;

	font-weight: bold;
	text-align: right;
	font-size: 18px;
}
#newsitem:hover {
	text-decoration: underline;


}
.header_news {
	font-size: 18px;
	font-weight: bold;
	color: #3373A9;
}
#header_dienstleistung_item a {
	font-size: 18px;
	font-weight: bold;
	color: #011e59;
	line-height: 200%;
}
#header_dienstleistung_item a:hover {
	color: #3373a9;
}
#header_agb a {
	color: #ffb400;
	font-weight: bold;
	text-decoration: none;
}
#header_agb a:hover {
	text-decoration: underline;
}
#icon_print {
	color: #002654;
	text-decoration: none;
}
#icon_print:hover {
	color: #002654;
	text-decoration: underline;
}

/*********************************************
**             DIENSTOVERZICHT	            **
*********************************************/
#dienstenoverzicht {
	border-bottom: 2px solid #011e59;
}
#dienstitem {
	width: 260px;
	height: 23px;
	border-bottom: 1px solid white;
	background-image: url(../images/bg_dienstitem.gif); no-repeat;
	cursor: pointer;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
	font-size: 11px;
}

#dienstitem.current {
	width: 260px;
	height: 23px;
	border-bottom: 1px solid white;
	color: #ffb428;
	background-image: url(../images/bg_dienstitem_on.gif); no-repeat;
	cursor: pointer;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
}


#dienstitem:hover {
	background-image: url(../images/bg_dienstitem_on.gif); no-repeat;
	color: #ffb400;
}

#dienstitem_sub1 {
	width: 247px;
	height: 23px;
	border-bottom: 1px solid white;
	background-image: url(../images/bg_dienstitem_sub1.gif); no-repeat;

	cursor: pointer;
	font-weight: lighter;
	padding-left: 13px;
	text-decoration: none;
	position: relative;
	font-size: 11px;
}

#dienstitem_sub1.current {
	width: 247px;
	height: 23px;
	border-bottom: 1px solid white;
	color: #ffb428;
	background-image: url(../images/bg_dienstitem_sub1_on.gif); no-repeat;
	cursor: pointer;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;

}

#dienstitem_sub1:hover {
	background-image: url(../images/bg_dienstitem_sub1_on.gif); no-repeat;
	color: #ffb400;
}


/*********************************************
**                BUTTONS	            **
*********************************************/
#bg_button_left {
	width: 6px;
	height: 31px;
	background-image: url(../images/bg_button_left.gif); no-repeat;
	position: relative;
	float: left;
}

#bg_button_left.current {
	width: 6px;
	height: 31px;
	background-image: url(../images/bg_button_left_on.gif); no-repeat;
	position: relative;
	float: left;
}

#bg_button_left_on {
	width: 6px;
	height: 31px;
	background-image: url(../images/bg_button_left_on.gif); no-repeat;
	position: relative;
	float: left;
}
#bg_button_right {
	width: 6px;
	height: 31px;
	background-image: url(../images/bg_button_right.gif); no-repeat;
	position: relative;
	float: left;
}

#bg_button_right.current {
	width: 6px;
	height: 31px;
	background-image: url(../images/bg_button_right_on.gif); no-repeat;
	position: relative;
	float: left;
}


#bg_button_right_on {
	width: 6px;
	height: 31px;
	background-image: url(../images/bg_button_right_on.gif); no-repeat;
	position: relative;
	float: left;
}
#bg_button {
	max-width: 200px;
    	min-width: 70px;
	height: 25px;	/* 31 - 6 = 25 */
	padding-top: 6px;
	background-image: url(../images/bg_button.gif); repeat-x;
	position: relative;
	float: left;
	text-align:center;
}

#bg_button.current {
	max-width: 200px;
    	min-width: 70px;
	height: 25px;	/* 31 - 6 = 25 */
	padding-top: 6px;
	background-image: url(../images/bg_button_on.gif); repeat-x;
	position: relative;
	float: left;
}


#bg_button_on {
	width: 70px;
	height: 25px;	/* 31 - 6 = 25 */
	padding-top: 6px;
	background-image: url(../images/bg_button_on.gif); repeat-x;
	position: relative;
	float: left;
}
#bg_menu {
	width: 986px;
	height: 31px;
	margin-top: -4px;
	margin-bottom: 1px;
	background-image: url(../images/bg_button_on.gif); repeat-x;
	position: relative;
}
#bg_button a, #bg_button a:visited {
	color: #002654;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#bg_button a:hover {
	color: #002654;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#bg_button.current a, #bg_button.current a:visited {
	color: #ffb428;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#bg_button.current a:hover {
	color: #ffb428;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#bg_button_on a, #bg_button_on a:visited {
	color: #ffb428;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#bg_button_on a:hover {
	color: #ffb428;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/*********************************************
**                FORM ELEMENTS	            **
*********************************************/
.search_input {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 0px 5px;
	color: #001A49;
	font-size: 11px;
	height: 18px;
	width: 120px;
	font-weight: normal;
	border: 0;
}
#dienst_submit,#kunden_submit {
	color: #3373A9;
	font-weight: bold;
	text-decoration: none;
}
#dienst_submit:hover,#kunden_submit:hover {
	text-decoration: underline;
}
span.middleColumn .message {
	margin: 4px 0 15px 3px;

}

.message {

	margin: 15px 0 15px 0;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D1;


}
.validation {
	float:left;
	margin: 15px 0 15px 0;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D1;

}

.required {
	float: left;
	margin: 4px 0 15px 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D1;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

/* FormCheck */
.FormCheckGood {
	/*empty because back to browser default*/
}
.FormCheckBad {
	border: 2px solid #FF0000;
}



a			{ color: #000000; text-decoration: underline; }
a:link			{ color: #000000; text-decoration: underline; }
a:active		{ color: #000000; text-decoration: underline; }
a:visited		{ color: #000000; text-decoration: underline; }
a:hover			{ color: #000000; text-decoration: underline; }


/************************
SITEMAP
************************/
/*#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; line-height:150%} 1st level list*/
/*#sitemap-list li {padding:10px; margin-top:10px; font-size:13px; background:#f0f0f0;} 1st level items*/

/*#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} 2nd level lists*/
/*#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} 2nd level items*/

/*#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} 3rd level lists*/
/*#sitemap-list li li li {font-size:11px; font-weight:normal;} 3rd level items*/

#ul.sitemap li ul {
 background: transparent »
 url(sitemapfolderbullet.gif) no-repeat;
 list-style-type: none;
 margin: -1.4em 0 0 -1.6em;
 padding: 1.4em 0 0 0.6em;
}
#ul.sitemap li a.parent {
 background: transparent »
 url(none) no-repeat;
}
#ul.sitemap li ul li {
 margin-left: 0.5cm;
 padding-left: 10px;
}