body {
	margin:5px 0 0 0;
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

* { margin:0; padding:0; }
a, a strong { outline: none; color: #900; text-decoration: none; }
a:hover, a:hover strong { color: #990; }
a img { border: none; }
a strong { font-weight: normal; }
p { margin: 0 0 2em 0; }

#wrapper {
	margin: 0 auto;
	width: 781px;
	background: url(../images/map.gif) no-repeat #fff; 
	background-position: 570px 768px;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	/*height: 84px;*/
	height: 307px;
	/*padding-top: 223px;*/
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 62px;
	line-height: 52px;
	margin: 0 0 0 45px;
}
/*#header h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 6px 0 0 30px;
}*/
#header h2 {
	font-size: 0.9em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 8px 0 0 8px;
	margin:0;
}

/* Top navigation bar */
#nav {
	background: url(../images/menu.jpg) repeat-x;
	height: 50px;
	padding: 0 0 0 8px;
}
#nav ul {
	margin:0;
}
#nav ul li {
	list-style: none;
	float:left;
	text-align: center;
	width: 108px;
}
#nav ul li.noright {
	border-right: none;
}
#nav ul li a, #nav ul li.noright {
	display: block;
	height: 14px;
	padding: 13px 11px;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}
#nav ul li a:hover {
	background-position: bottom;
	color: #cc0;
}

/*
 * General content style 
 */
#content {
	min-height: 540px;
	font-size: 1em;
	color: #333;
	padding: 8px 8px 8px 8px;
	margin-right: 226px;
	width: 534px;
	line-height: 18px;
}
strong { color: #444; }
h1 { font-size: 1.5em; color: #444; margin: 0 0 1em 0; }
h2 { font-size: 1.2em; color: #444; margin: 0 0 1em 0; }
h2.highlight { border-bottom: 1px dotted #990; }
h3 { font-size: 1em; }
h1 span, #content h2 span { color: #990; font-size: 1.2em; }
p { margin: 0 0 1em 0; padding:0; }
ul { margin-left: 16px; list-style: square; margin-bottom: 1em; }
ul li { color: #000; margin-bottom: 0.2em; }
.slogan { font-size: 1.5em; color: #666; font-style: italic; text-align: center; }
.border { border: 1px solid #999; }

.rechts { float: right; width: 220px; padding-right: 8px; }
.rechts p { padding-left: 14px; }
.rechts h2 { border-bottom: 1px dotted #990; font-size: 1.4em; }
.rechts h2 span { font-size: 1.3em; color: #990; }
.rechts a { font-weight: bold; }

.link_picture { width:200px;float:left; margin-right: 6px; }
.restr { margin-left: 10px; font-family: "Courier New", Courier, monospace; font-size: 0.9em; }

.transport_box_links { float: left; width: 230px; margin: 0 20px 10px 20px; }
.transport_box_rechts { float: left; width: 230px; margin-bottom: 10px; }
.transport_box_links h2, .transport_box_rechts h2 { font-size: 1em; font-weight: bold; }
.transport_box_links p, .transport_box_rechts p { margin-bottom:0; }
.trans_single_picture_container { margin-left:12px;position:relative;height:100px;overflow:hidden;width:246px; }

/* Fieldset */
fieldset { border: 1px solid #ccc; padding: 4px; margin-bottom: 1em; }
fieldset legend { margin-left: 2px; font-size: 1.1em; font-weight: bold; padding: 0 4px; }

/* Forms */
dl { margin-bottom: 2em; }
dt { float:left; color: #666; font-size: 1.1em; }
dd { margin-left: 90px; margin-bottom: 10px; }
dd input.text, dd textarea, textarea {
	width: 420px;
	border: 1px solid #999; 
	border-color: #999 #ccc #ccc #999;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 2px;
}
.addr, .addr input, .chk { display: none; }
dd input[type=text]:focus, dd input[type=password]:focus, dd textarea:focus, textarea:focus {
	border-color: #666 #aaa #aaa #666; 
	background-color: #f6f6f6;
}
dd input[type=submit] { padding: 0 16px; }
dd em { color: #666; }

/* footer */
#footer { clear:left; background: url(../images/footer.jpg) no-repeat; height: 17px; color: #ddd; font-weight: bold; padding: 40px 3px 3px 8px; }

/* Table styles */
table th {
	padding-top: 8px;
	padding-bottom: 2px;
	text-align: left;
	border-bottom: 1px dotted #990;
}
#content table th h2 {
	margin:0;
	padding:0;
}
table tr td {
	padding-top: 4px;
}
/*table {
	width: 100%;
}
table th {
	background-color: #383838;
	color: #fff;
	padding: 4px 0;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
}
table td {
	padding: 4px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	text-align: center;
}
.row1 td { background-color: #E8F2F7; }
.row2 td { background-color: #F7F7F7; }*/
