/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-image:url(../data/bg_body.jpg);
	font-size: 9pt;
	text-decoration: none;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

a:link, a:visited, a:hover {
	 color: #FF0000;
	 font-size: 110%;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
div.container{
	width: 800px;
	hight: 600px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 20px;
	}
	
div.head{
	height: 200px;
	width: 800;
	}
	
div.navi{
	width: 180px;
	height: 359px;
	float:left;
	}
	
div.content{
	width: 100px;
	height: 359px;
	float:left;
	}	
	
div.main{
	width: 430px;
	height: 291px;
	float:left;
	padding:68px 70px 0px 20px;
	}
	
div.mitte{
	width: 430px;
	background-image:url(../data/core_mitte.jpg);
	float:left;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	padding:0px 70px 0px 120px;
	}

div.nav{
	width: 180px;
	height: 30px;
	float:left;
}

div.strich{
	width: 180px;
	height: 30px;
	float:left;
	}

div.navmitte{
	width: 150px;
	float:left;
	background-image:url(../data/2_navi_mitte.jpg);
	color: #000000;
	font-size: 7pt;
	text-decoration: none;
	padding:0px 15px 0px 15px;
	}	

div.thecore{
	width: 620px;
	height: 600px;
	float:left;
	}
	
div.navtop{
	width: 180px;
	height: 92px;
	float:left;
	}	
	
div.navtitles{
	width: 180px;
	height: 92px;
	float:left;
	}
	
div.navend{
	width: 180px;
	height: 227px;
	float:left;
	}
	
div.pic{
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width:397px;
	height:359;
}

.datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.kapitelstart {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
}
.leftistart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FF0000;
}
.main_titles {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
}
