/* Normalizes margin, padding */
body, div, dl, dt, dd,   h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em,  th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset, img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }




html, body {
scrollbar-face-color: #d6d9db; 
scrollbar-highlight-color: #f3f5f7; 
scrollbar-shadow-color: #999; 
scrollbar-3dlight-color: #d6d9db; 
scrollbar-arrow-color: #003F77; 
scrollbar-track-color: #f3f5f7; 
scrollbar-darkshadow-color: #f3f5f7;
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #d6d9db;
   font-size: 101%;
		
}

/*		Homepage spezifisch		*/
#table_index { 
	border-collapse: collapse;
	vertical-align: top;
	text-align: center;
	background-color: #d6d9db;
}
			
.td_index { 
	background-color: #f3f5f7;
	vertical-align: top; }	
	
#table_index_content { 
	vertical-align: top;
	width: 60%; 	
	height: 660px;
	border-collapse: collapse;
	font-size: 0.8em; line-height: 1.4em;
	
	}		
	
div#TJK {
	position: absolute;
	margin : 0 auto;
	width:520px;
	height:40px;
	z-index:3;
	background-color: #d6d9db;
	visibility: hidden;
	top: 24px;
	font-size: 0.8em;
	line-height: 1.4em;
	border: 1px solid #999;
	
}


/*		Folgeseiten		*/

#top_arch { 
	border-collapse: collapse;
	vertical-align: top;
	text-align: right; 
	height: 140px; 
	font-size: 12px; line-height: 36px;
	color: #999;
	}

.td_blau { background-color: #003f77; vertical-align: top; }
.td_grau { background-color: #CCCCCC; vertical-align: top; }
 
 #body { 
	border-collapse: collapse;
	vertical-align: top;
	text-align: right; 
	height: 660px; 
}
 
 #content { border-collapse: collapse;
	vertical-align: top;
	text-align: left; 
	height: 500px;
	font-size: 0.72em; line-height: 1.4em; 
   }
	
.td-content { padding: 24px; }
  
td { vertical-align: top; }
H1 { font-size: 1.1em; line-height: 1.5em; }
H2 { font-size: 1.0em; line-height: 1.0em; }
.tdr { text-align: right;}

.img {border: 1px solid #d6d9db;
	
}


a {font-weight: normal; }
a:link { text-decoration: underline; color: #333;}
a:visited { text-decoration: underline; color: #333; }
a:hover { text-decoration: none; color: #003f77; }
a:active { text-decoration: underline; color: #003f77;}

a.nav {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; padding-right: 8px; padding-left: 8px; font-weight: normal; line-height: 24px; }
a.nav:link { text-decoration: none; color: #999; }
a.nav:visited { text-decoration: none; color: #999; }
a.nav:hover { text-decoration: none; color: #003f77;}
a.nav:active { text-decoration: none; color: #003f77; }
.nav {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; padding-right: 8px; padding-left: 8px; line-height: 24px; }

a.snav {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #d6d9db; padding-right: 52px; font-weight: normal; line-height: 20px; }
a.snav:link { text-decoration: none; color: #d6d9db; }
a.snav:visited { text-decoration: none; color: #d6d9db; }
a.snav:hover { text-decoration: none; color: #fff; font-weight: bold;}
a.snav:active { text-decoration: none; color: #fff; font-weight: bold;}
.snav {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; padding-right: 52px; font-weight: bold; line-height: 20px; }

.txtFld1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	color:#333;
	text-decoration: none;
	background-color: #fff;
	width: 360px;
	height: 100px;
	border: #d6d9db;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}

.txtFld2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 5px;
	color:#333;
	text-decoration: none;
	background-color: #fff;
	width: 220px;
	border: #d6d9db;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}

.smallBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	width: 150px;
	background-color: #999;
	border: #f3f5f7;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}