/* CSS-LAYOUT FOR www.jugendfeuerwehr-run.de 
rot: D20019 
dunkelgrau: #1A171B */ 

html, body{
	margin:0;
	padding:0;
	height: 100%;
	text-align:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D20019;
	background-image: url(../images/background-image.png);
	background-repeat: repeat-y;
	background-position: center;
} 
 
#pagewidth{ 
 width:890px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:110px;
	background-color:#000000;
	width:100%;
	background-image: url(../images/header-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	vertical-align: top;
}

#decoration{
	position:relative; 
	background-color:#ffffff; 
	width:690px; 
	float:right; 
	padding: 0;
}
 
 
#leftcol{
	padding-top:14px;
	width:200px; 
	float:left; 
	position:relative; 
	background-color:#FFFFFF; 
 }

 
#twocols{
 width:690px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:200px; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
 }
 
#rightcol td{
	padding:10px; }
 
#maincol{
	background-color: #FFFFFF;  
 	float: left; 
 	display:inline; 
 	position: relative; 
 	width:490px;
}
 
#content {
	padding: 0px 14px 0px 14px;
	font-weight: normal;
}

#content strong {
	font-weight: bold;
	color: #D20019;
}

#content p {
	padding: 5px 0px 0px 0px;
	font-size:12px;
	color:#6666666;
}

#content address, pre {
	padding: 5px 0px 0px 0px;
	font-size:10px;
	color:#6666666;
}

#content h1 {
	display:block;
	padding: 5px 0px 0px 0px;
	font-size:16px;
	color:#d20019;
	border-bottom: 1px dotted #D20019;
}

#content h2 {
	display:block;
	padding: 5px 0px 0px 0px;
	font-size:13px;
	color:#d20019;
}

#content h3, h4, h5, h6 {
	display:block;
	padding: 5px 0px 0px 0px;
	font-size:11px;
	color:#d20019;
}

#users td {
	padding: 7px 8px 0px 8px;
}


#pathway {
	font-size: 10px;
	color: #666;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/* FOOTER */
#footer {
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 1px solid #D20019;
	font-size: 10px;
}





/* JOOMLA! CORE STUFF */

.clr {
	clear: both;
}

.outline {
  border: 1px solid #666666;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #666666;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
	font-size: 9px;
    overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#mainlevel-nav li {
	background-image: url(../images/topmenu_arrow_up.gif);
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	font-size: 11px;
	line-height: 35px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
}

ul#mainlevel-nav li a {
	font-weight: normal;	
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #fff;
	background: transparent;
}

/* edit sidemenu */

mainlevel-snav:link, mainlevel-snav:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	height: 20px !important;
	height: 25px;
	width: 180px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
}

mainlevel-snav:hover {
	font-weight: bold;
    background: url(../images/menu_bg.png) no-repeat; 
	background-position: 0px 0px;
	text-decoration: none;
	color: #666666;
}

mainlevel-snav#active_menu {
    background: url(../images/menu_bg_active.png) no-repeat; 
	background-position: 0px 0px;
	text-decoration: none;
	color: #D20019;
	font-weight: bold;
}

mainlevel-snav#active_menu:hover {
	color: #D20019;
}

sublevel-snav:link, sublevel-snav:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	height: 20px !important;
	height: 25px;
	width: 100%s;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
}

Sublevel-snav:hover {
    background: url(../images/submenu_bg_active.png) no-repeat; 
	background-position: 0px 0px;
	color: #D20019;
	text-decoration: none;
}

Sublevel-snav#active_menu {
    background: url(../images/submenu_bg_active.png) no-repeat; 
	background-position: 0px 0px;
	color: #D20019;
}
/* end edit sidemenu */




#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #D20019;
	background-image: url(../images/topmenu_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
	/* background: #D20019; */
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #666666;
	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-size: 10px;
	color: #D20019;
}


#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #666666;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #666666;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #666666; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #666666;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #666666;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #666666;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #666666;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #666666;
  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 #666666;
  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: 18px;
padding-left: 18px;
padding-top: 0px;
background-image: url(../images/menu_bg.png);
background-repeat: no-repeat;
background-position: -2px -3px;
}


td {
	text-align: left;
	font-size: 11px;
}



/* Joomla core stuff */
a:link, a:visited {
	color: #D20019; text-decoration: none;
}

a:hover {
	color: #D20019;	text-decoration: none;
}

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: #D20019;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #666666;
  width: auto;
  background: url(../images/subhead_bg.png) repeat-x;
  padding: 0px 6px;
  line-height: 18px !important;
  line-height: 16px;
  height: 18px !important;
  height: 16px;
  margin: 0px;
  text-transform:uppercase;
}

.inputbox {
margin: 5px 7px 3px 7px;
	padding: 4px;
	font-size:10px;
	border:solid 1px #d20019;
	background-color: #fff;
	color:#d20019;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #D20019;
	text-align: left;
	padding-top: 8px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
         padding-left: 2px;
}

.contentheading {
	padding-top:18px;
	color: #D20019;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	border-bottom:solid 1px #D20019;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 8px 0 0 0;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 0px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #D20019;
	text-align: left;
	padding-left: 4px;
	padding-top: 8px;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid #999;
}

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: #666666;
	font-size: 9px;
}

.createdate {
	padding-bottom: 10px;
	color: #666666;
	font-size: 9px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #666666;
	font-size: 9px;
}

table.contenttoc {
  border: 1px solid #666666;
  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;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	height: 20px !important;
	height: 25px;
	width: 180px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
}

a.mainlevel:hover {
	font-weight: bold;
    background: url(../images/menu_bg.png) no-repeat; 
	background-position: 0px 0px;
	text-decoration: none;
	color: #666666;
}

a.mainlevel#active_menu {
    background: url(../images/menu_bg_active.png) no-repeat; 
	background-position: 0px 0px;
	text-decoration: none;
	color: #D20019;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #D20019;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	height: 20px !important;
	height: 25px;
	width: 100%s;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
}

a.sublevel:hover {
    background: url(../images/submenu_bg_active.png) no-repeat; 
	background-position: 0px 0px;
	color: #D20019;
	text-decoration: none;
}

a.sublevel#active_menu {
    background: url(../images/submenu_bg_active.png) no-repeat; 
	background-position: 0px 0px;
	color: #D20019;
}

.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 #666666;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #666666;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}
