/**
 * @author stefan bukacek
 */


 
/**
 * Basis-Layout 
 * --------------------
 * eigene Kästchen
 */
 
#zentrieren {
	left : 50%;
	margin-left : -380px;
	margin-top : 5px;
	position : absolute;
	height : 100%;
	width : 755px;
	} 

#hauptbox {
	width : 755px;
	padding : 6px;
	float : left;
	clear : both;
	background-color : White;
	background-image : url(../images/schmutzhgr.jpg);
	background-position : bottom left;
	background-repeat : no-repeat;
	padding-bottom : 25px;
}

.header {
	background-image : url(../images/header.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	width : 755px;
	height : 120px;
}

.subheader {
	background-color : #050505;
	width : 755px;
	height : 25px;
	float:left;
	clear:both;
}


.magnav {
  	margin-bottom:4px;
  	width:755px;
	background-color: #333300;
	clear:both;
}

.linkskastenhgr {
	width : 270px;
	float : left;
	background-image : url(../images/menuhgr.gif);
	background-repeat: repeat;
	height:auto;
}

.linkskasten {
	width : 100%;
	float : left;
	background-image : url(../images/menugfx.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:auto;
}

.infokasten {
	float: none;
	margin-bottom: 5px;
	padding-left: 6px;
	width:254px;
	padding-top : 6px;
	padding-bottom : 6px;
}
 
.navi {
	width : 124px;
	float:left;
} 

.service {
	float: right;
	width : 124px;
	margin-left:4px;
}

.linksfooter {
float:none;
clear:both;
width:260px;}

.linksfooter .moduletable th {
	width:260px;
	margin-top:1em;}

.hauptkasten {
	width : 480px;
	float: right;
	background-image : url(../images/rechtzgif.gif);
}
.contentblock {
	margin: 6px;
}
.metaheader {
	color:#CCC;
	clear:both;
	float:none;
	font-size: 9px;
}
.kopfzeile {
	float:left;
}
.suchbox {
	width: 100px;
	float: right;
	margin : 3px;
}

/**
 * General Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */
.abstand {
	margin: 4px;
}

body {
	color : #222;
	font-family: Verdana, "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	font-size : 0.8em;
	background-image : url(../images/altetapete.jpg);
	height: 100%; margin: 0; padding: 0;
	}
	
a {
	text-decoration : none;
	color : #c30;
}

a:hover {
	text-decoration:underline;
}

hr { background: transparent; 
		height:1px; 
		border: 1px solid #c30;
}


table, td, tr {
	font-size: 0.8em;
	line-height:150%;
	font-size:11px;
	margin:0;padding:0;border:0;
	vertical-align : top;
	padding:0px;
}
ul,li {
	list-style-type : none;
	margin : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	padding-bottom : 10px;
}
hr.separator {}
.pagenavbar {} /* not used in to page nav bar but used for nicknames in forum posts by Simpleboard */
.pagenav {
	text-decoration : none;
	font-size : 9px;
	} /* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */



/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {	background : #DDEEFF;
	border : 1px solid;
	color : #006699;
}

.inputbox {
	background : #DDEEFF;
	border : 1px solid;
	color : #006699;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding: 1px;
	margin-top:2px;
	vertical-align:top;
}


/**
 * Mambo Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
*/

a.sublevel, .service a{
	display : block;
	text-decoration : none;
	margin:0;
	}

.service a:hover{
	background-color : #c30;
	color:#f90;
} 
/* this styling is for the MAIN items in the menu */
a.sublevel:link{
	} /* this styling is for menu items that HAS A PARENT */
a.sublevel:hover{
	background-color : #c30;
	color:#f90;
}


/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */
 
.createdate, .small {font-size: 9px; float:left;  color : #663300; margin:0;} /* For styling the date the content/articles are created under contents title */
.modifydate {display:none;} /* need me to say? :) Well it styles the "Last updated on" text at the end of articles/contents */
.readon, .readonstartseite{
	color : #990033;
	font-size : 15px;
	font-family : Impact, "Arial Black", Arial, Helvetica, "Sans Serif";
	clear : both;
	float:right;
	text-decoration : none;
	display : inline-block;
	padding-left: 15px;
	background-image : url(../images/readon.gif);
	background-repeat : no-repeat;
	background-position : 0px;
	padding-top : 5px;
	padding-bottom : 5px;
} 

/* For formatting the "Read on..." link for blogs and on frontpage. */

a.readon:hover, a.readonstartseite:hover {
	background-position : 5px;
}

.pfad {
	color : #999966;
	display : inline-table;
	float : none;
	padding : 2px;
	border-bottom : 1px solid Black;
	background-color : Black;
	width:100%;
}
a.pathway {
	color : #f90;
}
.back_button {
	font-size : 15px;
	font-family : Impact, "Arial Black", Arial, Helvetica,  "Sans Serif";
	padding-left:15px;
	background-image : url(../images/zurueck.gif);
	background-repeat : no-repeat;
	background-position : 5px 0px;
	float:right;
	display : block;
	padding-left:20px;
}
.back_button:hover {
	background-position : 0px 0px;
}

/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */
 
 /* This is used mainly for the table that holds the SECTIONS such as News.
	   This is when you create a link to a Section and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. Yes! That entire thing is contained in a table with this style */
.contentpane{}	   
.contentpaneopen, .contentpaneopenstartseite {
	line-height:138%;
	vertical-align: text-bottom;
	width:100%;
	background:#ffebce; 
}
.moduletableheissfettig .contentpaneopen  {
	   background-image : none !important;
	   background-color:transparent;
	} /* extrawörschd für den IE. kotz. */
	
.contentpaneopen p {
	margin-left : 0;
	margin-right : 0;
	padding-left : 0;
	padding-right : 0;
}

table.contentpaneopenstartseite tbody tr td p strong {font-weight: normal}

.contentpaneopenstartseite img {
	float : right;
	clear:both;
	background-color : #ffebce;
	padding : 2px;
	border : 2px solid White;
}
/* Found this being used by Phil in his Shambo2. Don't know where else its used
		in Mambo */
.contentheading, .contentheadingstartseite {
	font-size : 16px;
	font-family : Impact, "Arial Black", Arial, Helvetica,  "Sans Serif";
	text-decoration:none;
	color: #ffebce;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 1px;
	line-height: 118%;
	background-image : url(../images/titelhgr.gif);
	background-repeat : repeat-x;
	background-position : top;
	}
.contentheading a, td.contentheading, .contentheadingstartseite a, td.contentheadingstartseite {
	display:inline-block; width:100%;color:#ffebce;padding-top:5px; }
.contentheadingstartseite a {font-size:16px;}
td.buttonheading {
	padding-top:0px;
	display : inline-block;
	float : right;
}
/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
.contentpagetitle {
	font-family : Impact, "Arial Black", Arial, Helvetica, "Sans Serif";
	text-decoration:none;
	color: #ddd;
} /* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
.contentdescription {
	padding-top : 10px;
	padding-bottom : 10px;
	line-height : 150%;
} /* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
table.contenttoc {
background-color : #f90;
border-left : 1px solid white;
 padding : 4px;
 float:right;
} /* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */
table.contenttoc td {padding-top:5px;display:inline-block;text-align:left;} /* the same as above, but this is used to format the td or
	   table cells */
.content_rating {} /* used for styling the texts used for displaying 
	   those "stars" for rating in an article */
.content_vote {} /* used for those voting texts (the one with voting RADIO buttons) */



/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */
.sectiontablefooter {
	color : #630;
	font-size : 9px;
	border-bottom : 2px solid #663300;
} 
td.sectiontableheader  {
	background-color : Black;
	color : #ccc;
} /* This is for styling the section table headers on a SECTION's page.
	   An example would be those articles lists when you click on "News" or something?
	   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
	   header that you will be controlling through this style */
.sectiontableentry1 td {padding-bottom:0.5em;} /* this is used when there's a whole list of data to provide and
	   you need to create alternate colors for each row of data. This is
	   the first color */	
.sectiontableentry2 td {padding-bottom:0.5em;} /* this is the second color for the row. So, the table generator,
	   will alternate its style through sectionableentry1 and sectiontableentry2
	   as it cycles through and outputs each row of data. Similar to forum's post
	   listings */


/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {} /* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
a.category:link, a.category:visited {} /* same as above, but to set the link format */
a.category:hover {} /* same as above, but for links with mouse pointer over it */



/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */
 
.blogsection{} /* to be updated */
.blog_more, .blog_morestartseite {
	margin: 10px;
	padding-left: 120px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}
.blog_more, .blog_morestartseite {
	border-top : 2px solid #472F19;
}
/**
 * Mambo Components Styles
 * -----------------------
 * These stylings are to format the way components title
 * is displayed
 */


.componentheading {
	font-family : Impact, "Arial Black", Arial, Helvetica, "Sans Serif";
	font-size : 15px;
	padding-top : 5px;
	padding-bottom : 5px;
} /* This is used for formatting the component's title
	   when it is displayed on its own page on the frontend */


/**
 * Mambo Modules formatting
 * ------------------------
 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */

table.moduletable {
	display : inline-block;
	margin-bottom:2em;} /* styling the module table */
table.moduletable th {
    font-family : Impact;
	font-weight: normal;
	font-size:15px;
	background-color : #222;
	color : #eee;
	letter-spacing : 0px;
	display: block;
	text-align:left;
	} /* styling the module header, and the module titles */
table.moduletable td {
	text-align:left;
}	/* well.. for formatting the table cells of the module table */

table.moduletable a {
	color:#fff;
}	


/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 
 /*  Polls  */
 
.poll {} /* polls texts */
.poll input , .pollstableborder, .poll td {text-align:left;width:auto;}
.pollstableborder {text-align:left;} /* set the border properties of the polls voting table */


/*  Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
a.weblinks:hover {} /* same as above, but for link with mouseover */


/*  Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */


/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */


/*  Contact's table settings  */
table.contact {} /* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
table.contact td.icons {} /* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
table.contact td.details {} /* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	   
/**
 * Extrawörscht
 * --------------------
 * Für verscheidene extra-Fälle
 */
.infokasten .contentpaneopen p, .infokasten .readon{
    font-family: "Courier New", Courier, monospace;
	font-size:12px;
	background : transparent;
	color: #472F19;
	line-height : 95%;
	margin:0;
	padding-left:16px;
	padding-right:16px;
}

.infokasten .contentheading {
	color:#222;
	background-color : transparent;
	background-image : none;
	margin : 0;
	padding : 0;
}
 
 .transparent {
	background-image : url(../images/transparent.png) !important;
	background-image : none;
	background-repeat : repeat;
	background-image:url(../images/transparent.png);
}

 .aktiv {background-color: #333300}

.subheader ul {
color:white;
font-size : 1px;
float:left;
} 

.subheader li {
	display : inline;
}

.subheader li.start a{
	display : inline;
	background-image : url(../images/rollo_mag.gif);
	background-repeat : no-repeat;
	background-position : top;
}

.subheader li.forum a{
	display : inline;
	background-image : url(../images/rollo_forum.gif);
	background-repeat : no-repeat;
	background-position : top;
}

.subheader li.jukebox a{
	display : inline;
	background-image : url(../images/rollo_juke.gif);
	background-repeat : no-repeat;
	background-position : top;
}

.subheader li a {
margin: 0;
padding:0;
list-style: none;
display : block;
float: left;
width : 70px;
height:25px;
}

.subheader li.myspace a{
	display : inline;
	background-image : url(../images/rollo_myspace.gif);
	background-repeat : no-repeat;
	background-position : top;
	width: 100px;
}


.subheader li a:hover {
	background-position : bottom;
}

.subheader li a span {
	display: none;
}

/*flat style menü fürs magazin
*/

.moduletablenavi #mainlevel {}

.magnav .moduletablenavi ul#mainlevel
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.magnav .moduletablenavi ul#mainlevel li
{
	margin: 0;
	width: auto !important;
	white-space: nowrap;
	display: block;
	float: left;
}

.magnav .moduletablenavi ul#mainlevel li a
{
	margin: 0;
	width: auto !important;
	white-space: nowrap;
	display: block;
	padding-top:1px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #dadacd;
	line-height:1em;
	}

.magnav .moduletablenavi ul#mainlevel li a:hover 
{
	padding-top:0px;
	color:#fff;
	}

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


