body {
	background: url("images/bkg-t.jpg");
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 10px 0 10px 0;
	color: #555555;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border-width: 1px;
	width: 750px;
	background: #fff;
}

#header {
	background: url("images/bahn-bw.jpg");
	height: 155px;
}

#title {
	padding: 35px 0px 0px 60px;
}

#sitename
	{
	float: left;
	width: 450px;
	font: bold 30px Georgia, Helvetica, Arial, sans-serif;
	text-align: left;
	color: white;
	}

#nav {
	float: left;
	width: 200px;
}

		#nav a:link, a:visited {
			color: #ffffff;
			text-decoration: none;
			}
		#nav a:hover {
			color: #bbbbbb;
			text-decoration: none;
			}




#left {
	float: left;
	width: 450px;
	padding: 15px 20px 0 25px;
}

#leftscroll {
	float: left;
	height: 350px;
	width: 450px;
	padding: 15px 20px 0 25px;
	overflow: auto;
}


#right { 
	margin: 0;
	float: left;
	width: 223px;
	padding: 15px 10px 10px 20px;
	background-color: #eeeeee;
	border-left-style: dotted;
	border-left-width: 1px;
}

	

#footer {
	clear: both;
	background: url("images/footer.jpg") bottom no-repeat;
	font: normal x-small trebuchet ms, verdana, Arial, sans-serif;
	text-align: center;
	padding: 20px 0 10px 0;
}

	#footer	a:link {
			color: #000;
			text-decoration: none;
			}
	#footer	a:hover {
			color: #000;
			text-decoration: none;
			}
	#footer	a:visited {
			color: #000;
			text-decoration: none;
			}



/* ------------------------ tags ------------------------ */

h1 {
	font: bold medium Georgia, Helvetica, Arial, sans-serif;
	color: #660000;
	background: url("images/h1.jpg") left no-repeat;
	text-indent: 15px;
}

h2 {
	font: bold medium Georgia, Helvetica, Arial, sans-serif;
}

p {
	font: normal small trebuchet ms, verdana, Arial, sans-serif;
	padding: 0 0 5px 0;
	margin: 0;
}


img {
	border: none;
}

blockquote {
	margin: 0px 0px 5px 15px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

ul li {
	list-style: none;
/*	background: url("images/ul.jpg") left no-repeat;*/
	font: normal small trebuchet ms, verdana, Arial, sans-serif;
	text-indent: 0px;
	line-height: 120%;
	padding: 0px 0px 5px 0px;
}

a:link {
	color: #808040;
	text-decoration: none;
	}
a:hover {
	color: #bbb;
	}
a:visited {
	color: #808040;
	text-decoration: none;
	}


/* ------------------------ classes ------------------------ */

.hr {
	background: url("images/hr.gif") bottom repeat-x;
	border: none;
	margin: 5px 0 5px 0;
	padding: 0;
	height: 2px;
	font-size: 0px;
	}


.error
	{
	color: 	#FF0000;
	}
