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

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* layout.css */

html {
	width: 100%;
	text-align: center;
	background-color: #54821F;	
	background-image: url('../pictures/background/gras.jpg');
	}

body {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	
	border-right: 1px dotted black;
	border-left: 1px dotted black;
	}

table#layout {
	padding: 0;
	margin: 0 0 0px 0;
	width: 100%;
	}

td#header {
	height: 300px;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
	background-color: silver;
	background-image: url(../pictures/background/header.jpg);
	}

img#animated_ball {
	position: absolute;
	left: 620px;
	top: 10px;
	width: 90px;
	height: 80px;
	}

td#menu_left {
	border-right: 1px dotted silver;
	padding: 0px 5px 5px 10px;
	}
	
td#content {
	padding: 0px 15px 5px 15px;
	width: auto;
	}
	
td#menu_right {
	border-left: 1px dotted silver;
	padding: 0px 10px 5px 5px;
	}

td#menu_left, td#menu_right {
	width: 160px;
	}

td#footer {
	padding: 5px; 
	border-top: groove black;
	background-color: black;
	text-align: center;
	}

/* Content */

td#content img {
	max-width: 400px;
	}

img#galerie {
	padding: 4px;
	background-color: #c0c0c0;
	border: 1px solid #006600;
	width: 96px;
	height: 72px;
	}

img#galerie:hover {
	background-color: #7D9C27;
	}

div#hidden {
	position: absolute;
	top: 0px;
	left: -9999px;
	visibility: hidden;
	}

hr {
	border-top: 1px dotted silver;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding: 5px 0 5px 0;
	}

img#passbild {
	float: left;
	padding-right: 10px;
	}

img#spielerfoto {
	padding: 10px;
	width: 150px;
	}
	
/* Nächste Spiele */

div#nextgames {
	border-bottom: 1px solid white;
	padding: 3px;
	background-color: #EFEFEF;
	}

/* Tabelle */

table#tabelle {
	width: 100%;
	margin-bottom: 3px;
	}

table#tabelle td {
	background-color: #EFEFEF;
	border-bottom: 1px solid white;
	padding-left: 2px;
	}
	
/* Torjäger */

table#torjaeger {
	width: 100%;
	}

table#torjaeger td {
	background-color: #EFEFEF;
	border-bottom: 1px solid white;
	padding: 2px;
	}

/* Gästebuch */

table#gb_form {
	width: 320px;
	background-color: #EFEFEF;
	margin-bottom: 15px;
	padding: 0px;
	}

table#gb_form td {
	padding: 3px;
	}

td#gb_caption {
	text-align: right;
	}