@charset "UTF-8";
/* CSS Document */

/* Grundsatz */

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 80%;
	text-align:center;
	background-image: url(Images_Basic/Hintergrund.jpg);
	background-repeat: repeat-x;
}

a {
	color: #000;
	text-decoration: none;	
	
}

.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}


/* begin Box, Sheet */

.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 931px;
	min-width:109px;
	min-height:109px;
}

.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 27px;
	
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
	
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 136px;
	height: 136px;
	background-image: url('Images_Basic/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 68px, 68px, auto);
	
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 68px, 68px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(68px, 68px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(68px, auto, auto, 68px);
}

.Sheet-tc, .Sheet-bc
{
	left: 68px;
	right: 68px;
	height: 136px;
	background-image: url('Images_Basic/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 68px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(68px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 68px;
	bottom: 68px;
	width: 136px;
	background-image: url('Images_Basic/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 68px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 68px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 68px;
	left: 68px;
	right: 68px;
	bottom: 68px;
	background-color: #FFFFFF;
}


.Sheet
{
	margin-top: 0px !important;
	
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:931px;
}

.PageBackgroundGlareImage
{
	
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 480px;
	height:109px;
	background-image: url('Images_Basic/logo.png');
	background-repeat: no-repeat;
}

/* Menueleiste */




#nav {
	font-size: 110%;
	height: 35px;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 9px 0px 0 0;
	list-style: none;
	background-image: url('Images_Basic/menue01.jpg');
	background-repeat: repeat-x;

}

#nav li {
display: inline;
margin: 0;
padding: 0px;
	
}

#nav a {
	
	text-align: center;
	width: 100%;
	margin: 0px 0px 0px 0px ;
	padding: 9px 26px;
	color: #333;
	height: 35px;
	text-decoration: none;
	border-left: 1px  dotted #666; 
	border-right: 1px dotted #666; 

}
	
#nav a:hover {
	background-image:url('Images_Basic/menue_aktiv.jpg');
	background-repeat: reapeat-x;
}
.Zitat {
	clear: left;
	width: 99%;

	color: #666;
	border-top: 1px dotted #666;
	margin: 0;
	padding: 20px 0px 0 0;
	 
	}
	
/* Inhalte */

.Inhalte {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 20px 0px 20px 0;
	background-image: url(Images_Basic/Header.jpg);
	background-repeat: no-repeat;
}

#texte {
	margin: 0;
	padding: 30px 370px 20px 20px ;
	text-align: left;
	font-size: 130%;
	line-height: 1.5;
	
}
	
#texte2 {
	
	margin: 0;
	padding: 30px 370px 20px 20px ;
	text-align: left;
	font-size: 130%;
	line-height: 1.5;
	
}


#texte3 {
	
	margin: 0;
	padding: 30px 370px 20px 20px ;
	text-align: left;
	font-size: 130%;
	line-height: 1.5;
	
}
