/* Stylesheet for Site UWP Vorsorge */

@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("search.css");
@import url("news.css");

/* Tag Definitions limited to ID's */
#maincol A {
	color: #E5592E;
	text-decoration: none;
}

#maincol A:hover {
	color: black;
}

#maincol UL  {
	margin: 0 0 0 14px;
	padding: 0;
}
#maincol OL  {
	margin: 0 0 0 18px;
	padding: 0;
}
* html #maincol UL  { margin: 0 0 0 17px; }  
* html #maincol OL  { margin: 0 0 0 21px; }



/* Layout ID's */
#endOfPage {
	position: relative;
	height: 50px;
	clear: both;
}

#pagewidth {
	position: absolute;
	display: block;
	left: 50px;
	top: 30px;
		
	width: 893px;
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#body {
	position: relative;
	float: left;
	z-index: 50;
	margin: 2px 0 40px 0;

	border: 1px solid #000000;
}

#metanavi {	
	position: relative;
	float: right;
	height: 14px;
	
	text-align: right;
	z-index: 100;
	background-color: #FFFFFF;
}
#metanavi .metaNavi_no ,
#metanavi .metaNavi_act {
	position: relative;
	padding: 3px 5px;
	height: 14px;
		
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFFF;
}
#metanavi .metaNavi_no a {
	color: #000000;
	text-decoration: none;
}
#metanavi .metaNavi_no a:hover {
	color: #FE6221;
}
#metanavi .metaNavi_act a {
	color: #FE6221;
	text-decoration: none;
}
#metanavi .printLink {
	border-right: 1px solid #000000;
}
#leftcol {
	float: left;
	width: 260px;
}
#leftcol .logo {
	margin: 18px 3px 34px 3px;
}
* html #leftcol .logo,						/* nur für IE 6 */
*+html #leftcol .logo {						/* nur für IE 7 */
					
	margin: 18px 3px 32px 3px;
}

#leftcol img.hgLinkeSpalte {
	margin: 3px;
}
/* INHALT */
#maincol {
	float: left;
	width: 631px;
}
#maincol #titelbild {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#maincol #titelbild img {
	margin: 3px;
	height: 155px;
	width: 624px;
}
#maincol #slogan {
	height: 100px;
	margin: 12px 0 17px 0;
	padding: 10px 35px;
	background-image: url(../images/slogan_hg.gif);
	background-repeat: no-repeat;
}
#maincol #slogan P {
	color: #6D6C6C;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

#maincol #text {
	margin: 0 3px 3px 0;
	padding: 10px;
	background-color: #FAE3D7;
}
#maincol #text h1 {
	margin: 0 0 15px 0;
	
	color: #E5592E;
	font-size: 18px;
	text-transform: uppercase;
}
#maincol #text h2 {
	margin: 15px 0 5px 0;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}
#maincol #text h3 {
	margin: 15px 0 5px 0;
	color: #000000;
	font-size: 12px;
}


#internezzo {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#maincol #text .fileIcon {
	float: left;
}
#maincol #text .fileLink {
	display: block;
	margin: 2px 0;
}









.clear {
	height: 1px;
	font-size: 1px;
	display: block;
	clear: both;
}


/* CSS STYLED CONTENT OVERRIDES */
#maincol .csc-linkToTop {
     margin: 10px 0 10px 0;
     text-align: right; 	
     border-bottom: 1px solid #000000; 
}
	
#maincol .csc-linkToTop A { 
     color: #000000; 
     text-decoration:none; 
}

.csc-bulletlist csc-bulletlist-0	{
	/* Platz fuer ein Listensymbol */
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #000000;
	margin-bottom: 12px;
	height: 12px;
	width: 100%;
	clear: left;
}




/* Generated Code */
/* Float containers fix: */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */  

