/*Allgemein*/
body {
	/*background: -webkit-gradient(linear, left top, right top, from(#FAAC58), to(#0040FF)); Safari*/
	/*background: #85040D; roter Hintergrund*/
	background: white;
	min-width: 1000px;
}

/*Schriften*/
h1 {font-family: Arial; color: black; text-align: center; font-weight: bold; font-size: 40pt;}
h2 {font-family: Arial; color: black; text-align: center; font-weight: normal; font-size: 30pt;}
h3 {font-family: Arial; color: black; text-align: left; font-weight: normal; font-size: 25pt;}
h4 {font-family: Arial; color: black; text-align: center; font-weight: normal; font-size: 16pt; line-height: 200%;}
h5 {font-family: Arial; color: black; text-align: left; font-weight: normal; font-size: 20pt;}
h6 {font-family: Arial; color: black; text-align: center; font-weight: normal; font-size: 14pt;}
h7 {font-family: Arial; color: black; text-align: center; font-weight: bold; font-size: 60pt;}
h8 {font-family: Arial; color: black; text-align: center; font-weight: normal; font-size: 25pt; line-height: 150%;}
p {font-family: Arial; color: black; text-align: left; font-weight: normal; font-size: 13pt;}
a {font-family: Arial; color: #314a7e; text-align: left; font-weight: normal; font-size: 13pt; 
	text-decoration: underline;}
fu {font-family: Arial; color: black; text-align: center; font-weight: normal; font-size: 11pt;}
dis {font-family: Arial; color: black; text-align: center; font-weight: normal; font-size: 13pt;}

/*Absätze*/
#standard {margin-left:20px; text-align: center;}
#forum {display: block; margin-left:auto; margin-right:auto; text-align: center;}

/*Bild zentrieren und strecken*/
.imgstrecken {display: block; margin-left:10%; width:80%; text-align: center;}

/*Bild zentrieren*/
.imgzentriert {display: block; margin-left:auto; margin-right:auto; text-align: center;}

.logo {display: block; margin-left:auto; margin-right:auto;	width:640px;}

/*Menüleiste*/
#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
font-family: Arial;
font-size: 14pt;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
font-weight: bold;
border-bottom: 2px solid #666;
}
/*Facebook&Youtube Button Farben - NavLeiste*/
#navcontainer li a#facebook
{
color: #FFF;
background-color: #314a7e;
border: 1px solid #ffffff;
border-top: 2px solid #ffffff;
font-weight: bold;
border-bottom: 2px solid #ffffff;
}

#navcontainer li a#youtube
{
color: #FFF;
background-color: #ed3d3f;
border: 1px solid #ffffff;
border-top: 2px solid #ffffff;
font-weight: bold;
border-bottom: 2px solid #ffffff;
}