/*css*/

* {
	font-family: sans-serif;
	font-size: 18px;
}

a:link { text-decoration:underline;
	font-weight:bold;
	color:#EA0808;
}

a:visited {
	text-decoration: underline;
	font-weight:bold;
	color:#EA0808;
}

body {
	background-image: url(/img/site/hinter1.jpg); 
	background-color: black;  
	color: #FF9E00;
	background-attachment: fixed;
}

h1 {
	font-size: 45px;
	text-align: center;
	color: red;
}
h2 {
	font-size: 35px;
	text-align: center;
	color: red;
}
h4 {
	font-size: 25px;
	align: center;
	font-family: Arial Helvetica, sans-serif;
	color: red;
}
h5 {
	font-size: 17px;
	align: center;
	font-family: Arial, sans-serif;
	color: red;
}
h6 {
	font-size: medium;
	align: center;
	color:red;
}

.headerlogo {
	align: center;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

.menu {
	align: center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	padding:0px 0px 5px 0px;
	width:100%;
	text-align:center;
	border-bottom:1px solid #ff0000;
	font-variant:small-caps;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	color:#c0c0c0;
}

/* not yet
.change_pw {
	text-align: center;
} */

.bandmenu {
	text-align: center;
	align: center;
	border-width: thin;
	border-style: ridge;
	list-style-type:none;
	color:#c0c0c0;
}

.regelungen {font-size: 8px; color: #FF9E00;}

.about {margin-left: 140px; margin-bottom: 15px; margin-right: 140px; font-size: 20px;}

.content {margin-left: 140px; margin-bottom: 15px; margin-right: 140px; font-size: 20px; color=#c0c0c0;}

.headerA { font-size: 25px;}

.crewtext {margin-left: 70px; margin-bottom: 30px; margin-right: 135px; font-size: 20px;}

.nav {font-family: Segoe Print, sans-serif; font-size: 24px; }

.nav1 {font-family: Segoe Script, sans-serif; font-size: 24px; }

.nav2 {font-family: sans-serif; font-size: 24px; }

.hinweis {underline: underline; font-size: 14px; font-family: Impact, sans-serif; }

.centered { align:center; text-align:center; }

.bottombar {
 noshade: true;
 align=center;
 size:2;
 color:#2E2E2E;
}

.error_msg {
	text-decoration: blink;
	color: red;
}

