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

/* typography.css */

body {
	font-family: Verdana, Trebuchet MS;
	}

#layout td {
	font-size: 12px;
	vertical-align: top;
	}

td#header {
	text-align: center;
	color: white;
	}

td#menu_left h3, td#menu_right h3 {
	font-size: 10px;
	background-color: black;
	color: white;
	padding: 2px;
	font-weight: strong;
	}

td#menu_left p, td#menu_right p {
	background-color: #EFEFEF;
	padding: 5px;
	margin-bottom: 5px;
	}

td#menu_left li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	background-color: #EFEFEF;
	}

td#menu_left ul {
	margin-bottom: 5px;
	}

td#menu_left a {
	color: #006600;
	text-decoration: none;
	}

td#menu_left a:hover {
	font-weight: bold;
	}

li#menu_sub a {
	font-size: 10px;
	padding-left: 10px;
	color: black;
	}

td#footer {
	color: white;
	font-size: 10px;
	}

td#footer a, a:hover {
	color: #54821F;
	text-decoration: none;
	}

/* Content */

td#content {
	font-size: 12px;
	}

td#content p {
	margin-bottom: 10px;
	text-align: justify;
	}

td#content a {
	color: #006600;
	text-decoration: none;
	}

td#content a:hover {
	text-decoration: underline;
	}

td#content h1 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted silver;
}

td#content li {
	padding-left: 20px;
	}

/* Nächste Spiele */

div#nextgames {
	font-size: 9px;
	}

/* Tabelle */

table#tabelle td {
	font-size: 9px;
	}

tr#marked td {
	font-weight: bold;
	}

/* Torjäger */

table#torjaeger td {
	font-size: 10px;
	}

/* Gästebuch */

td#content h5 {
	background-color: #54821F;
	color: white;
	font-weight: normal;
	padding: 2px;
	}

td#content h5 > a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

td#content h5 > a:hover {
	text-decoration: underline;
	}

p#gaestebuch {
	text-align: justify;
	padding: 0 0 15px 22px;
	}

div#gb_navi {
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
	}

div#gb_navi a {
	text-decoration: none;
	color: #758225;
	font-weight: bold;
	}
	
div#gb_navi a:hover {
	text-decoration: underline;
	}

td#gb_header {
	text-align: center;
	background-color: black;
	color: white;
	}