body {
	background-color: #F5FBFB;
	margin: 0px;
	padding: 0px;
	height: 100%;
}


#wrapper {
	background-color: #9DC9CC;
	margin-left: auto;
	margin-right: auto;
	width: 1140px;
	min-height: 100%;
	height:auto !important;
	height:100%;
	overflow: hidden !important;
}

#header {
	width: 1140px;
	height: 204px;
	min-height: 204px;
	background: #d0d6d6;
}

#flag {
	height: 140px;
	width: 167px;
	 margin-left: 973px;
}

#topheader {
	width: 1140px;
	height: 30px;
	min-height: 30px;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	text-shadow: 1px 1px 1px #666;
	border-bottom: 1px solid #FFF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BFDBDF), to(#BFDBDF));
  	background: -moz-linear-gradient(0% 6% 270deg,#dbfbff, #BFDBDF);
}

#topheader input {
	margin-right: 5px;
	font-family: Arial;
	font-size: 12px;
	margin: 5px;
	margin-left: 5px;
	border: 1px solid #ddd;
}

#topheader a {
	text-decoration: none;
	color: #000;
	margin-right: 10px;
}

#topheader a:hover {
	color: #FFF;
}

#midheader {
	width: 1140px;
	heigth: 140px;
	min-height: 140px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-image: url("img/header.png");
	background-repeat: no-repeat;
}

#botheader {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	width: 1140px;
	padding: 0px;
	float: left;	background: #BFDBDF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9DC9CC), to(#BFDBDF));
  	background: -moz-linear-gradient(0% 6% 270deg, #9DC9CC, #BFDBDF); 
}

#botheader ul {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #999999;
	border-left: 1px solid #dbdbdb;
	float: left;
	width: 140px;
	height: 30px;
	list-style-type: none;
	text-shadow: 1px 1px 1px #666;
}

#botheader h3 {
	font-size: 14px;
	padding: 0px;
	margin: 7px;
	text-align: center;
	color: #FFF;
}

#botheader a {
	text-decoration: none;
	display: block;
	color: #FFF;
}

#botheader li {
	position: relative;
}

#botheader li li {
	background-color: #9DC9CC;
	border-right: 1px solid #999999;
	border-left: 1px solid #dbdbdb;
}

#botheader li li:hover {
	background-color: #BFDBDF;
}

#botheader li li a {
	padding: 10px;
	display: block;
}

#botheader ul ul {
	margin-top: 0px;
	position: absolute;
	z-index: 2;
	border: 0px;
	display: none;
	top: 23px;
}

#botheader ul:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BFDBDF), to(#9DC9CC));
  	background: -moz-linear-gradient(0% 6% 270deg, #BFDBDF, #9DC9CC);
}

#botheader ul:hover ul {
	width: 141px;
	display: block;
}

#leftsidebar {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width:  180px;
	float: left;
}

#maincontent {
	background-color: #F5FBFB;
	margin: 5px;
	width: 788px;
	float: left;
	border: 1px solid #ddd;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	min-height: 609px;
}

#centerbox {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#centerboxforum {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#rightsidebar {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 150px;
	float: left;
}

#footer {
	font-family: Verdana;
	font-size: 10px;
	padding-top: 16px;
	border-top: 1px solid #999a9a;
	text-align: center;
	width: 1140px;
	height: 30px;
	float: left;
	background: #BFDBDF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5FBFB), to(#BFDBDF));
  	background: -moz-linear-gradient(0% 6% 270deg, #F5FBFB, #BFDBDF); 
}

.widget {
	padding: 2px;
	background-color: #FFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

.widget #title {
	padding: 3px;
	color: #FFF;
	background-color: #BFDBDF;
	font-family: Arial;
	font-weight: bolder;
	font-size: 14px;
	text-shadow: 1px 1px 1px #666;
}

.widget a {
	color: #000;
	display: block;
	text-decoration: none;
}

.widget h3 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

.widget h3:HOVER {
	background-color: #BFDBDF;
}

.widget ul {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	list-style: none;
}

.widget ul ul {
	width: 150px;
	margin-top: 0px;
	position: absolute;
	z-index: 2;
	display: none;
}

.widget ul:hover ul {
	display: block;
} 

.widget li {
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	position: relative;
	padding-left: 2px;
}

.widget li li {
	padding: 6px;
	background-color: #FFF;
}

.widget li:hover {
	background-color: #BFDBDF;
}

.widget li li:hover {
	background-color: #BFDBDF;
}

.widget ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
}



.borderlr {
	border-right: 1px solid #999a9a;
	border-left: 1px solid #999a9a; 
}

.shadow {
	-webkit-box-shadow: 10px 5px  #d0d6d6,  -10px 0 5px #d0d6d6;   
	-moz-box-shadow: 10px 0 5px #d0d6d6,  -10px 0 5px #d0d6d6;   
	box-shadow: 10px 0 5px #d0d6d6,  -10px 0 5px #d0d6d6; 
}

.glare {
	width: 1140px;
	height: 45px;
	min-height: 45px;
	background-image: url("../res/glare.png");
	background-repeat: no-repeat;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.usertitelschrift {	color:#008000; 
			margin-top: 0;
			margin-bottom: 0}

.usergruppenschrift {	color:#0000ff; 
			margin-top: 0;
			margin-bottom: 0}

			
#maincontent a:link {
				COLOR:#000000;
				TEXT-DECORATION:none;
				}

#maincontent a:visited {
				COLOR:#000000;
				TEXT-DECORATION:none;
				}

#maincontent a:active {
				COLOR:#FF0000;
				TEXT-DECORATION:none;
				}

#maincontent a:hover {
				COLOR:#FF0000;
				TEXT-DECORATION:none;
				}
				
			
			
textarea, file {

        		background-color:#F5FBFB;
        		border:#000000 1px solid;
			color:#000000;
			}

	
.textfeld { 
        		background-color:#F5FBFB;
        		border:#000000 1px solid;
			color:#000000;
			}

.textfeldname { 
        		background-color:#F5FBFB;
        		border:#000000 1px solid;
			color:#000000;
			}

.button {
			background-color:#BFDBDF;
			color:#000000;
       			border-color:gray;
        		border-style:solid;
			border-width:1;
			}

.urlaub {
	border: 1px solid black;
	box-shadow: 5px 5px 5px #888;
}

.shop {
	border: 1px solid black;
	box-shadow: 5px 5px 5px #888;
	border-collapse: collapse;
}

.shop td {
	border: 1px dotted black;
}

#transfermarkt {
	font-size: 10px;
	border: 1px solid black;
	box-shadow: 5px 5px 5px #888;
	border-collapse: collapse;
	margin-left: auto; margin-right: auto;
}

#transfermarkt th {
	padding: 1px;
	border: 1px solid black;
	font-weight: bold;
	background-image:url(img/leiste.jpg);
}

#transfermarkt td {
	border: 1px dotted black;
	padding: 2px;
}

#transfermarkt tr:hover {
	background: #ddd;
}


.forenzeilen 	{
			background-color:#E6F1F2;
			color:#000000;
			text-align: center;
		}

.forenkategoriezeile	{
			text-align: left;
			background-color:#DBDBDB;
			color:#000000;
		}

.forentrennzeilen {
			background-color:#9DC9CC;
			font-size: 1px;
		}

.meinteambox {
	border:2px solid #dfdfdf;
	padding: 1em 1em 1em 1em;
	background-color:#E6F1F2;
	text-align:left;
	/*max-width: 400px;*/
	overflow: hidden;
}

.profilzeigen 	{
			background-color:#E6F1F2;
			color:#666666;
			margin-right: 500;
		}

.usergruppenverwaltung2tabelle {
				border-color: #DBDBDB;
				border-collapse: collapse;
				cellpadding:0;
				cellspacing:0;
				border-style:solid;
				border-width:1;
		}

#legende {
	box-shadow: 5px 5px 5px #888;
	font-size:12px;
	border: 1px solid silver;
	border-spacing: 5px;
}
		
#leaguetable {
	box-shadow: 5px 5px 5px #888;
	font-size:12px;
	border-collapse: collapse;
	border: 1px solid silver;
}

#leaguetable tr:hover {
	background: #ddd;
}

.forenerstezeile {
				background-image:url(img/leiste.jpg);
				text-align: center;
				border-collapse: collapse;
				cellpadding:0;
				cellspacing:0;
}

.forenerstezeile th {
	font-weight: normal;
	background-image:url(img/leiste.jpg);
}

.titellinkbox {	background-image:url(img/leiste.jpg);
		color:#666666;
		text-decoration:none;
		font-family:verdana, sans-serif;
		font-size: 10pt;width:100%;
		border-bottom:solid 1px #000000;
		height:22px; }


.zitat {
		background-color: #F0F0F0;
		border-color: gray;
		border-style:solid;
		border-width:1;
	}

.code {
		width: 100px;
		overflow: scroll;
		background-color: #F0F0F0;
		border-color: gray;
		border-style:solid;
		border-width:1;
	}

.shoutboxname {
		color: #808080;
	}

.schriftwichtig { color: #FF0000; }


#maincontent h1 {
	display: none;
	margin: 0;
	padding: 0;
}

#maincontent h2 {
	padding: 0;
	margin: 0 0 2.5ex 0;
	font-size: 115%;
	font-weight: normal;
	font-size: 115%;
	color: #475ad8;
}

#maincontent h3 {
	margin: 0 0 2ex 1ex;
	padding:0;
	font-weight: normal;
	font-size: 115%;
	color: #475ad8;
}

#maincontent h4 {
	margin:0;
	margin-bottom: 1ex;
	padding:0;
	font-weight: normal;
	font-size: 100%;
	color: #475ad8;
}

