/* CSS Document */
.haendler a:link, a:visited {
	color: #ccc; 
	text-decoration: none;
	font-weight: bold;
}

.haendler a:hover {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
#sonstiges a{
	position:absolute;
	left:825px;
	top:11px;
	background-image:url('../images/b_sonstiges.gif');
	height:20px;
	width:92px;
}
#sonstiges a:hover{
	background-image:url('../images/b_sonstiges_o.gif');
}
#zweirad a{
	position:absolute;
	left:486px;
	top:11px;
	background-image:url('../images/b_zweirad.jpg');
	height:20px;
	width:92px;
}
#zweirad a:hover{
	background-image:url('../images/b_zweirad_o.jpg');
}
#atlantic a{
	position:absolute;
	left:714px;
	top:11px;
	background-image:url('../images/b_atlantic.jpg');
	height:20px;
	width:92px
}
#atlantic a:hover{
	background-image:url('../images/b_atlantic_o.jpg');

}
#old a{
	position:absolute;
	left:600px;
	top:11px;
	background-image:url('../images/b_old.jpg');
	height:20px;
	width:92px
}
#old a:hover{
	background-image:url('../images/b_old_o.jpg');

}

body{
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align:center;
	background-color:#313131;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
}
#box{
	text-align:left;
	width: 961px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header{
    background-image:url('../images/header.jpg');
	width:961px;
	height:216px;
	position:relative;
}

#content{
	background-image:url('../images/content_bg_large.jpg');
	width:961px;
}
#content_text{
	height:400px;
}
#footer{
	background-image:url('../images/footer.jpg');
	position:relative;
	width:961px;
	height:64px;
}
#footer_text{
	background-image:url('../images/footer_text.gif');
	position:relative;
	left:235px;
	top:-5px;
	width:698px;
	height:31px;
}
#top a{
	position:absolute;
	left:885px;
	top:32px;
	background-image:url('../images/b_top.jpg');
	width:32px;
	height:21px;
}
/*#pfeil{
	position:absolute;
	left:946px;
	top:0px;
	background-image:url('../images/b_pfeil.jpg');
	width:33px;
	height:31px;
}*/
#menu{
	padding-left:30px;
	padding-top:5px;
	float:left;
}

#riss1{
	background-image:url('../images/strich_1.jpg');
	background-repeat:no-repeat;
	background-position:0px -8px;
	margin-top:-1px;
	height:100px;
	width:13px;
}
#riss2{
	background-image:url('../images/strich_2.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:-2px;
	height:100px;
	width:13px;
}
#content_text{
	padding-left:10px;
	float:left;
}
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}


.maintitle {
	color: #fe1a1b;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


/* Joomla core stuff */
a:link, a:visited {
	color: #fe1a1b; 
	text-decoration: none;
	font-weight: bold;
}

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

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 2px;
  margin: 1px;
  margin-left: 3px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	/*background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;*/
	height: 30px;
	color: #fe1a1b;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	padding-top:5px;
	margin-bottom:-30px;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	color: #fe1a1b;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #524330;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.moduletable_sec2{
	padding-top:30px;
}
a.mainlevel_sec:link, a.mainlevel_sec:visited {
	background-image:url('../images/menu_strich2.jpg');
	background-repeat:no-repeat;
	background-position:0px 20px;
	margin-top:-4px;
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	text-align: left;
	padding-top: 10px;
	padding-left: 6px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel_sec:hover {
	background-image:url('../images/menu_strich.jpg');
	background-repeat:no-repeat;
	text-decoration: none;
	color: #313131;
}

a.mainlevel_sec#active_menu {
	background-image:url('../images/menu_strich.jpg');
	background-repeat:no-repeat;
	color:#fe1a1b;
	font-weight: bold;
}

a.mainlevel_sec#active_menu:hover {
	color: #fe1a1b;
}

a.mainlevel:link, a.mainlevel:visited {
	background-image:url('../images/menu_strich2.jpg');
	background-repeat:no-repeat;
	background-position:0px 20px;
	margin-top:-4px;
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	text-align: left;
	padding-top: 10px;
	padding-left: 6px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-image:url('../images/menu_strich.jpg');
	background-repeat:no-repeat;
	text-decoration: none;
	color: #313131;
}

a.mainlevel#active_menu {
	background-image:url('../images/menu_strich.jpg');
	background-repeat:no-repeat;
	color:#fe1a1b;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fe1a1b;
}

a.sublevel:link, a.sublevel:visited {
	background-image:url('../images/menu_strich2.jpg');
	background-repeat:no-repeat;
	background-position:24px 20px;
	margin-top:-4px;
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #313131;
	text-align: left;
	padding-top: 10px;
	padding-left: 28px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.sublevel:hover {
	background-image:url('../images/menu_strich.jpg');
	background-repeat:no-repeat;
	text-decoration: none;
	color: #313131;
}

a.sublevel#active_menu {
	background-image:url('../images/menu_strich.jpg');
	background-repeat:no-repeat;
	color:#fe1a1b;
	font-weight: bold;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}
.pathway{
	font-size: 12px;
	font-weight: bold;
	color: #524330;
	margin-left:1px;
}
#pathway_text{
	position:relative;
	margin-top:-20px;
}
