/* Introduction------------------------------------------------------- */

/* This CSS-file belongs to the website: http://tv-vaihingen.de */
/* Design and CSS developed by Bjoern Rink */
/* E-Mail: mails [at] bjoernrink.com */
/* First edited: 07 Jan 2007 */
/* Last edited: 05 Dec 2007 */

/* CSS-data below this line------------------------------------------- */

body {
	background: url(../images/stripe.png) repeat-y center 0 #fff fixed;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Logo--------------------------------------------------------------- */

#logo {
	background: transparent;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 120px;
	height: 23px;
}

#logo a img {
	border: none;
}

/* Box---------------------------------------------------------------- */

#box {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 44em;
}

/* Navigation--------------------------------------------------------- */

#navi {
	background: transparent;
	float: left;
	width: 19.25em;
	margin: 14em 0 0 0;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi li {
	margin: 0;
	background: transparent;
	font-size: 1.2em;
}

#navi a {
	margin: 0;
	padding: 0.3em 0 0.3em 0.25em;
	width: 100%;
	display: block;
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
}

#navi a:hover {
	color: #000;
}

#navi a#set {
	color: #000;
}

.set {
	color: #0065ce;
}

/* Content------------------------------------------------------------ */

#content {
	background: transparent;
	float: right;
	width: 19.5em;
	margin: 4em 0 2em 0;
}

h1 {
	color: #0065CE;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
}

h2 {
	color: #303030;
	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: #0065CE;
    padding: 0 0 1px 0;
    text-decoration: none;
}

#content a:hover {
	border-bottom: 1px solid #0065CE;
	color: #000;
}

table {
	margin: 0.5em 0;
	width: 100%;
}
 
td, th {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.6em;
	vertical-align: top;
}

/* End of document---------------------------------------------------- */

