/**-----------------------------------------------Dokumentweite Formatierungen------------------------------------------------------*/
html{height:100%;}

body
	{
	/*---Grössenangaben---*/
	height:100%;
	
	background-color: #FFFFFF;
	
	/*---Standardschrift--*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:500;
	color:#2C3F49;
	
	/*---Rahmen und Abstände---*/
	margin: 0px;
	padding: 0px;
	
	
	/*---Scrollbareigenschaften Site-----*/
	scrollbar-track-color: #EDF5FC;
	scrollbar-face-color: #BEDBF3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #007DC3;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #007DC3;
	scrollbar-arrow-color: #FFFFFF;
	
	}
	

/*Tabellenzellenformatierung*/
table{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:500;
	color:#2C3F49;
	border-collapse:collapse;
	}

table td{
	padding:0px;
	color:#2C3F49;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:500;
	}

/*Imageformatierungen*/
img{display:block; border-style: none;}

h1{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:700;
	color:#2C3F49;
	}

h2{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:700;
	color:#2C3F49;
	}

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

/*---------------------------------------------------Klassenformatierungen----------------------------------------------------------*/

/*---Body-Formatierungen---*/
.bg_stairs{
	background-image:url(/images/bg_stairs.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 0px 35px;
	}

.pad_frame{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	}

/*--Rahmenformatierungen--*/
.border_1px_black{border:1px solid #000000;}

/*---Hintergrundformatierungen---*/
.bg_lbrown{background-color:#E4E3C9;}

/*---Div-formatierungen---*/
.caption{
		padding-top: 5px;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: 500;
		color: #254B72;
		}

#block-home{
	/*border: 1px solid #999;*/
	position: absolute;
	top: 150px;
	}
		
#block-bottomtext{
	/*border: 1px solid #999;*/
	position: absolute;
	top: 745px;
	width: 632px;
	}
		
#block-footer{
	position: absolute;
	/*border: 1px solid #666;*/
	width: 672px;
	margin-left: 40px;
	text-align: center;
	padding: 20px 0 20px 5px;
	}
		
/*---Tabellenformatierungen---*/

.border_main{border: 1px solid #CCCCCC;}

.tbl_object{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #254B72;
	}

/*---Schriftformatierungen---*/

.top_objekt_cap{
	font-size: 13px;
	font-weight: 700;
	color: #666666;
	}

.top_obj_main_caption{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #0069A8;
	}

.page-caption{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #0069A8;
	margin-bottom: 50px;
	text-align: center;
	}

.welcome_caption{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #0069A8;
	}

.top_obj_caption{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #0069A8;
		/*color: #254B72;*/
		}

.obj_caption{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 14px;
		font-weight: 700;
		color: #254B72;
		}

.obj_detail_caption{
	padding-right: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #254B72;
	}

.cap_right{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #007DC3;
	color: #FFFFFF;
	display: inline;
	}

.content{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #254B72;
	}

.info{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #254B72;
	}

.underline{text-decoration: underline;}

.bg_blue_1{
	background-color: #BEDBF3;
	}

.bg_blue_2{
	background-color: #007DC3;
	}
	
.col_logo{color: #007BC6;}

.menue_link{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	}

/*---Ausrichtungsformatierungen---*/
.left{text-align: left;}
.cent{text-align: center;}
.right{text-align: right;}
.top{vertical-align: top;}

.inl{display: inline;}
.block{display: block;}

/*---Generelle Formatierungen---*/

.tbl_top_objekt{width: 560px;}
.tbl_top_objekt td{padding: 6px;}

/*---[Gepunkteter Rahmen der Top Objekte]---*/
.dotted_line_right{
	border-right-style: dotted;
	border-right-color: #999;
	border-right-width: 1px;
	}

.dotted_line_bottom{
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	}
	
.dotted_line{
	width: 600px;
	height: 7px;
	border-top: 1px dotted #999;
	margin: auto;
	}

.object_status{
	background-color: #FF6331;
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	}

	
	
/*Formatierung verschiedener Medien*/
@media screen{
	.onprint-invisible{width: auto; display: block;}
	
}

@media print{
	.onprint-invisible{width: auto; display: none;}
}	
	
	/*
#print-preview-menubar{
	background-color: #bedbf3;
	text-align: center;
	display: block;
	height: auto;
	}*/
	
	
/*---------------------------------------------[Pseudo-Formatierungen]----------------------------------------------------*/
a:link{text-decoration:none;font-size:11px;color:#254B72;}
a:visited{text-decoration:none;font-size:11px;color:#254B72;}
a:hover{text-decoration:none;font-size:11px;color:#999999;}
a:active{text-decoration:none;font-size:11px;color:#254B72;}

a.lnk-dark:link{text-decoration:none;font-size:11px;color:#1C282F;}
a.lnk-dark:visited{text-decoration:none;font-size:11px;color:#1C282F;}
a.lnk-dark:hover{text-decoration:none;font-size:11px;color:#999999;}
a.lnk-dark:active{text-decoration:none;font-size:11px;color:#1C282F;}

a.lnk_tobjekt:link{text-decoration:none;font-size:12px;color:#FF6331;}
a.lnk_tobjekt:visited{text-decoration:none;font-size:12px;color:#FF6331;}
a.lnk_tobjekt:hover{text-decoration:none;font-size:12px;color:#FF6331;}
a.lnk_tobjekt:active{text-decoration:none;font-size:12px;color:#0069A8;}

a.lnk:link{text-decoration:none;font-size:11px;color:#007DC3;}
a.lnk:visited{text-decoration:none;font-size:11px;color:#007DC3;}
a.lnk:hover{text-decoration:none;font-size:11px;color:#999999;}
a.lnk:active{text-decoration:none;font-size:11px;color:#007DC3;}

a.bl:link{text-decoration:none;font-size:10px; color:#08598C;}
a.bl:visited{text-decoration:none;font-size:10px; color:#08598C;}
a.bl:hover{text-decoration:none;font-size:10px; color:#990000;}
a.bl:active{text-decoration:none;font-size:10px; color:#08598C;}


a.print-menu{
	padding: 2px 15px 2px 15px;
	color: #254B72;
	background-color: #bedbf3;
	border-style: none;
	font-size: 13px;
	}

a.print-menu:hover{
	background-color: #007dc3;
	color: #fff;
	}
	
/*---------------------------------------------[Menü-Formatierung]----------------------------------------------------*/

a.main-menu {
	line-height: 20px;

	background: url(/images/mm_normal.gif) top left no-repeat;
	display: block;
	padding-left: 29px;
	border-bottom: 1px solid white;
	}

a.main-menu:hover {
	color: white;
	background: #007dc3 url(/images/mm_over.gif) top left no-repeat;
}

a.main-menu-active, a.main-menu-active:hover {
	line-height: 20px;
	color: white;
	background: #007dc3 url(/images/mm_over.gif) top left no-repeat;
	display: block;
	padding-left: 29px;
	border-bottom: 1px solid white;
}

a.sec-menu {
	line-height: 20px;
	display: block;
	padding-left: 29px;
	}
a.sec-menu:hover {
	font-weight: bold;
	color: #2C3F49;
	}
	
a.sec-menu-active, a.sec-menu-active:hover {
	line-height: 18px;
	height: 19px;
	display: block;
	color: black;
	padding-left: 29px;
	font-weight: bold;
	color: #2C3F49;
}

a.footer {
	padding: 0 3px 0 3px;
	/*color: #1C282F;*/
}

/*a.footer:hover{color: #999;}*/

a.footer-active {
	font-weight: bold;
	/*color: #1C282F;*/
}

a.footer-active:hover{color: #999;}
/*---------------------------------------------[Sitemap-Formatierung]----------------------------------------------------*/

ul.sitemap {
	margin-left: 30px;
	list-style-type:square;
	background-color: #e3eef7;
	line-height: 16px;
}

ul.subsitemap {
	background-color: #eef5fb;
}

/*---------------------------------------------[Breadcrumbs-Formatierung]----------------------------------------------------*/

#breadcrumbs {
	line-height: 18px;
	margin-left: 20px;
	
}

/*---------------------------------------------[Presse-Formatierung]----------------------------------------------------*/

.presse a {
	font-size: 12px;
}

