/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***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, imgclass {border: 1px dashed #FF5050; margin:0px 10px 5px 0px; padding:5px;}*/
img { margin:0px 10px 5px 0px; padding:5px;}

.pathway img {border: 0px none; margin:0px; padding:0px}

a img {border: 0px none;}

table {
    font-size: 1em;
}

/*end global resets*/

/*layout styles seperated from
layout.css as they are not structural
but graphical*/

body { color: #333; background-image: url('../img/bg_pattern.png'); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.3em; font-size:76.1%; font-family:Arial, Verdana, Helvetica, sans-serif }

#top_shadow {

}

#top_a {
background: #2D2D2D;
}

#top_a_left {
font-size: 14px;
color: #eef2d0;
}

#top_a_right {
font-size: 10px;
color: #eef2d0;
}

#top_a_right a {
font-size: 10px;
padding: 5px;
color: #eef2d0;
}

#branding_header {
background:url('../img/header_bg.png') no-repeat;
}

#top_nav {
background: #fff url('../img/bg_strip.png') repeat-x;
}

#top_shelf {
background: #fff url('../img/bg_strip.png') repeat-x;
}

#content_wrap {
background: #fff url('../img/bg_strip.png') repeat-y;
border-bottom:solid 3px #9B6F39;
}
#top_seperator {
background: #fff url('../img/bg_strip.png') repeat-y;
}

#pathway {
background:#F7F9E8;
}

#footer_shadow a {
color: #cdcdcd;
}


/*Typography -->
These control the general, asthetic, typographical/text
elements of the css*/

h1 {
color: #9A6E38; 
font-size: 1.4em; 
font-weight: bold;
}

h2 {
color: #9A6E38;
font-size: 1.3em; 
font-weight: bold;
}

h3 {
color: #9A6E38;
font-size: 1.2em; 
font-weight: bold;
}

h4 {
color: #9A6E38;
font-size: 1.1em; 
font-weight: bold;
}

h5 {
color: #9A6E38;
font-size: 1em; 
font-weight: bold;
}

h6 {
color: #9A6E38; 
font-size: 0.9em;
font-weight: bold;
}

blockquote { background: white; margin: 10px; padding: 0.5em; color: #666; line-height: 140%; border: dashed 1px #ff5050; }

pre { background: #fff; color: #333; padding: 10px; border: dashed 1px #ff5050; }

/*General link Styling*/
a:link, a:visited { 
color: #9A6E38; 
text-decoration: none;
font-weight: bold;
}

a:hover, a:active {
color: #9A6E38;	
}

/*List item Styling*/
li {
list-style-type:none;
background: url('../img/bullet.html') 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: 1px solid #ccc;
}

.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: #AEBF33;
}

a.pagenav:hover {
/* as above but specifically when the links are hovered over */color: #FF9900;
color: #666;
}

.pagenav_prev a {
float: left;
width: 430px;
font-weight: bold;
color: #9A6E38;
}
.pagenav_next a {
float: right;
width: 40px;
font-weight: bold;
color: #9A6E38;
} 

.back_button  {

width: 60px;
background-color:#9A6E38;
margin: 1em 0;
border-left: 3px solid #9A6E38;
border-right: 3px solid #9A6E38;
} 

.back_button a  {
color: #fff;
}

.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-color: #9A6E38 ;
color: #FFFFFF;
margin: 4px;
font-weight: normal;
text-align: center;
padding: 0px 0 0px 0;
border:1px solid #333;
}

.inputbox, form input,form textarea {
/* the look of input boxes in forms */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #666;
background: white;
border: dashed 1px #ff5050;
padding: 1px 3px;
margin: 0;
}

/**
Joomla General styling
*/

.createdate {
/* styling the date the content was created on*/
background:url('../img/date.html') no-repeat 0 5px;
font-size: 11px;
color:  #666;
text-indent:21px;
font-weight: normal;
margin-left:4px; margin-right:0; margin-top:7px; margin-bottom:5px; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}

.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
text-indent: 12px; font-size: 10px; color: #666; text-decoration: none; font-weight: normal; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 4px; }

.readon {

background-color:#9A6E38;
text-align: center;
line-height: 25px;
margin: 1em 0;
border-left: 3px solid #9A6E38;
border-right: 3px solid #9A6E38;
}

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: #FF5050;
font-size: 11px;
}

a.pathway:link, a.pathway:visited {
color: #9A6E38;
}

a.pathway:hover {
}

/* 
Joomla Styling for Contents
These are all the styles for content
*/

.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*/

font-size: 1em;
}

.contentpaneopen {	

font-size: 1em;

}

.moduletable .contentpaneopen {	
background-color : #fff;
font-size: 1em;
margin-top: 10px;
}

.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: 1px dashed #FF5050;
letter-spacing: 0.1em;
margin-bottom: 1em;
font-weight: bold;
color: #9A6E38;
line-height: 16px;
max-width:530px;
}

div.eventItem {position:relative;width:540px;clear:both;}
div.eventItem p{margin:0px;padding:0px;margin-bottom:0px;}
div.eventItem .chRow{position:relative;border-bottom: 1px dashed #FF5050;font-weight:bold;color: #9A6E38;line-height: 16px;clear:both;height:20px;line-height:20px;width:540px;}
div.eventItem .img{position:absolute;left:0px;width:98px;}
div.eventItem .cnt{position:absolute;left:100px;margin:0px;padding:0px;width:440px;height:65px;margin-top:5px;}
div.eventItem .descr{margin:0px;padding:0px;}

.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: 1px dashed #FF5050;
font-weight: bold;
color: #9A6E38;
}

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-repeat: repeat;
padding: 2px 0 2px 10px;
color : #ff5050;
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 */
padding: 1px 0 1px 10px;
}

.sectiontableentry2 {
/* this is the second color for the row*/

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: #ff5050;
font-weight: normal;
padding: 4px;
}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/

.moduletable {/*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 {
font-size: 12px;
font-weight: bold;
background: white;
color: #ff5050;
height: 25px;
margin: 0 -5px;
padding: 0;
line-height: 25px;
width: 246px;
text-indent: 10px;
}

/*all sidebar modules*/

#sidebar .moduletable h3, .moduletable-leftnav h3 {

font-size: 12px;
height: 25px;
margin-left: -5px;
margin-right: -5px;
font-weight: bold;
color: #FF5050;
line-height: 25px;
width: 200px;
}

#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 {
padding:''; list-style-type: none;
margin: -6px -5px;
width: 200px; 
margin-top:-6px; margin-right:-5px; margin-bottom:-6px; margin-left:-5px 
}

#sidebar #mainlevel li {
text-indent: 0;
padding:0;
background: none;
list-style-type: none;
border-bottom: 1px solid #eef2d0;
margin: 0;
 }

#sidebar #mainlevel a {

height: 20px;
line-height: 20px;
text-indent: 13px;
text-decoration: none;
font-weight: normal;
}

#sidebar #mainlevel a:hover {

background-color: #9A6E38; 
color: #fff;
border-right: 3px solid #9A6E38;
border-left: 3px solid #9A6E38; 
}

#sidebar a:hover.mainlevel {

background-color: #9A6E38; 
color: #fff;
border-right: 3px solid #9A6E38;
border-left: 3px solid #9A6E38; 
}

#sidebar a.mainlevel{

height: 20px;
line-height: 20px;
text-indent: 13px;
text-decoration: none;
font-weight: normal;
}

* html body #mainlevel a { width: auto; }

#sidebar #mainlevel li a:hover, 
a#active_menu:link, 
a#active_menu:visited { 
background-color: #9A6E38; 
color: #fff;
border-right: 3px solid #9A6E38;
border-left: 3px solid #9A6E38; 
}

/*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: #eef2d0;
text-decoration: none;
padding: 3px 6px 4px 6px;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

div#top_nav ul#mainlevel-nav a#active_menu {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

/*search box styling top left*/
.search {
position: absolute;
top: 8px;
left: 15px;
}

.search input { background: #fff; color: #ff5050; border-style: dashed; border-width: 1px; }

.search input:hover { border: 1px dashed; color: #ff5050; text-decoration: underline }


#navigation{position:absolute;left:0px;text-align:left;padding:0px;margin:0px;}
#navigation ul{padding:0px;}

ul#navigation{margin:0px;padding:0px;list-style:none;margin-left:15px;}
ul#navigation li{margin:0px;padding:0px;list-style:none;}

.veranstaltung{height:16px;border-bottom: 1px dashed #FF5050;margin-bottom: 1em;font-size:1+2px;font-weight:bold;color: #9A6E38;line-height: 16px; max-width:530px;}
.veranstaltungTitel{float:left;}
.veranstaltungDatum{float:right;}

.row{width:530px;clear:both;}
.bild{float:left;}
.descr{float:left;width:250px;position:relative;margin-left:10px;}
.details{float:right;color:#999;position:relative;width:150px;font-size:10px;text-align:right;line-height:12px;}

div.newsItem{width:545px;}
div.newsItem .descr{margin:0px;padding:0px;width:330px;}
div.newsItem ul.downloads{margin:0px;padding:0px;margin-left:15px;margin-top:10px;margin-bottom:15px;}
div.newsItem ul.downloads li{list-style:square;padding-left:0px;}

form#shop div.productItem{clear:both;position:relative;margin:0px;padding:0px;height:70px;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #999;width:540px;}
form#shop .shopForm{position:absolute;left:280px;bottom:5px;}
form#shop img{margin:0px;padding:0px;}

/*form#shop .button, form#order .button{border:0px solid;text-align:left;font-weight:bold;color:#000;font-size:10px;background:none;}*/

table{padding:0px;margin:0px;border-collapse: collapse;}
table thead th{height:22px;line-height:22px;}

form#order{margin:0px;padding:0px;position:relative;}
form#order p{position:relative;margin:0px;padding:0px;line-height:auto;margin-bottom:2px;}
form#order p label{
	width:100px;
	float:left;
	margin:0px;
	padding:0px;
}


form#order input.radio{position:relative;border:0px solid;vertical-align:middle;height:18px;}

.order{font-size:11px;right:0px;}
.number{font-size:11px;right:0px;}
form#order .error{border:1px solid red;}

form#order div.rowEven,div.rowOdd,.odd,.even{background:#efefef;position:relative;width:415px;clear:both;height:18px;line-height:18px;}
form#order div.rowOdd, .odd{background:none;}
form#order .row{
	height:auto;
	width:413px;
	clear:both;
	background-color:#0F6;
}

div#infoLine{margin-top:10px;margin-bottom:15px;height:20px;line-height:20px;padding:0px;font-weight:bold;width:537px;}
div#infoLine div{padding:0px;padding-left:5px;}
div#infoLine .info{ background:#c4dafa;color:black;}
div#infoLine .warning{ background:#ffff99;color:black;}
div#infoLine .error{ background:#fac4c4;color:red;}
div#infoLine .success{ background:#d3fac4;color:black;}
