/*....................................................................Home.....................................................*/

Body,html{												
	height:100%;
	padding:0px;
	margin:0px;
	/*background-color:#FFF;*/
	background-image:url(Images/bodybild.png);
	
}

#hintergrund{												/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
}

#logo{														/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{											/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	margin-left:45px;
}

#inhalt{													/*Inhalt(container),wo Text und Buchbild sich befinden*/
	width:900px;
	background-color:#C60;
	
}

#buch_1{													/*Inhalt(container), Buch 1 (wo Text und Buchbild sich befinden)*/											
	
	width:900px;
	height:420px;
	background-color:#FFF;
	border-bottom:#E4DDBD 2px dotted;
	
	
}

#buch_2{													/*Inhalt(container), Buch 2 (wo Text und Buchbild sich befinden)*/	
	
	width:900px;
	height:420px;
	background-color:#FFF;
	border-bottom:#E4DDBD 2px dotted;
}
#text{														/*Text*/	
	width:450px;
	height:350px;
	background-color:#FFF;
	float:left;
	margin-left:55px;
	margin-top:50px;

}

#bild{														/*Bild*/	
	width:250px;
	height:250px;
	float:right;
	margin-top:110px;
	margin-right:110px;
	background-position:center;
	background-image:url(Images/bild_ohne_schatten.gif);
	background-repeat:no-repeat;
	border:#E4DDBD 4px solid;
	-Moz-border-radius: 250px;
	border-radius: 250px; 

}

#Fusszeile{													/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{											/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{													/*Copyright (im Fusszeile)*/	
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{				/*...........................Eigenschaften von dem obersten Navigations..............................*/	
		width:140px;
		height:24px;
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}

.ebene0 a{
		display:block;
		width:150px;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		
		/*-moz-border-radius-bottomleft:20px;*/
		
}

.ebene0 a:hover{
	background-color:#316481;
	
	
	
}

.ebene0:hover{	     /*........................Ende der Eigenschaften von dem oberen Navigations..............................*/						
		overflow:visible;
		height:auto;
		font-size:9px;
		
}

.ebene1{			/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:105px;
		height:24px;
		overflow:hidden;
		
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{		/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

/*.................................................................... Ende Home .....................................................*/



/*....................................................................Verlag.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;
	
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
background-color:#FFF;
}	

#verlag_inhalt{
	width:800px;
	margin-left:55px;
}


#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Verlag .....................................................*/


/*....................................................................Unternehmen.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;
	
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#unternehmen_inhalt{
	width:800px;
	margin-left:55px;
	
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		width:150px;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Unternehmen .....................................................*/

/*....................................................................Autoren.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Autoren.....................................................*/

/*....................................................................Service.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;
	
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Service.....................................................*/


/*....................................................................Impressum.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Impressum.....................................................*/


/*....................................................................Philosophie.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Philosophie.....................................................*/


/*....................................................................Checkliste.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Checkliste.....................................................*/


/*....................................................................Allgemeines.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Allgemeines.....................................................*/


/*....................................................................Allgemeines.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Allgemeines.....................................................*/


/*....................................................................Bücher / Projekte.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Bücher / Projekte.....................................................*/


/*....................................................................Autorenbereich.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Autorenbereich.....................................................*/


/*....................................................................Aktuelles.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:250px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:100px;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
	
	
}

#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Aktuelles.....................................................*/


/*....................................................................Manuskript Einsenden.....................................................*/
Body,html{
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	
}

#hintergrund{									/*Hintergrund*/
	position:relative;
	width:900px;
	margin:auto;
	margin-top:5px;

	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
	
	
}

#logo{											/*Logo*/
	width:900px;
	height:200px;
	background-image:url(Images/header_perpetuum.gif);
	
	
}

#Navigation_oben{								/*Navigation Oben*/
	position:absolute;
	width:870px;
	height:25px;
	
	margin-left:45px;
}

#inhalt{										/*Inhalt,wo Kontakformular sich befindet*/
	width:900px;
	background-color:#FFF;
	
}
#autoren_inhalt{
	width:800px;
	margin-left:55px;
}

#Fusszeile{										/*Fusszeile*/	
	width:900px;
	height:50px;
	background-color:#316481;
	clear:both;
	margin-top: 50px;
	
}

#navigation_unten{								/*Navigation Unten (im Fusszeile)*/	
	position:absolute;
	width:500px;
	height:25px;
	background-color:#316481;
	margin-left:30px;
	margin-top:5px;
	
}

#copyright{										/*Copyright (im Fusszeile)*/
	font-size:14px;
	color:#FFF;
	text-align:right;
	padding-right:30px;
	padding-top:20px;
}

.ebene0{										/*...........................Eigenschaften von dem obersten Navigations..............................*/
		width:140px;
		height:24px;
		
		overflow:hidden;
		float:left;
		margin-right:1px;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene0 a{
		display:block;
		height:14px;
		width:150px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#E4DDBD;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene0 a:hover{
		background-color:#316481;
	
}										/*........................Ende der Eigenschaften von dem oberen Navigations..............................*/
.ebene0:hover{
		overflow:visible;
		height:auto;		
		
}

.ebene1{									/*...........................Eigenschaften von dem unteren Navigations..............................*/	
		width:auto;
		height:24px;
	
		overflow:hidden;
		float:left;
		margin-right:8px;
		text-align: center;
		/*-moz-border-radius-bottomleft:20px;
		background-color:#663;*/
		
}
.ebene1 a{
		display:block;
		height:14px;
		font-size:14px;
		padding:5px;
		margin-bottom:1px;
		color:#FFF;
		text-decoration:none;
		background-color:#316481;
		/*-moz-border-radius-bottomleft:20px;*/
		
}
.ebene1 a:hover{
		background-color:#E4DDBD;
	
}
.ebene1:hover{								/*...........................Ende der Eigenschaften von dem unteren Navigations..............................*/
		overflow:visible;
		height:auto;		
		
}


.mehr{
	text-decoration:none;
	color:#316481;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#316481;
	}
	
	


#hintergrund #inhalt #kontakt h1 {
	text-align: center;
	color:#316481;
}
/*.................................................................... Ende Manuskript Einsenden.....................................................*/
#fliesstext {   
    text-align: center;
    margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#57493e; 
}

h2, h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#316481;
	}
	
img {
	margin-left:30px;
	}
	
#wirtschaft{}
