/* Basic Joomla CSS typography template: Barrie North: Compass Designs: www.compassdesigns.net */

/* Typography CSS. Global settings start and then get over-ridden later in sheet*/
/* Note that CSS styles include shorthand styles (like ':' and then long-hand versions. Don't set style in both!*/
/* When done styling, convert all styles to shorthand and delete longhand ones */

/* Start of Global page settings. Should get over-ridden later on*/
* { 
	margin: 0px;
	padding: 0px; 
} 

body {
	padding: 0px;
/* background-image: url(../images/verlauf.jpg); background-color: #808080; */
 	background-color: #6699CC;      /* #6699CC blauer Hintergrund  #E63033 =  rot   background-image: url(../images/bg.jpg); background-color: #808080; */
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, .componentheading, .contentheading, .contentpagetitle, .sectiontableheader, .newsfeedheading {
	margin: 0px;
	padding: 0px;
}
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 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 100px;
}

#leftcolumn{
	float: left;
}


#rightcolumn{
	float: right;
}
#maincol{
/*line-height: 1.4em;
font-size:;*/
}
#footer {
	text-align: left;
	background-color: #776655;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: small-caps;
	font-style: italic;
	vertical-align: middle;
	width: 742px 100%;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
}
#footer a {
	text-decoration: none;
	color: #FFFFCC;
}
#footer a:hover {
	text-decoration: underline;
}

/* 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:;
font-size:1.5em;
font-family:;
font-style:;
font-weight:;
text-align:;*/
/*margin:1em 0;*/ /*use for top/bottom*/
/*padding:0 0em;*/ /*use for left/right*/
/*background:;*/
}
h2,.contentheading,a.contentheading:link,a.contentheading:visited,.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited {
/*font:;
color:;
font-size:1.2em;
font-family:;
font-style:;
font-weight:;
text-align:;*/
/*margin:1em 0;*/ /*use for top/bottom*/
/*padding:0 0em;*/ /*use for left/right*/
/*background:;*/
}
h3,table.moduletable th {
	border-bottom: 1px solid #776655;
	color: #776655;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	list-style-type: disc;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 10px;
	margin-top: 5px;          /*10px*/
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
h4 {
	border-bottom: 1px solid #776655;
	color: #776655;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 3px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
h5 {
	border-bottom: 1px solid #776655;
	color: #776655;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	list-style-type: disc;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
h6 {
/*font:;
color:;
font-size:1.2em;
font-family:;
font-style:;
font-weight:;
text-align:;*/
/*margin:1em 0;*/ /*use for top/bottom*/
/*padding:0 0em;*/ /*use for left/right*/
/*background:;*/
}
img {
/*border: 0;*/
}
/* Non-title text */
p, td, tr, div {
/*font:;
color:;*/
	font-size: 12px;
/*font-family:;
font-style:;
font-weight:;
text-align:;*/
/*margin:1em 0;*/ /*use for top/bottom*/
/*padding:0 0em;*/ /*use for left/right*/
/*background:;*/
}
p {
/*font:;
color:;
font-size:em;
font-family:;
font-style:;
font-weight:;
text-align:;*/
/*margin:1em 0;*/ /*use for top/bottom*/
/*padding:0 0em;*/ /*use for left/right*/
/*background:;*/
}
li > p {
/*margin-top: 0.2em;*/
}
pre {
/*font-family: monospace;
font-size: 1.0em;*/
}
strong, b {
	color: #776655;
}
td {
/*font:;
color:;
font-size:em;
font-family:;
font-style:;
font-weight:;
text-align:;*/
/*margin:1em 0;*/ /*use for top/bottom*/
/*padding:0 0em;*/ /*use for left/right*/
/*background:;*/
}
tr {
/*font:;
color:;
font-size:em;
font-family:;
font-style:;
font-weight:;
text-align:;*/
/*margin:1em 0;*/ /*use for top/bottom*/
/*padding:0 0em;*/ /*use for left/right*/
/*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 */
.body_inner a:link, .body_inner a:visited {
	color: #0000FF;
	margin: 0px;
	text-decoration: none;
	border-bottom: 1px dashed #0000FF;
	padding: 0px;
}
.body_inner a:hover { border-bottom: 1px solid #0000FF; }

/* horizontal line in your template*/
hr {} 
hr.separator {}

/* FORMS SETTINGS */ 
.button {}
.inputbox {}
.search {} /*formatting the <div> which holds search items: inputbox, search button...*/


/* NAVIGATION/MENU SETTINGS */

.link_outer { /* background image for mainlevel */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 750px;
	background-image: url(../images/tab_back.gif);
	background-position: left bottom;
	float: left;
}
.link_outer ul#mainlevel {
	margin: 0px;
	list-style-type: none;
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	z-index: 3;
}
.link_outer li {
	margin: 0px;
	background-image: url(../images/tab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.link_outer li#active_list {
	background-image: url(../images/tab_left.gif);
	background-position: left bottom;
}
a.mainlevel {
	text-decoration: none;
	font-weight: bold;
	color: #776655;
	background-image: url(../images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
a.mainlevel {float: none;}
/* End IE5-Mac hack */
a.mainlevel:link {}
a.mainlevel:visited {}
a.mainlevel:hover {
	color: #333333;
	text-decoration: underline;
}

a#active_menu { /* this styling is for the menu item when it is active, even in main/sub position*/
	color: #333333;
	background-image: url(../images/tab_right.gif);
	background-position: right bottom;
	padding-bottom: 5px;
}

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 {

	color: #AA3300;  /* Original Farbe hellbraun für Links color: #FF9900;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;    /*none*/
	float: right;
	border: none;
} 
a.readon:hover {
	font-style: normal;
	text-decoration: underline;
}
/*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:;
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 */


.body_outer {
	background-color: #FFFFFF;
	width: 748px 100%;
	display: block;
	border-left-style: solid;
	border-left-color: #776655;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #776655;
	border-right-width: 1px;
}
.body_outer .body_inner {
	padding: 10px;
	z-index: 2;
	width: 608px;
	position: relative;
}
.contentpane {} /* Table that holds all non-article information (components, category lists, contact forms, etc).*/
.contentpaneopen {
	width: 250px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

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 {} /* 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 {}


/* MODULES FORMATTING */
.module {} /* Formatting the module table if using -3 suffix */
table.moduletable {} /* Formatting the module table if using 0,1,-2 suffix */
table.moduletable td {} /* Formatting the table cells of the module table */

/* 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:;*/
}
.mosimage {
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.mosimage .mosimage_caption { /* Caption of the mosimage */
}

/* 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 */

/* 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 */


/* SPONSOR CONTENT */
.sponsor_outer {
	position: absolute;
	width: 800px;
	top:126px;
	z-index: 1;
}
.sponsor_outer .sponsor_inner {
	background-image: url(../images/spon_back.jpg);
	width: 150px;
	text-align: center;
	margin-top: 15px;
	padding: 0px;
	float: right;
}
.sponsor_inner .sponsor_top {
	background-image: url(../images/spon_corn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
.sponsor_inner .sponsor_middle {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
.sponsor_inner .sponsor_bottom {
	background-image: url(../images/spon_corn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
}
.sponsor_middle img {
	margin-top: 10px;
}
.sponsor_inner .mosimage_caption {
	background-color: #FF00FF;
	position: absolute;
	visibility: hidden;
}


/* linke Seite für Spezielle Anlässe*/
.sponsor_left {
	position: absolute;                /* Positionierung */
	border: 1px solid #00FFFF;         /* Rahmendicke, Typ und Farbe #2A4826*/
	left: 2px;                         /* linker Rand in Pixel*/
	top: 141px;                        /* oberer Rand in pixel*/
	z-index: 0;                        /* Schichtpriorität 0=keine */
}

.sponsor_left .sponsor_inner {
	background-color: #FFFF50;         /* Hintergrundfarbe*/
	width: 100px;                      /* Breite*/
   	padding: 2px;
    text-align: left;                /* Textausrichtung*/

}
.sponsor_left .sponsor_top { background-image: none; }
.sponsor_left .sponsor_bottom { background-image: none; }


