@CHARSET "UTF-8";

body {
	background-image: url(../img/background.png);
	background-color: #223e7b;
	background-repeat: repeat-x;
}

div#main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div#banner {
	margin-top: 10px;
	position: relative;
	height: 166px;
}

div#content {
	background-color: white;
	min-height: 500px;
}

div#contentarea {
	margin-top: 5px;
	padding-bottom: 20px;
	margin-left: 10px;
	width: 670px;
}

div#footer {
	margin-top: 5px;
	margin-bottom: 20px;
	color: white;
	font-size: 8pt;
}

div#right {
	float: right;
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 65px;
	color: #666666;
	background-image: url("../img/glengoodall_back.png");
}

div.bubble {
	background-image: url("../img/bubble_back_small.png");
	background-repeat: no-repeat;
	width: 135px;
	height: 66px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}

div.bubbletitle {
	color: white;
	width: 135px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}

div.figure {
	font-family: Georgia, Times New Roman, serif;
	font-size: 23pt;
	text-align: center;
	color: black;
	height: 40px;
	line-height: 40px;
}

img#logo {
	position: absolute;
	top: 15px;
	left: 730px;
}

img#glengoodall {
	position: absolute;
	top: 15px;
	left: 20px;
}

div#navcontainer {
	background-color: black;
	background-image: url(../img/nav_back_35.png);
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}

ul#nav {
	width: 900px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul#nav li {
	list-style-type: none;
	float: left;
	padding-right: 10px;
	color: #DDDDDD;
	font-weight: bold;
	line-height: 35px;
	font-size: 13px;
	font-variant: small-caps;
}

ul#nav li a {
	color: #DDDDDD;
	text-decoration: none;
}

ul#nav li a:hover {
	color: white;
	text-decoration: none;
}


ul#footernav {
	width: 900px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul#footernav li {
	list-style-type: none;
	float: left;
	padding-right: 10px;
	color: #DDDDDD;
	font-weight: bold;
	line-height: 35px;
	font-size: 13px;
	font-variant: small-caps;
}

ul#footernav li a {
	color: #DDDDDD;
	text-decoration: none;
}

ul#footernav li a:hover {
	color: white;
	text-decoration: none;
}

/**************** TOPNEWS **************/
#topnews {
	width: 670px;
	background-image: url("../img/home/topnews_back_white.gif");
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

.topnews_detail {
	border-bottom: solid 1px #013066;	
	border-left: solid 1px #013066;
	border-right: solid 1px #013066;
	margin-left: auto;
	margin-right: auto;
	width: 668px;
	min-height: 620px;
	background-position: bottom;
	background-image: url("../img/home/topnews_back_verlauf.png");
	background-repeat: repeat-x;
}

.topnews_detail img {
	border-top: solid 5px #013066;
	border-bottom: solid 1px lightgrey;
	border-left: none;
	border-right: none;
	width: 100%;
}

.topnews_text {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.topnews_text a {
	color: black;
}

.topnews_text h1 {
	font-weight: normal;
	font-size: 18pt;
	line-height: 30px;
	color: #02428C;
}

.topnews_text h1 a {
	color: #02428C;
}

.topnews_active {
	background-image: url("../img/home/topnews_active.jpg");
	color: white;
	font-weight: bold;
	font-size: 11pt;
	width: 222px;
	height: 35px;
	display: table-cell;
	text-align: center;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.topnews_active p {
	margin-top: 10px;
	text-align: center;
	font-size: 12pt;
	line-height: normal;
}

.topnews_inactive {
	background-image: url("../img/home/topnews_inactive.jpg");
	color: white;
	font-size: 10pt;
	width: 222px;
	height: 35px;
	display: table-cell;
	text-align: center;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.topnews_inactive p {
	margin-top: 15px;
	text-align: center;
	font-size: 10pt;
	line-height: normal;
}


table.donations {
	width: 100%;
}

table.donations td.name {
	font-weight: bold;
	height: 50px;
}

table.donations td.money {
	text-align: right;
	height: 50px;
	width: 70px;
}

table.players {
	width: 100%;
}

table.players td.image {
	width: 60px;
	height: 50px;
}


/************************* FORM DEFINITONS BEGIN *********************/
table.form {
	width: 100%;
	border-collapse: collapse;
}

table.form th {
	text-align: left;
	font-weight: bold;
	background-color: #CECECE;
}

table.form td {
	border: solid 1px #CECECE;
	font-size: 8pt;
	line-height: 14pt;
}

table.form td.labels {
	width: 25%
}

table.form td.fields {
	width: 75%
}

table.form label.required {
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

table.form label.optional {
	font-weight: bold;
	font-size: 8pt;
	color: #666666;
}

table.form input.text, table.form select  {
	width: 75%
}

table.form textarea {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	border: solid 1px black;
	width: 75%;
	height: 80px;
}

table.form input.password {
	width: 30%;
}

table.form td {
	height: 30px;
}

input.formbutton {
	font-size: 8pt;
}

table.form_errordata {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.form_errordata th {
	color: white;
	font-weight: bold;
	background-color: #AC0917;
	border: solid 1px #AC0917;
}

table.form_errordata td {
	border: solid 1px #AC0917;
}

div.form_success {
	min-height: 45px;
	padding-left: 45px;
	line-height: 45px;
	background-image: url(../img/icon_ok.png);
	background-repeat: no-repeat;
	border: 1pt solid #56AE00;
	background-color: #CCFF99;
	color: black;
}

/************************* FORM DEFINITONS END *********************/

input.text, input.password, select {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	border: solid 1px black;
	background-color: white;
	color: black;
	font-size: 8pt;
}

input.field {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	border: solid 1px #666666;
	color: #666666;
	font-size: 9pt;
	width: 98%;
}

input.button {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
}

input.submit {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9pt;
	font-weight: bold;
}
