#container {
	width: 1200;
	text-align: left;
}

#top {
	color: #EEEEEE;
	border: 5px solid;
	border-color: #666666;
	width: 100%;
	height: 175px;
	background: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center left;
	padding-top: 15px;
}

#login {
	background-color: #000000;
	float: bottom;
	width: 200px;
	border: 5px solid;
	border-color: #666666;
	margin-top: 15px;
}

#logintable {
	border: 0;
	text-align: right;
	height: 115px;
}

#location {
	color: #000000;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 285px;
	font-weight: bold;
}

#nav {
	background-color: rgba(0, 0, 0, 0.6);
	width: 250px;
	float: top;
	border: 5px solid;
	border-color: #666666;
	padding-bottom: 10px;
	font-weight: bold;
}

#content {
	background-color: rgba(0, 0, 0, 0.6);
	width: 925px;
	float: top;
	border: 5px solid;
	border-bottom: 0px;
	border-color: #666666;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	height: 80%;
}

#footer {
	background-color: #000000;
	width: 925px;
	float: bottom;
	border: 5px solid;
	border-top: 2px solid;
	border-color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#left {
	width: 255;
	float: left;
}

#right {
	text-align: right;
	width: 935;
	float: right;
}

a:link {
    color: #EEEEEE;
    text-decoration: none;
	background: url(../img/pfeile_rot.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
a:visited {
	color: #EEEEEE;
	text-decoration: none;
	background: url(../img/pfeile_rot.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;	
}
a:hover {
	color: #BBBB00;
	text-decoration: underline;
	background: url(../img/pfeile_weiss.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

body {
	color:#F0E0B8;
	background-color: #FFFFFF;
	background: url(../img/bg_body3.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Arial;
	font-size: 11pt;
}

h1 {
	color: #F0E0B8;
	font-size:20pt;
}

h2 {
	color: #F0E0B8;
	font-size:16pt;
}

h3 {
	font-size:14;
}

h4 {
	font-size:14;
    color:#FFFFFF;
}

table {
	align: left;
	font-family: 'Arial';
	font-size: 10pt;
}

th {
	background-image: linear-gradient(rgb(100, 0, 0), rgb(175, 0, 0), rgb(100, 0, 0));
	background-color: #990000;
    color: #FFFFFF;
}

optgroup {
	color: #FFFFFF;
	background-color: #990000;
}

option {
	color: #F0E0B8;
	background-color: #000000;
}

img {
	border = 0;
}

.navLink {
	margin-left: 5px;
	width: 100%;
}

.pDisclaimer {
	text-align: justify;
	font-size: smaller;
}

.navcat {
	margin-top: 20px;
	margin-bottom: 15px;
	background-image: linear-gradient(rgb(20, 20, 20), rgb(60, 60, 60), rgb(20, 20, 20));
	background-color: #222222;
	color: #FF4433;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.th_news {
	background-position: center;
	background-color: #990000;
    color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.th_news_k {
	background-image: linear-gradient(rgb(50, 50, 50), rgb(100, 100, 100), rgb(50, 50, 50));
	background-color: rgba(100, 100, 100, 1.0);
    color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.th_news_a {
	background-image: linear-gradient(rgb(100, 100, 0), rgb(175, 175, 0), rgb(100, 100, 0));
    color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table {
	background-color: #000000;
	border: 1px solid;
	border-color: #990000;
	font-family: 'Arial';
	font-size: 10pt;
	margin-bottom: 20px;
	cellspacing: 5px;
}

.table_news {
	background-color: rgba(200, 0, 0, 0.1);
	width: 98%;
	border: 2px solid red;
	border-color: #990000;
	font-family: 'Arial';
	font-size: 10pt;
	text-align: left;
	margin-top: 25px;
	color: #EEEEEE;
}
.table_news_k {
	background-color: rgba(0, 0, 0, 1.0);
	width: 98%;
	border: 3px solid;
	border-color: #FFFFFF;
	font-family: 'Arial';
	font-size: 10pt;
	text-align: left;
	margin-top: 25px;
}
.table_news_a {
	background-color: rgba(200, 200, 0, 0.1);
	width: 98%;
	border-color: rgb(200, 200, 0);
	font-family: 'Arial';
	font-size: 10pt;
	text-align: left;
	margin-top: 25px;
	color: #EEEEEE;
}

.table_home {
	height: 486px;
	width: 100%;
}

.p_news {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.p_news_k {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.tdNewsDatum {
	color: #BBBBBB;
	padding-top: 20px;
}
.tdNewsDatum_k {
	color: #707070;
	padding-top: 20px;
}
.tdNewsDatum_a {
	color: #BBBBBB;
	padding-top: 20px;
}

.divNews {
	margin-bottom: 50px;
}

.tMannschaften {
	background-color: #000000;
	width: 600px;
	border: 1px solid red;
	border-color: #990000;
	font-family: 'Arial';
	font-size: 10pt;
}


.contactForm {
	background-color: #000000;
	width: 95%;
	border: 5px solid;
	border-color: #666666;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}