/*  
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
 * filename:      tabellen.css                                         *
 * created on:    2009 Jan 04 12:02:21 +0100 (UTC)                       *
 * last modified: 2009 Feb 06 19:53:47 +0100 (UTC)                       *
 * (c) 2009 Stefan 'Stefko' Kohler - eMail: stefko@stefko.com            *
 *                                     web: http://www.blognroll.com     *
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
*/
table {
	border:1px solid #333;
	width:97%;
}

th {
	color:#157741;
	padding:5px 7px 5px 7px;
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
	line-height:1.4em;
	border-right:1px solid #157741;
	border-bottom:1px solid #157741;
	background: url('_gfx/tab_head.jpg') repeat;
	background-color:#fc6;
}

th.seperator {
	padding:0px;
	margin:0px;
	height:0px;
	border-style:none;
	font-size:0px;
}

table td {
	padding:5px 7px 5px 7px;
	font-size:1.1em;
	line-height:1.4em;
	border-right:1px solid #157741;
	border-bottom:1px solid #157741;
}

table td.rebsorte {
	color:#157741;
	padding:5px 7px 5px 7px;
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
	line-height:1.4em;
}

table td.klon {
	padding-left:45px;
}

table td.haken {
	background: url('_gfx/haken_gruen.gif') 50% 50% no-repeat;
}

table td.kreuz {
	background: url('_gfx/x_rot.gif') 50% 50% no-repeat;
}

table td.strich {
	background: url('_gfx/strich.gif') 50% 50% no-repeat;
}

#content td img { /* Damit die horizontalen Abstände der Haken, Striche und Kreuze denen der Textzeilen entprechen */
	padding: 2px;
}

table td.center {
	text-align:center;
}

table a, table a:visited {
	color: #157741;
	text-decoration:underline;
	font-weight:bold;
}

table a:hover {
	color: #ff7f00;
}

table a:active {
	color: #ff7f00;
	text-decoration:none;
}

