/* CSS Document */

html {  }



.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #cccccc;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;
         background: #cccccc;

}

#buttons_inner {
	border: 1px solid #666666;
	height: 18px;
        background: #cccccc;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	
	line-height: 22px;
	padding-left: 4px;
	border: solid 1px #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: 2;
	margin: 2;
	font-size: 11px;
}

ul#mainlevel-nav li
{ background-image: none; padding-left: 0px; padding-right: 0px; float: left; margin: 0px; font-size: 11px; line-height: 10px; border-right: 1px solid #fff; border-top-color: #fff; border-top-width: 1px; border-bottom-color: #fff; border-bottom-width: 1px; border-left-color: #fff; border-left-width: 1px; white-space: nowrap; }

ul#mainlevel-nav li a
{ display: block; 
  text-decoration: none; 
  color: #ffffff; 
  background: transparent;  
  padding: 5px 5px; }




#buttons>ul#mainlevel-nav li a {  }

ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #e24902;
}

}

#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #e24902;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.jpg)url(../images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  
  height: 150px;
  overflow: hidden;
  
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;

  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{

  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table { width: 400px  margin: 0; padding: 0; }

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: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;

  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;

  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #000000;
	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: normal;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  border: 1px 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: normal;
  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;
}

#footer {
	text-align: center;
	padding: 3px;
}

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;
}


td {
	/*text-align: left;*/
	font-size: 11px;
}



body {
	/*margin: 15px 5px;*/
	height: 100%;
	padding: 10px 5px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #000000;
	background: url(../images/bgtest1.png) repeat-x fixed;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #060551; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	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 0px 0px 3px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  
  font-family: Verdana, Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 9px;
  font: #000000;
  border: 0;
  bordercolor: #ffffff;
  width: 123px;
  background: #ffffff;
  padding: 2px 2px;
  
  height: 18px;
  margin: 5px 7px;
}

.inputbox { background-color: #fff; 
font-size: 11px;
margin:6px ; 
border: solid 1px #ccc;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #666666;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: normal;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: normal;
}

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: #ffffff; 
  text-align: left; 
  height: 26px;  
  font-size: 12px; 
  font-weight: bold; 
  padding: 9px; }

table.moduletable td 
 { font-size: 12px; 
   padding: 0px; 
   font-weight:bold; 
   color: #ffffff;
   margin: 0;  
 }

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader { 
font-weight: bold;
font-size: 12px;
color: #ffffff; 
background: #000066; 
font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
        margin-left: 6px;
	text-align: left;
	padding-top: 3px;
	padding-left: 6px;


}

.sectiontablefooter {

}
.sectiontableentry1 {
	background-color :#  ;
}

.sectiontableentry2 {
	background-color :# ;
}

.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-size: 11px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 6px;
	text-align: left;
	padding-top: 3px;
	padding-left: 12px;
	height: 14px;
	highlight: on;
	text-decoration: none;
}


a.mainlevel:hover {
	background-position: 0px -25px;
	background-color : #FFCC00;
	text-decoration: none;
	color: #000000;
}


a.mainlevel#active_menu {
	background-color : #FFCC00;
	color:#000000;
	font-weight: ;
}

a.mainlevel#active_menu:hover {
	color: #ffffff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

a.sublevel:hover {
	color: #FECB00;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #FE2400;
        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 { background: #efefef; padding: 1px 2px; color: #666; text-transform: normal; font-size: 11px; margin-top: 2px ; border-top: 1px solid #cccccc; }

div.img_caption{
	/*border: 1px solid #ffffff;*/
	padding: 3px;
	overflow: hidden;
	/*background: url("http://rire-modelle.de/mwwt/images/zoom.png") no-repeat scroll right bottom transparent;*/
	background-position: bottom right;
}

p.img_caption{
	margin: 4px 4px 0 10px;
	text-align: left;
}


http://rire-modelle.de/neu/modules/mod_jflanguageselection.css

/**
 * Joom!Fish - Multi Lingual extention and translation manager for Joomla!
 * Copyright (C) 2003-2007 Think Network GmbH, Munich
 *
 * All rights reserved.  The Joom!Fish project is a set of extentions for
 * the content management system Joomla!. It enables Joomla!
 * to manage multi lingual sites especially in all dynamic information
 * which are stored in the database.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
 *
 * The "GNU General Public License" (GPL) is available at
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 * -----------------------------------------------------------------------------
 * $Id: mod_jflanguageselection.css 567 2007-07-17 05:53:43Z akede $
 *
*/

/* Joom!Fish CSS definition used by the module or component. You might overwrite it in your
 * template and remove this. Within your module configuration you can switch off the loading of the css*/


#jflanguageselection
{
	float: right;
	vertical-align: middle;
}

/*div.jflanguageselection
{
	float: right;
	vertical-align: middle;
	padding: 3px 2px 2px 2px;
}
*/
/* language lists with UL (names & images) */
#jflanguageselection ul.jflanguageselection
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
	font-size: 0.9em;
}

#jflanguageselection ul.jflanguageselection li#active_language
{
	font-size: 11px;
 	font-weight: bold;
}

#jflanguageselection ul.jflanguageselection li a
{
	display: block;
}

#jflanguageselection ul.jflanguageselection img
{
	border: none;
}


/** Styles for the drop down list */

#jflanguageselection select.jflanguageselection
{
	border: 1px solid #cccccc;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 1px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#jflanguageselection label.jflanguageselection
{
	position:absolute;
	left:-1000px;
}

//** Controls Raw Display of Images **/

.rawimages {
	text-align: center;
}
.rawimages img {
	border: none;
	margin:10px;
}
.rawimages span#active_language img
{
	margin:10px;
	border: none;
 }


div#jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
div#jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }
