/* Copyright: 2000-2005 www.holzweiler-city.de */
/* Farben: Hintergrund: #000033, Rahmen: #000033 #778899 #778899 #000033 */
/* dunkel: #000033 hell:#778899 */
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #EAEAEA url(on_the_road.jpg) no-repeat;
	padding: 0;
	margin: 0;
	font-size: 94%;
	text-align: center;
	line-height: 110%;
}
body {
	min-height: 101%;
}
html {
	height: 100%;
}
/* allgemeine Anweisungen */
p {
	margin: 0;
	padding: 0;
	border-width: 0;
}
.c1 {
	text-align: center;
}
.printonly {
	display: none;
}
.floatleft {
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
}
.floatright {
	float: right;
	margin: 0 5px 0 0;
	overflow: hidden;
}
.floatclear {
	clear: both;
}
/* Kopfzeile */
#Head {
         padding: 0 0 12px 0;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #0B4283;
	background-color: transparent;
	border-bottom: 1px solid transparent;
}
/* Hauptmenü */
#naviHeadcontainer {
	padding: 0;
	width: 636px;
         margin-top: -9px;
	margin-right: auto;
	margin-left: auto;
         margin-bottom: 8px;
	height: 20px;
}
#naviHead ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
#naviHead li {
	display: inline;
	width: 120px;
	border-top: 1px solid #093C75;
	border-right: 1px solid #093C75;
	border-bottom: 1px solid #093C75;
	border-left: 1px solid #093C75;
	float: left;
	margin-right: 4px;
}
#naviHead li a {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	display: block;
	background: #7F7F7F url(hg_menu_blau.jpg) repeat;
	color: #DFDFDF;
	text-decoration: none;
	padding: 3px;
}
#naviHead li a:hover {
	background: #CFCFCF url(hwc_hover.jpg) repeat 50%;
	color: #FFFFFF;
}
/* Inhalt */
#content {

	margin-right: 12%;
	margin-left: 12%;
	text-align: center;
	color: #0B4283;
	background: #FFFFFF url(hg_inhalt.jpg) repeat;
	border-top: solid 3px #BFBFBF;
	border-right: solid 3px #4F4F4F;
	border-bottom: solid 3px #4F4F4F;
	border-left: solid 3px #BFBFBF;
}
/* Beschreibung auf der Indexseite */
#description {
	text-align: center;
	font-size: .95em;
	font-weight: bold;
	padding: 4px 0 4px 10px;
}
/* Beschreibung auf der Imageseite */
#caption {
	text-align: left;
	font-size: .95em;
	padding: 4px 0 4px 10px;
}
/* Thumbnails */
#thumbs {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#thumbs img {
	float: left;
	padding: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	border-top: solid 3px #4F4F4F;
	border-right: solid 3px #BFBFBF;
	border-bottom: solid 3px #BFBFBF;
	border-left: solid 3px #4F4F4F;
}
/* Bilder */
#picture img {
	text-align: center;
	padding: 0;
	border-top: solid 4px #4F4F4F;
	border-right: solid 4px #BFBFBF;
	border-bottom: solid 4px #BFBFBF;
	border-left: solid 4px #4F4F4F;
}
#pageinfo {
	font-size: .75em;
	padding: 4px 0 8px 0;
}
/* Copyright */
#Cright {
	clear: both;
	color: #0B4283;
	background-color: transparent;
	padding: 8px 5px 2px 0;
	margin: 0 10px 0 10px;
	font-size: .9em;
	text-align: center;
}
/* Link zum Programmautor Stefan Heymann */
#heymann {
	color: #7F7F7F;
	background-color: transparent;
	padding: 0 5px 2px 0;
	margin: 0;
	font-size: .8em;
	text-align: right;
}
#heymann a {
	color: #7F7F7F;
	background-color: transparent;
	text-decoration: underline;
}
#heymann a:hover {
	color: #7F7F7F;
	background-color: transparent;
	text-decoration: overline;
}