/**
*** Template by Thomas
*** version 2.0
*/

/***This css file seperates the actual styling 
from the layout, it contains all colors, links and
specific Joomla styling***/

/*global resets - eliminates cross browser inconsistancies*/

* { margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {
    font-size: 1em;
}
/*end global resets*/

/*layout styles seperated from
layout.css as they are not structural
but graphical*/

body {
background: #5199ff url(../images/html_bg.gif) repeat-x;
color: black;
font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}
#top_shadow {
background: url(../images/top_bg.gif) no-repeat;
}

#top_a {
background: #1950bb;
}

#top_a_left {
font-size: 14px;
color: white;
}

#top_a_right {
font-size: 10px;
color: white;
}

#top_a_right a {
font-size: 10px;
padding: 5px;
color: white;
}

#branding_header {
background:url(../images/branding_head.gif) no-repeat;
}

#top_nav {
background: #1950bb;
}

#top_shelf {
background: yellow url(../images/top_shelf.gif) repeat-y;
}

#content_wrap  /* gilt für den mittleren kompletten Block */ { background-image: url(../images/content_bg.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; }

#pathway {
background:#1950bb;
}

#footer_shadow a {
color: #cdcdcd;
}


/*Typography -->
These control the general, asthetic, typographical/text
elements of the css*/

h1 {
color: #1950bb; 
font-size: 1.4em; 
font-weight: bold;
}

h2 {
color: #1950bb; 
font-size: 1.3em; 
font-weight: bold;
}

h3 {
color: #1950bb; 
font-size: 1.2em; 
font-weight: bold;
}

h4 {
color: #1950bb; 
font-size: 1.1em; 
font-weight: bold;
}

h5 {
color: #1950bb; 
font-size: 1em; 
font-weight: bold;
}

h6 {
color: #1950bb; 
font-size: 0.9em;
font-weight: bold;
}

blockquote { background: #d2e9fb; margin: 10px; padding: 0.5em; color: #1950bb; line-height: 140%; border-color: #06f; border-style: solid; border-width: 2px 2px 2px 4px; }

pre { background: #fff; color: #1950bb; padding: 10px; border-color: #d7e9f7; border-style: solid; border-width: 1px 1px 1px 5px; }

/*General link Styling*/
a:link, a:visited { font-size: 12px; color: teal; text-decoration: none; border-bottom-color: teal; border-bottom-width: 1px; cursor: pointer; }

a:hover, a:active {
color: maroon;	
text-decoration: underline;
}

/*List item Styling*/
li {
list-style-type:none;
background: url(../images/bullet.gif) no-repeat 0px 5px;
padding-left: 13px;
margin-left: 5px;
}

ul { margin: 10px; }

/*Graphical Elements
These styles provide management 
of content's appearences.
*/

hr { 
/*many components use this as a seperator line */
background: transparent; 
height:1px; 
border: solid 1px teal;
}

.pagenav {
/* this is for formatting texts where you
see "<< Start < Previous 1 Next > End >>" links
within content*/
font-weight: normal;
margin: 5px;
}

a.pagenav, a.pagenav:visited {
/* as above but specifically if they are links */
font-weight: bold;
color: #06f;
}

a.pagenav:hover {
/* as above but specifically when the links are hovered over */color: #FF9900;
color: teal;
}

.pagenav_prev a {
float: left;
width: 430px;
font-weight: bold;
color: teal;
}
.pagenav_next a {
float: right;
width: 40px;
font-weight: bold;
color: teal;
} 

.back_button  { background: #1950bb; padding: 1px 10px 1px 5px; width: 39px; margin: 5px 0; color: #fff; font-size: 10px; } 

.back_button a  { color: #fff; font-size: 10px; }

.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
color: #999;
letter-spacing: 0.1em;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: normal;
}

.button {
/* button style for Joomla component, form and module buttons*/
background: url(../images/button_bg.gif) repeat-x;
border: solid 1px #19f;
color: #ffffff;
margin: 4px;
font-weight: normal;
text-align: center;
padding: 1px 0 3px;
}

.inputbox {
/* the look of input boxes in forms */
font-size: 12px;
color: teal;
background: #d2e9fb;
border: solid 1px #06f;
padding: 1px 3px;
margin: 0;
}

/**
Joomla General styling
*/

.createdate {
/* styling the date the content was created on*/
background:url(../images/date.png) no-repeat 0 5px;
font-size: 11px;
color:  #666;
text-indent:21px;
font-weight: normal;
margin:0;
margin: 7px 0 5px 4px;
padding: 5px 0 5px 0;
}

.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
background: url(../images/bullet.gif) no-repeat 0px 4px;
text-indent: 12px;
font-size: 10px;
color: #666;
text-decoration: none;
font-weight: normal;
}

.readon {
display:block;
background:url(../images/read_more.gif) no-repeat;
text-align: center;
width:74px;
height:18px;
line-height: 18px;
margin: 1em 0;
}

a.readon:link, a.readon:visited, a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
color: #fff; 
text-decoration: none; 
font-size: 11px;
}

/*Default styling for the pathway 
displayed by the mosPathWay()*/

.pathway {
margin-left: 4px;
color: #baefff;
font-size: 11px;
}

a.pathway:link, a.pathway:visited {
color: yellow;
}

a.pathway:hover {
color: teal;
}

/* 
Joomla Styling for Contents
These are all the styles for content
*/
.mainlevel { font-weight: bold; line-height: 18px; background-image: url(../images/bullet.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 5px; margin-left: 5px; padding-left: 13px; border-bottom: 1px dotted teal; list-style-type: none; }
.contentpane {
/* This is used mainly for Table that holds all non-article information (components, category lists, contact forms, etc).
all contained within a single table*/
background-color : #fff;
font-size: 1em;
}

.contentpaneopen {	
background-color : #FFFFFF;
font-size: 1em;
}

.moduletable .contentpaneopen { background-color : #ffc; font-size: 1em; margin-top: 10px; padding: 5px; }

.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
font-size: 1em;
border-bottom: 2px solid #ff0;
letter-spacing: 0.1em;
margin-bottom: 1em;
font-weight: bold;
color: #1950bb;
line-height: 16px;
}

.contentpagetitle {
/*Title of articles*/
font-size: 13px;
font-weight: bold;
color: red;
text-align:left;
}

.componentheading {
/* Used to format a components heading or title */
font-size: 1.3em;
margin-bottom: 0.7em;
border-bottom: 2px solid #fff47e;
font-weight: bold;
color: #1950bb;
}

table.contenttoc {
margin: 10px;
padding: 0px;
float:right;
}

/*
Joomla Sections Styles
Styling of sections tables 
*/

.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.*/
background-color : #d2e9fb;
background-repeat: repeat;
padding: 2px 0 2px 10px;
color : #1950bb;
font-weight : bold;
}

.sectiontableentry1 {
/* 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 */
background-color : #e9edfa;
padding: 1px 0 1px 10px;
}

.sectiontableentry2 {
/* this is the second color for the row*/
background-color : #F3F3F3;
padding: 1px 0 1px 10px;
}

/*  Polls  */

.poll {
/* polls texts */
font-size: 1em;
line-height: 14px
}

/*this helps make the poll
look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1, .poll .sectiontableentry2 {
background: none;
}

.pollstableborder {
/* set the border properties of the polls voting table */
border: none;
width: 178px;
border: none;
}

.poll td {
/* set the table data properties of the polls voting table */
font-size: 0.95em;
color: #1950bb;
font-weight: normal;
padding: 4px;
}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/

.moduletable  /* wirkt auf alle Module-Links */ {/*generic for all modules*/
/* well.. for formatting the table cells of the module table */
font-size: 1em;
margin: 0;
}

/*only top 3 modules*/

#top_shelf .moduletable h3  /* nur die 3 Überschriften - Kurzmeldungen - News - Populär */ {
font-size: 12px;
font-weight: bold;
background: #1950bb;
color: #fff;
height: 25px;
margin: 0 -5px;
padding: 0;
line-height: 25px;
width: 246px;
text-indent: 10px;
}

/*all sidebar modules*/

#sidebar .moduletable h3, .moduletable-leftnav h3  /* Überschrift der linken Nav-Leiste */ {
background: #1950bb url(../images/mod_header_bullet.gif) no-repeat 6px 6px;
font-size: 12px;
height: 25px;
margin-left: -5px;
margin-right: -5px;
font-weight: bold;
color: #fff;
line-height: 25px;
width: 200px;
text-indent: 28px;
}

#sidebar .moduletable-leftnav h3 {
margin-bottom: 0;
}

#sidebar .moduletable-leftnav { 
padding: 0px;
margin: 0;
}

/*SIDEBAR MENU STYLING STARTS*/

#sidebar #mainlevel{
padding: 0;
}
#sidebar ul#mainlevel {
list-style-type: none;
margin: 0;
width: 200px; 
margin-left: -5px;
margin-right: -5px;
margin-bottom: -6px;
margin-top: -6px;
padding 0px; 
}

#sidebar #mainlevel li {
text-indent: 0;
padding:0;
background: transparent;
list-style-type: none;
border-bottom: 1px solid #e8eeff;
margin: 0;
 }

#sidebar #mainlevel a {
display: block;
height: 25px;
line-height: 25px;
text-indent: 13px;
background-color:#ecf1fe;
color: #06f;
text-decoration: none;
}

* html body #mainlevel a { width: auto; }

#sidebar #mainlevel li a:hover, 
a#active_menu:link, 
a#active_menu:visited  /* aufgeklappter aktiver Menüpunkt */ { color: white; background-color: teal; background-image: none; border-right: 3px solid teal; }

/*TOPMENU STYLING STARTS*/

div#top_nav ul#mainlevel-nav {
margin: 0;
padding: 0;
width: 778px;
height: 31px;
line-height: 31px;
border: 0px solid red;
text-indent: 6px;
}

div#top_nav ul#mainlevel-nav li {
float: left;
width: auto;
margin: 0;
padding: 0 5px 0 5px;
list-style-type: none;
background: none;
}

div#top_nav ul#mainlevel-nav a.mainlevel-nav, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav:visited {
color: yellow;
text-decoration: none;
padding: 3px 6px 4px;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
background: #1950bb;
border: solid 1px #666;
text-decoration: none;
padding: 2px 5px 3px;
}

div#top_nav ul#mainlevel-nav a#active_menu {
background: #1950bb;
border: solid 1px #666;
text-decoration: none;
padding: 2px 5px 3px;
}

/*search box styling top left*/
.search input {
background: #f0ffff;
border: solid 1px #404040;
color: #1950bb;
}
.search {
position: absolute;
top: 8px;
left: 15px;
}
.search input:hover {
background: yellow;
border: solid 1px #505050;
color: maroon;
}
/*outsideright*/
.outsideright { position: absolute; top: 8px; left: 650px; }
