/* Introduction------------------------------------------------ */

/* This CSS-file belongs to the website: http://tv-vaihingen.de */
/* Design and CSS developed by Bjoern Rink */
/* E-Mail: chef [at] bjoern-rink.de */
/* First edited: 07 Jan 2007 */
/* Last edited: 05 Dec 2007 */

/* CSS-data below this line------------------------------------ */

body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Logo-------------------------------------------------------- */

#logo {
	display: none;
}

/* Content----------------------------------------------------- */

#navi {
	display:none;
}
 
h1 {
	font-size: 1.4em;
	font-weight: 100;
}

h2 {
	font-size: 0.9em;
	font-weight: 900;
	line-height: 1.5em;
}

p {
	font-size: 0.9em;
	line-height: 1.6em;
}

#content li {
	font-size: 0.9em;
	line-height: 1.6em;
}
 
#content a  {
    color: #00d;
    text-decoration: underline;
}
 
table {
	width: 100%;
}
 
td {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.6em;
	vertical-align: top;
}

/* End of document--------------------------------------------- */
