﻿* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */ 
    /*margin: 0; padding: 0;*/ /*font: bold 1em verdana, sans-serif;*/ }

body   
{
    
        font-size: 12px; 
        /*text-align: center;*/ /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */ }

body {
	background-color: #eeeeee;
	font-size: .75em;
	font-family: Tahoma, Verdana;
	margin: 0;
	padding: 0;
	overflow-y: auto;
    overflow-x:auto; 
    width: 100%;
    color:#000;     
}

div { /*text-align: left;*/ /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */ }

html, body { height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */ width: 100%; }

/* DIV-Boxen */
div#wrapper { position: relative; margin: 0 auto; width: 100%; min-height: 100%; /* Mindesthöhe in modernen Browsern */ height: 100%; /* Mindesthöhe in IE (<7) */ }

.wrapper { height: 100%; width: 100%; }

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.changeUserProfile{
    font-size:14px;
    padding:10px;
    border: 1px solid red;
    font-weight: bold;
}

#sponsorDetails
{
    font-size:10px;
}

#sponsorDetails .name
{
    font-weight:bold;
    font-size:12px;
}

#sponsorDetails .details
{
    padding-top:3px;
    padding-bottom:3px;
}

#sponsorLogo
{
    line-height:90px;
    height:90px; 
    vertical-align:middle;
}

.team
{
	color: gray;
}

.team ul
{
	margin: 3px 0px 10px 0px;
	padding: 0;
	list-style: none;
	display: block;
	font-weight:normal;
	font-size:smaller;
}

.team .name
{
	font-size:normal;
	font-weight:bolder;
	width:100%;
	border-bottom:dotted 1px silver;
}
.team .name span
{
	padding:20px;
}

#sitePage 
{
	margin: 3px auto auto auto;
	width: 1000px;
	/*height: 100%;*/
	border: 1px gray solid;
	background-color: #FFFFCC;
}
#siteHeader {
	background-image: url('../Resources/header3.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 120px;
	text-align: right;
}

#siteContent
{
	padding: 1.1em 1em 1em 1em;
	background-color: White;
}

#siteFooter
{
	margin: 3px auto 0 auto;
	width: 1000px;
	text-align:center;
	color:#aaaaaa;	
}

#leftContent
{
	width: 630px; 
	height:100%; 
	vertical-align: top;
	float:left;
}

#rightContent
{
	width: 320px; 
	height:100%;
	vertical-align: top; 
	float:right;
}

#userLogon 
{
	margin: 3px auto 0 auto;
	width: 1000px;
	text-align:right;
}
table#twoContents
{
	width: 100%;
	color: black;
	vertical-align:top;
	height: 100%; 	
}
table#twoContents > td {
	vertical-align: top;
	width:100%;
	height:100%;
}	

table.fourContentTable > td
{
	height:100%;
	width:100%;	
	vertical-align:top;
}

table.fourContentTable
{
	height:100%;
	width:100%;	
	vertical-align:top;
	border-left:solid 2px silver;
}

.contentFiller{
	vertical-align:top;
	height:100%;
	width:100%;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#siteMenuEmpty
{
	height: 10px;
	margin: 36px 0px 0px 0px;
	padding: 0;
	position: relative;
	background-color:White;
}

#siteMenu {
	background-color: #FFFFFF;
}
#siteMenu ul {
	height: 50px;
	margin: 3px 0px 0px 0px;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
}
#siteMenu ul ul {
	position: absolute;
	display: none;
	top: 30px;
	left: 0px;
	height: 30px;
	background-color: white;
	width: 100%;
}
#siteMenuPlaceHolder{
	position: absolute;
	top: 30px;
	left: 0px;
	height: 30px;
	background-color: white;
	width: 100%;
}

#siteMenu li.selected ul {
	display: block;
}
#siteMenu ul li {
	float: left;
	display: block;
	width: 160px;
	padding-top: 3px;
	height: 31px;
}
#siteMenu ul ul li {
	width: auto;
	margin-left: 15px;
	height: 20px;
	/*background: url("../images/toplinks-subspacer.png") no-repeat scroll 100% 8px;*/
}

#siteMenu > ul > li > a{
	text-align: center;
	display: block;
	height: 30px;
	padding-top: 7px;
	text-decoration: none;
	font: 12px"Verdana";
	color: #999999;
	font-weight: normal;
}
#siteMenu > ul > li > a:hover, #siteMenu > ul > li.selected > a{
	font-weight: bold;
	color: #999999;
	border-color: #000000 #000202 #FFFF66 #000202;
}
#siteMenu ul ul a {
	padding: 5px 0px 0px 40px;
	display: block;
	color: black;
	font: 11px Verdana;
	text-decoration: none;
	/*background: url("../images/toplinks-bullet.png") no-repeat scroll 10px 8px;*/
}
.subSelection
{
	text-decoration:underline;
}
#siteMenu ul ul a:hover {
	color: #7a7a7a;
}
div.news {
	width: auto;
	height: auto;
	color: Black;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom: solid 1px silver;
}

div.news > .text {
	height: auto;
	color: Black;
	margin-top:5px;
}
.newsFooter, .news > .head > .footer {
	font-size:x-small;
	font-weight:lighter;
	width: 100%;
	text-align: right;
}
.news > .footer{color:Gray;}

.head {color: Gray;
       font-weight: bold;
	font-size:larger;}

.intern
{
	color:#5B0407;
}

a:link, a:visited,a:hover,a:active {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #F54040;
	text-decoration: none;
}
a:hover {
	color: #F53030;
	text-decoration: none;
}

a:active {
	
}

p, ul {
	
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em; /*color: #000;*/
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2 {
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
	color: black;
	min-width: 1024px;
	width: 1024px;
	height: 100%;
	margin-top: 0px;
	margin-left: 3em;
	margin-right: auto; /*margin-top: 25px;*/
	padding: 0;
}
#header {
	width: 100%;
	height: 151px;
	padding-top: 0px;
	position: relative;
	color: red;
	border-width: 0px;
	border-style: solid;
	/*background-image: url('../Resources/logo.png');
    background-repeat:no-repeat;
    background-position:left;
    */
}
/* TAB MENU   
----------------------------------------------------------*/
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}
fieldset p {
	margin: 2px 12px 10px 10px;
}
fieldset label {
	display: block;
}
fieldset label.inline {
	display: inline;
}
legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}
input[type=text] {
	width: 300px;
	border: 1px solid #CCC;
}
input[type=password] {
	width: 200px;
	border: 1px solid #CCC;
}
textarea{
	width:90%;
	height:100%;
}
/* TABLE
----------------------------------------------------------
table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}
*/
/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}
.error {
	color: Red;
}
#menucontainer {
}
div#title {
	display: block;
	float: left;
	text-align: left;
}
#logindisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
}
#logindisplay a:link {
	/* color: white;*/
    text-decoration: underline;
}
#logindisplay a:visited {
	/*color: white;*/
    text-decoration: underline;
}
#logindisplay a:hover {
	/*color: white;*/
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
