body {
	margin: 0;
	padding: 0;
	background-color: #5d7d7e;
	font:80% arial, tahoma, verdana, sans-serif;
	color: #000;
}

a {
	text-decoration:none;
	color:#900;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

a.bottom {
	font-weight: bold;
	text-decoration:none;
	color:#f8c400;
}

a.bottom:hover {
	text-decoration:underline;
}

img {
	border: none;
}

p {
	line-height: 140%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 145%;
	font-weight: bold;
	color: #444;
}


h2 {
	font-size: 135%;
	color: #666;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 115%;
	font-weight: normal;
	color: #000000;
}

h5 {
	font-size: 105%;
	color: #787878;
}

h6 {
	font-size: 100%;
	color: #000000;
}


/*******************************************************/
/* hauptdiv */
/*******************************************************/

#main {
	width: 1024px;
	margin: 20px auto;
	text-align: center;
}
td.l1 {
	width: 18px;
	background: #4c6566;
}

td.l2 {
	border-bottom: 1px solid #ffe;
	background: #f8c400 url(images/l2.jpg) no-repeat 0 0;
}


td.r1 {
	width: 18px;
	background: #4c6566;
}

td.r1a {
	width: 18px;
	background: #f8c400 url(images/r1.jpg) no-repeat 0 0;
}

td.r2 {
	background: #4c6566;
}

td.r3 {
	background: #f8c400 url(images/r3.jpg) no-repeat 0 0;
	border-bottom: 1px solid #ffe;
}





td.rotor {
	height: 289px;
	width: 301px;
	background: #f8c400;
}

td.content {
	height: 454px;
	width: 549px;
	background: #ffe;
}

div.scroll {
	text-align: left;
	height: 410px;
	width: 510px;
	overflow: auto;
	padding: 8px;
}


/*******************************************************/
/* Menü unten					       */
/*******************************************************/


td.h_menu {
	height: 17px;
	border-bottom: 1px solid #ffe;
	background: #000;
	color: #fff;
}

div#menu {}

div#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

div#menu li {
	float: left;
	display: block;
}

div#menu li.menu-current a {
	color: #f8c400;
}

div#menu li.menu-parent a {
	color: #f8c400;
}

div#menu li a {
	background: transparent url(images/list-off.gif) left center no-repeat;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px 0px 10px;
	height: 20px;
	line-height: 20px;
	font-size: 100%;
	overflow: hidden;
	margin-left:10px;
}

div#menu a:link, div#menu a:visited {
	color: #fff;
}

div#menu li a:hover {
	color: #5d7d7e;
}


/*******************************************************/
/* Menü links					       */
/*******************************************************/

td.v_menu1 {
	height: 165px;
	width: 301px;
	background: #900;
	text-align:left;
	vertical-align: top;
	background: #f8c400 url(images/logoR1_gold.jpg) no-repeat 0 0;
}


td.v_menu2 {
	height: 165px;
	width: 301px;
	background: #f8c400 url(images/logoR1_gold.jpg) no-repeat 0 0;
}

#subm1 {
	margin: 10px 0px 0px 0px;
	border: 0px solid #fff;
}

#subm1 ul {
	font-size: 100%;
	margin-top:1px;
	list-style-image: url(images/list-active.gif);
	margin-left: 0.9em;
	padding-left: .73em;
	line-height: 110%;
}

#subm1 li span.menu_current a {
	font-weight: bold;
	color: #900
}

#subm1 li span.menu_default a {
	font-weight: bold;
	color: #900;
}


/*******************************************************/
/* Fußleiste					       */
/*******************************************************/

#credits {
	width: 1024px;
	margin: -15px auto;
	text-align: center;
	margin: 2, auto;
	font-size: 85%;
}

/* CSS Document */

