/***********************************************/
/* 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: #FFFFFF;
}

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: 820px;
	hight: 600px;
	background-color:#FFFFFF;
	}
	
div.head{
	height: 200px;
	width: 800;
	}
	
div.navi{
	width: 320px;
	height: 600px;
	float:left;
	}



	
a.navi_blog{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_blog1.jpg);
	}	
	
a.navi_blog:hover	{
	background-image:url(n_blog2.jpg);
	}
	
a.navi_pho{
	width: 320px;
	height: 90px;
	float:left;
	background-image: url(n_pho1.jpg);
	}	
	
a.navi_pho:hover	{
	background-image:url(n_pho2.jpg);
	}
	
a.navi_gra{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_gra1.jpg);
	}	
	
a.navi_gra:hover	{
	background-image:url(n_gra2.jpg);
	}

a.navi_con{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_con1.jpg);
	}	
	
a.navi_con:hover	{
	background-image:url(n_con2.jpg);
	}

a.navi_res{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_res1.jpg);
	}	
	
a.navi_res:hover	{
	background-image:url(n_res2.jpg);
	}

a.navi_imp{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_imp1.jpg);
	}	
	
a.navi_imp:hover	{
	background-image:url(n_imp2.jpg);
	}

a.navi_cont{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_cont1.jpg);
	}	
	
a.navi_cont:hover	{
	background-image:url(n_cont2.jpg);
	}
	
a.navi_back{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_go1.jpg);
	}	
	
a.navi_back:hover{
	background-image:url(n_go2.jpg);
	}
	
a.navi_works{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_works1.jpg);
	}	
	
a.navi_works:hover{
	background-image:url(n_works2.jpg);
	}
	
a.navi_bio{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_bio1.jpg);
	}	
	
a.navi_bio:hover{
	background-image:url(n_bio2.jpg);
	}	

a.navi_text{
	width: 320px;
	height: 90px;
	float:left;
	background-image:url(n_text1.jpg);
	}	
	
a.navi_text:hover{
	background-image:url(n_text2.jpg);
	}	
	
	




	
div.content{
	width: 490px;
	height: 600px;
	float:left;
	font:"Times New Roman", Times, serif;
	margin-top: 50px;
	margin-left: 10px;
	}	
	
div.blog_content{
	width: 490px;
	height: 600px;
	float:left;
	font:"Times New Roman", Times, serif;
	margin-top: 50px;
	font-size: 9pt;
	margin-left: 10px;
	}		

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


div.thecore{
	width: 620px;
	height: 600px;
	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;
}
.zitat {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
}