/* 
	Fa. highPC, Arnold Schrader, Rennweg 27, 93049 Regensburg
	03.09.2008
*/

html {
	font-family: helvetia,sans-serif,arial;
}

body {
	background: #cccccc;
	text-align: center;
}

p {
/*	text-align: justify; */
	color: #143f1d;
	font-size: 10pt;
	font-weight:normal;
}
h1 {
	color: #143f1d;
	font-size: 14pt;
	margin-top:0;
	margin-bottom:0;
}

h2 {
	color: #143f1d;
	font-size: 11pt;
}

ol,ul,li {
	color: #143f1d;
	font-size: 10pt;
	font-weight:normal;
}
.small {
	font-size:8pt;
}

.site {
	padding:0px;
	width:900px;
	margin:auto;
	text-align: left;
	border: 1px solid black;
}

.logo {
	margin:0;
	background: url('logo.jpg');
	height:200px;
	text-align: right;
	width:900px;
}

.menu {
	background: transparent;
	margin:0;
	width:900px;
	background: url('menuback.gif') repeat-x;
	color:#143f1d;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}
.menu a {
	color:#143f1d;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}

#menu_off {
	color:white;
	cursor: pointer;
	background: #ff6600 url('menuback_off.gif') no-repeat;
}
#menu_off a { color:white; }
#menu {
	cursor: pointer;
	background: transparent;
}
#submenu, #submenu a {
	background: transparent;
	color:#ffffff;
	font-size:10pt;
	text-decoration:none;
	text-align:center;
	cursor: pointer;
}
#submenu_on, #submenu_on a {
	background: url('pfeil.gif') no-repeat;
	color:#143f1d;
	font-size:10pt;
	text-decoration:none;
	text-align:center;
	cursor: pointer;
}

.inhalt {
	text-align:left;
	width:860px;
	margin:0;
	padding:20px;
	color: #0f4b67;
	font-size: 11pt;
	background: #fbffba;
}
.inhalt td {
	color: #143f1d;
}
.inhalt a, .inhalt td a {
	color: #143f1d;
}

.footer2 {
	border-top: 1px solid #ff6600;
	font-size:9pt;
	margin:0;
	width:860px;
	text-align:right;
	height:26px;
}
.footer2 td a, td { color:#143f1d; font-size:9pt; text-decoration:none; }

