/* Joomla Internal Stuff */
body {
	font-size: 12px;
}

body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

p
{
	font-size: 90%;
	line-height: 1.7 em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
/* 
* Content Links
*/
a:link, a:visited {
	color: #ED3034;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

/*
* Pathway
*/
.pathway{
   overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	margin-bottom: 2px;
	font-size: 80%;
	text-align: left;
}

/*
* All Content: Buttons
*/
#button {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.back_button {
  float: left;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

/*
* Input-Box
*/
.inputbox {
	padding: 3px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 100%;
}

input, .inputbox {
	padding: 2px;
	font-size: 90%;
}

input.button
{
	background-image: url(../images/button_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: Black;
	color: White;
	margin: 0px;
}

/*
* Banner
*/
#banner
{
	padding: 0px;
	height: 70px;
}

/*
* User 1/2 for Popular and Latest News
*/
.user1
{

}

.user2
{

}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 120%;
  font-weight: bold;
}

/** old stuff **/

.pagenav {
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  border-bottom: 1px dashed #cccccc;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
margin:0 0 0 10px;
/*padding: 0px !important; NO PADDING!!!*/
padding-left: 12px;
background-image: url(../images/content_indent.gif);
background-repeat: no-repeat;
background-position: left 5px;
}

li ul li
{
	margin:0 0 0 10px;
/*padding: 0px !important; NO PADDING!!!*/
padding-left: 12px;
background-image: url(../images/sub_nav.jpg);
background-repeat: no-repeat;
background-position: left 3px;
}

/*
* Main Content: Table settings
*/
table.contentpaneopen 
{
   /*the font size for all conents*/
 	font-size: 100%;
	line-height: 1.5em;
	padding: 0px;
	text-align: left;
}

table.contentpaneopen td 
{
  /*set margin between table data columns here*/
  padding: 0px;
  
}

table.contentpaneopen td.componentheading 
{
 margin: 0;
 padding: 0;

}

#maincol table, table.contentpane 
{
	font-size: 100%;
	width: 100%;
	color: #262626;
}

/*
* e.g. contact form
*/
table.contentpane td 
{
 /*special padding*/
  padding-left: 15px;
}

/*
* Heading e.g. contact form
*/
table.contentpaneopen td.contentheading 
{
  margin: 0;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 100%;
  
  /*white-space: nowrap;
  height: 30px;*/
  height: 30px;
  line-height: 20px;
  
  padding-bottom: 15px;
  padding-top: 15px;
  
  /*background image*/
  background-image: url(../images/wappen_header_bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  
  padding: 0 0 0 30px;

}



table.contentpaneopen fieldset 
{
	border: 0px;
	border-bottom: none;
}


.componentheading {
	color: #ED3034;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
   padding-bottom: 20px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	color: #ED3034;
	font-weight: bold;
	font-size: 140%;
}

.contentpagetitle {
	font-size: 110%;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	padding-top: 15px;
	font-weight: normal;
}

table.moduletable {
	width: auto;
	margin-bottom: 3px;
	padding: 0px;
}

.moduletable img{
	border: 1px solid Gray;
}

div.moduletable {
	width: auto;
	/*set space between module tables on left or right side*/
	margin-bottom: 10px;
	padding: 0px;
	color: Black;
}

/*
* Login Form
*/
div.moduletable form,
div.moduletable form a,
div.moduletable form input.button {
	color: Black;
	padding-left: 5px;
	font-size: 100%;
	padding-bottom: 3px;
}

#rightcol .contentheading
{
 padding: 0;
 margin: 0;
 color: #ED3034;
 font-weight: bold;
 font-size: 105%;
 padding-top: 10px;
 word-wrap: break-word;
}

#rightcol .contentpaneopen 
{
font-size: 100%;
padding: 5px;
}

table.moduletable td {

}

/*
* Styles for Module Poll
*/
table.poll
{
	padding: 3px;
	width: 200px;
}

table.pollstableborder
{
	width: 190px;
	margin-left: 1px;
	margin-top: 5px;
}

table.pollstableborder td {
  padding: 2px;
  font-size: 90%;
}

.sectiontableheader {
	font-weight: bold;
	padding: 10px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
	padding: 5px;
}

.sectiontableentry2 {
	background-color: #F4F4F4;
	padding: 5px;
}

.small {
	color: #999999;
	font-size: 80%;
}

.createdate {
	color: #999999;
	font-size: 80%;
	height: 30px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

/*
* The highlightin for e.g. search module
*/
.highlight {
	background-color: #ED3034;
	color: White;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

/*
* Special mosimage caption
*/
.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 90%;
  border-top: 1px solid #cccccc;
}

.article_separator {
	display: block;
	height: 1.5em;
	
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

a.readon
{
	font-size: 80%;
}


/*Latest News*/
ul.latestnews
{
	text-align: left;
}
li.latestnews
{
	font-size: 100%;
	
}

/*
* Newsletter
*/
#maincol
{
	font-size: 105%;
	color: #353535;
}

div.message
{
	font-size: 100%;
}

div.moduletable {
	width: auto;
	margin-bottom: 5px;
	padding: 0px;
	color: Black;
	text-align: left;
}

subheaderblue
{
	font-weight: bold;
	color: #ED3034;
}
/*
* Login
*/
#form-login
{
	text-align: left;
	margin-left: 5px;
	font-size: 100%;
	font-weight: bolder;
	color: #808080;
}

#form-login ul
{
	list-style: none;
	font-size: 105%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#form-login ul li a
{
	line-height: 20px;
}

#registerForm
{
	text-align: left;
}


