/* Stylesheet für gesamte R&W, Amkon, Monlog Homepage */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
	margin: 0;
	padding: 0;
	/*border: 1px red solid;*/
	background: url(../images/track80.jpg) #ffffff repeat-x;
}

h1 { font-size: 200%; }

h2 { font-size: 150%; }

h3 { font-size: 133%; }

h4 {
	font-size: 120%;
	margin-bottom: 0.5em;
}

ul { margin-top: 0.5em; }

div#top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: 0;
	padding: 0;
	display: block;
	/*background:url(../images/track80.jpg) #000000 repeat-x; IE mag's nicht...*/
	background:color: black;
}

div#top img {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

div#top span#title1 {
	position: absolute;
	color: rgb(90%,90%,90%);
	left: 360px;
	top: 10px;
	font-size: 18px;
	font-weight: bold;
	/*border: 1px solid red;*/ /*test*/
}

div#top span#title2 {
	position: absolute;
	color: white;
	left: 400px;
	top: 20px;
	font-size: 28px;
	font-weight: bold;
}

div#top span#title3 {
	position: absolute;
	color: rgb(95%,95%,95%);
	left: 580px;
	top: 40px;
	font-size: 22px;
	font-weight: bold;
}

div#nav {
	position: absolute;
	top: 80px;
	/*bottom: 0;*/
	margin: 0;
	padding: 5px 0 0;
	width: 140px;
	display: block;
	font-size: 10pt;
	background-color: #34A9D4;
}

div#nav img {
	position: absolute;
	/*bottom: 0;*/
	margin: 0;
	padding: 10px 0 0;
	background-color: #34A9D4;
}

div#nav a {
	margin: 0 3px 0;
	/*border-left: 1px solid #ff3300;
	border-right: 1px solid #ff3300;
	border-bottom: 1px solid #ff3300;*/
	padding: 3px 4px;
	display: block;
	color: white;
	/*background-color: white;*/
	font-weight: bold;
	text-decoration: none;
}

div#nav a.sel {
	background-color: #298EB3;
	text-decoration: underline;
}

div#nav a:hover {
	background-color: #2D9BC3;
	text-decoration: underline;
}

div#content {
	position: absolute;
	top: 90px;
	left: 160px;
	right: 0;
	/*border: 1px solid red;*/ /*test*/
}

div#content a {
	color: rgb(5%,5%,5%);
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
	background-color: rgb(95%,95%,95%);
}

div#content img {
	border-width: 0;
}

div#content table.tab {
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid black;
}

div#content table.tab th {
	border: 1px solid black;
	padding: 2px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

div#content table.tab td {
	border: 1px solid black;
	padding: 2px;
	font-size: 10px;
}

/* Navigation soll auf Drucker nicht dargestellt werden */
@media print {
	div#nav {
		display: none;
	}

	div#content {
		left: 0;
	}
}
