/* Layout Stylesheet für den TV Ratingen */
/* Version: 1.0 */
/* Autor: Jens Eggert (Jens.Eggert@ish.de)  */
/* ***************************** */
/* Allgemeine Seitenformatierung */
/* ***************************** */
*{
 margin: 0;
 padding: 0; 
}
body, table{
 font: 11px Arial,Helvetica,sans-serif;
}
body {
 background-color: white;
 color: black;
 }
/* ********************* */
/* ELEMENTPOSITIONIERUNG */
/* ********************* */
/* Seitenkopf mit Dekobanner */
div.areaHeader {
 background:#34a135;
 background-image:url(../images/kopf_back.jpg);
 background-repeat: no-repeat;
 height:103px; 
 margin-bottom:0;
 margin-top:0;
 width:100%; 
 }
/* Seitenkopf, Kante unter Hintergrund */
img.kopf_kante{
 float: left;	
 left: 0px;
 padding: 0;
 position: absolute;
 top: 100px;
 }
/* Seitenkopf, TV-Logo */
img.tvlogo{
 float: left;	
 left: 7px;
 padding: 0;
 position: absolute;
 top: 10px;
 }
/* Seitenkopf, TV-Schriftzug */
img.tvschrift{
 float: right;	
 right: 20px;
 padding: 0;
 position: absolute;
 top: 15px;
 }
/* Fußzeile */
div.areaFoot {
 background-image:url(../images/fussBack.gif);
 margin-bottom:0;
 margin-top:0;
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: center;
 width:100%; 
 }
/* In dieser Tabelle sind die drei Hauptspalten  hinterlegt */
table.areaMain {
 background-image:url(../images/links_back.png);
 background-repeat: repeat-y;
 height:80%;
 width:100%;
 }
/* Linke Spalte */
td.leftCol{
 padding-top: 100px;
 vertical-align: top;
 width:170px;
 }
/* Mittlere Spalte */
td.midCol {
 padding-left: 10px;
 padding-top: 15px;
 vertical-align: top;
 }
/* Rechte Spalte */
td.rightCol{
 background:white;
 background-image:url(../images/wg.gif);
 background-position:right;
 background-repeat: repeat-y;
 padding-top: 30px;
 vertical-align: top;
 width:170px;
 }
/* *********** */
/* Joomla-Kram */
/* *********** */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading{
padding-bottom: 0.5em;
}
li, dd, blockquote {
margin-left: 1em;
}
fieldset {
border: none;
}
input, select, textarea {
font-size: 1em;
}
/* End of Global page settings. Should get over-ridden later on*/


/*Line Heights and base font size adjustment*/
/* Font sizing later is defined in ems. Based on CSS font discussions - do a google*/
#header{
line-height: 1.2em;
font-size:;
}
#leftcolumn{
line-height: 1.2em;
font-size:;
}
#rightcolumn{
line-height: 1.2em;
font-size:;
}
#maincol{
line-height: 1.4em;
font-size:;
}
#footer{
line-height: 1.1em;
font-size:;
}

/* Padding for inside containers. Trying to avoid box-model bugs */
.insidefooter { /*slight adjustment for footer */
padding: 5px 0;
}
.inside {
padding: 10px 0 0 8px;
}
.insideright { /*slight adjustment for right column */
padding: 10px 0 8px 8px;
} 

/* Base typography SET ANY FONT SIZE IN EM's */

/* Main titles for various pages. Mix and match hX tags with Joomla titles */
h1,.componentheading {
font:;
color: green;
font-size:1.5em;
font-family:;
font-style:;
font-weight: bold;
text-align:;
background:;
}
h2,.contentheading,a.contentheading:link,a.contentheading:visited,.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited {
font:;
color: green;
font-size:1.4em;
font-family:;
font-style:;
font-weight: bold;
text-align:;
background:;
}
h3,table.moduletable th {
font:;
color: green;
font-size:1.3em;
font-family:;
font-style:;
font-weight: bold;
text-align:;
background:;
}
table.moduletable th {
 background: green;
 color: white;
 font-weight: bold;
}
h4 {
font:;
color: green;
font-size:1.2em;
font-family:;
font-style:;
font-weight: bold;
text-align:;
background:;
}
h5 {
font:;
color: green;
font-size:1.1em;
font-family:;
font-style:;
font-weight: bold;
text-align:;
background:;
}
h6 {
font:;
color: green;
font-size:1.0em;
font-family:;
font-style:;
font-weight: bold;
text-align:;
background:;
}
img {
border: 0;
}
td.midCol img {
 padding-left: 0.5em;
 padding-right: 0.5em;
}

/* Non-title text */
p, td, tr, div {
font:;
color:;
font-size:1em;
font-family:;
font-style:;
font-weight:;
text-align:;
background:;
}
p {
font:;
color:;
font-size:em;
font-family:;
font-style:;
font-weight:;
text-align:;
background:;
}
li > p {
margin-top: 0.2em;
}
pre {
font-family: monospace;
font-size: 1.0em;
}
strong, b {
font-weight: bold;
}
td {
font:;
color:;
font-size:1em;
font-family:;
font-style:;
font-weight:;
text-align:;
background:;
}
tr {
font:;
color:;
font-size:1em;
font-family:;
font-style:;
font-weight:;
text-align:;
background:;
}
abbr acronym {

font:;
color:;
font-family:;
font-style:;
font-weight:;
background:;
}
/* ----- LISTS ----- */
ol, ul, li {
/*list-style: none; Uncomment if you want a normal list*/
font-size:1em;
line-height:;
margin:;
padding:;
}
ul,ol {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
list-style:;
float:;
margin:;
padding:;
}
li{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
list-style:;
float:;
margin:;
padding:;
}
/********* LINK STYLES *********/

/*Catch all for all link styles */
a:link,a:visited,a:hover {
font:;
color: green;
font-size:;
font-family:;
font-style:;
font-weight: bold;
text-align:;
margin:;
padding:;
background:;
text-decoration:none;
}
/*Individual link styles */
a:link {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}
a:visited {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}
a:hover {
font:;
color: red;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}

/* horizontal line in your template*/
hr {} 
hr.separator {}

/* FORMS SETTINGS */
/*formatting the <div> which holds search items: inputbox, search button...*/
.button {}
.inputbox {}
.search {
 padding: 0;
 padding-left: 0px;
 padding-right: 0px;
 margin: 0;
} 


/* NAVIGATION/MENU SETTINGS */

a.mainlevel{
 font-size: 110%;
} /* this styling is for the MAIN items in the menu */
a.mainlevel:link {}
a.mainlevel:visited {}
a.mainlevel:hover {}

#active_menu {} /* this styling is for the menu item when it is active, even in main/sub position*/

ul#mainlevel-nav {}
ul#mainlevel-nav li{}
#mainlevel-nav a:link {}
#mainlevel-nav a:visited{}
#mainlevel-nav a:hover {}

a.sublevel{
} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link {}
a.sublevel:visited {}
a.sublevel:hover {}


/* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */ 
.pagenav,.pagenavbar {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
} 
a.pagenav:visited,.pagenavbar:visited,.pagenavbar:link {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}
a.pagenav:hover, {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}
/*Style for the "Read More" link that is displayed for large content items*/
a.readon:link,a.readon:visited {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
} 
a.readon:hover {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}
/*Style for the "Read More" link that is displayed for large content items - PUSH BUTTON VERSION
a.readon:link,a.readon:visited {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
display: block;
border: 1px solid;
border-color: #aaa #000 #000 #aaa;
width:;
background:;
} 
a.readon:hover {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
}*/
/*Style for the "BACK" button.*/
a.back_button {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}
a.back_button:hover
{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
} 
/*Style for the "BACK" button. Push button version
a.back_button {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
display: block;
border: 1px solid;
border-color: #aaa #000 #000 #aaa;
width:;
background:;
}
a.back_button:hover
{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
}*/

/* You get the idea, style as above */
.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/

/*Style for latest news list - by default, latest news is user1 module*/
.latestnews ul {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
list-style:;
float:;
margin:;
padding:;
} 
.latestnews li {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
list-style:none;
float:;
margin:;
padding:;
}
/*Style for most popular list - by default, most popular is user2 module*/
.mostread ul{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
list-style:;
float:;
margin:;
padding:;
} 
.mostread li{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
list-style:;
float:;
margin:;
padding:;
}

/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}

.blogsection {} /* Formatting the links in Blog section */
.blog_more {} /*The "More" text in blog section*/
a.blogsection:link {} /* set the link format */
a.blogsection:visited {} /* same as above, but to set the visited link format */
a.blogsection:hover {} /* same as above, but for links with mouse pointer over it */


.contentpane {} /* Table that holds all non-article information (components, category lists, contact forms, etc).*/
.contentpaneopen {
} /* Table that holds the actual text for an article.*/

a.contentpagetitle:hover {} /*Title of articles when appeare as links */
{}

.contentdescription {} /* Formating the "DESCRIPTION" of sections, categories (News/Weblinks/Latest news...) */
table.contenttoc {} /* Formating the table of the Tables of Contents for multiple pages content or article */
table.contenttoc td {} /* same as above, used to format the td and able cells */
table.contenttoc th {} /* same as above, used to format the th of "Tables of Content" ( normally Article Index)*/
table.contenttoc td.toclink {} /* same as above, used to format toc link texts*/
a.toclink:link {} /* same as above, used to format toc link text status*/
a.toclink:visited {} 
a.toclink:hover {} 


/* SECTIONS LISTINGS */
.sectiontableheader {
 background-color: #80d080;
 font-size: 1.1em;
 font-weight: bold;
 padding-left: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
} /* This is for styling the section table headers on a SECTION's page.
Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry1 {} 
.sectiontableentry2 {
 background-color: #a0ffa0;
}

/* MODULES FORMATTING */
.module {} /* Formatting the module table if using -3 suffix */
/* Formatting the module table if using 0,1,-2 suffix */
table.moduletable {
 background: white;
 border: 1px green solid;
 margin-bottom: 10px;
 padding-bottom: 5px;
 width: 100%;
}
/* Design für Suchfenster */
div.areaMain table.moduletable {
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 5px;
 border-bottom: 5px solid red;
 }
table.moduletablesearch {
 background: green;
 border: 0;
 right: 20px;
 margin:0;
 padding: 0;
 position: absolute;
 top: 90px;
 width: auto;
 }
/* Formatting the table cells of the module table */
table.moduletable td {
 padding-left: 5px;
 padding-right: 5px;
} 
/* Sublevel-entries */
table.areaMain table.moduletable td div {
 margin: 0;
 margin-left: 15px;
} 
/* Fussbereich */
table.moduletablefoot {
 text-align:center;
 width:100%;
}
table.moduletablefoot td {
 text-align:center;
}

/* Rounded div corners if using -3 suffix. Images go in /template/images folder
div.module {
background: url(../images/topleftofbox.png) 0 0 no-repeat;
margin: 0;
padding: 0;
margin-bottom: 20px;
}
div.module div {
background: url(../images/toprightofbox.png) 100% 0 no-repeat;
}
div.module div div{
background: url(../images/bottomleftofbox.png) 0 100% no-repeat;
}
div.module div div div {
background: url(../images/bottomrightofbox.png) 100% 100% no-repeat;
padding: 8px;
width: auto !important;
width: 100%;
}*/

/* MISCELLANEOUS */

/* For styling the date the content/articles are created under contents title */
.createdate {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
}
/* Formating "Last updated on" text at the end of articles/contents */
.modifydate {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
} 
/* Formating "Written by:...." text. You can also use for any 'fine print' on your site by defining it in the html while adding content*/
.small {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
}
/*Found in poll result page, for " Number of Voters".. text */
.smalldark {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
}

/* Polls */
.poll {} /* format the td of poll table */
.pollstableborder {} /* 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 */

/* Eweiterungen des P-Tags für den Editor */
.noSpacing {
 padding: 0;
}
/* 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 */