@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Ende CSS Reset */ 
strong, b{
font-weight:bold;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
color:#2a2a2a;
line-height:1.15em;
text-align:center;
background:#FFFFFF;
background:url(../img/slice/himmelback.jpg) top center repeat-x #FFFFFF;
overflow:auto;
overflow: -moz-scrollbars-vertical;
}

hr{
border:0 none;
border-bottom:dotted 1px #CCCCCC;
margin:0.25em 0;
width:100%;
height:0px;
display:inline-block;
}



p{
margin:1.3em 0;
}

h1{
color:#2b5d86;
font-weight:bold;
font-size:1.5em; /* 18 Pixel */
line-height:1.5em;
margin:0.5em 0;
}
h2{
color:#2b5d86;
font-weight:bold;
font-size:1.166em; /* 18 Pixel */
line-height:1.166em;
margin:1em 0;
}
h3{
color:#2b5d86;
font-size:1em;
font-weight:bold;
margin:1.3em 0;
}

h1 a,h2 a, h3 a, h1 a:link,h2 a:link, h3 a:link{
color:#2b5d86;
text-decoration:underline;
}

h1 a:hover,h2 a:hover, h3 a:hover {
text-decoration:none;
}

h4, h5, h6{
color:#2b5d86;
font-size:1em!important;
font-weight:normal;
margin:1.3em 0;
}


/* 93 = 12px / 108%   */


a, a:link{
color:#2b5d86;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}

#main{
margin:0 auto;
width:960px;
text-align:left;
}

#header{
width:960px;
height:251px;
background:url(../img/slice/header.jpg) no-repeat;
}

#header #fussballer{
position:absolute;
width:331px;
height:352px;
margin-left:635px;
background:url(../img/slice/fusballer_front-trans.png) bottom no-repeat;

}

#navigation{
width:960px;
height:44px;
}

#content{
margin-top:30px;
width:960px;
height:100%;
}

#lefter{
width:598px;
height:100%;
float:left;
}

#righter{
width:306px;
height:100%;
float:right;
}
.box{
width:200px;
float:left;
margin-right:30px;
}
.box h3{
margin-bottom:0.5em;
}
.boxfarbe{
background:#d3dee6;
width:100%;
display:block;
padding:7px;
}
.spielerinformationtbl td{
padding:0.5em 0;
border-bottom:1px dotted #CCCCCC;
}
.spielerinformationtbl td.nolinie{
border-bottom:none!important;
}
.tabelle_border{
width:596px!important;
}
.tabelle_border td{
width:298px!important;
padding:1em 0;
border-bottom:1px dotted #CCCCCC;
}
/*
ul {
	list-style: inside;
}
ol {
	list-style: decimal;
	list-style-position:inside;
}
*/

.posabs{
position:absolute;
}

.vorstandinformationtbl td{
padding:0.2em 0;
}
.vorvorstand img{
border:1px solid #CCCCCC;
padding:0 10px;
margin-right:40px;
float:left;
}
.vorstandhr{
margin:1em 0;
}