@charset "utf-8";
    body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
    border:0px;
	}
	img {
		border:0px;
	}
#wrap  {
	position:relative;
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    } 

#header  {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
    }

#header-left {
	position:absolute;
	top:12px;
	left:18px;
}

#top { 
	background-color: #aa3333;	
	border-bottom: 1px solid #470409;
	border-top: 1px solid #470409;
	height: 15px;
} 

.top-menu {
	position:absolute;
	top:76px;
	left:325px;
	margin: 0px;
	padding: 0px;
	height:25px;
}


#links  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	display: block;
	height: 100%;
	background-color:#aa3333;
	color: #FFFFFF;
    }

#inhalt {
	margin-left: 7px;
	margin-right: 7px;
	float: left;
	width: 780px;
	text-align: left;
	height: 100%;
}

#footer  {
	margin-top:20px;
	float:left;
	width:100%;
	height: 110px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
    } 

#bottom {
	margin-top:100px;
	background: #aa3333;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 12px;

}

#bottom_copyright {
	margin-left:50px;
	float:left;
}

#bottom_impressum {
	margin-right:50px;
	float:right;
}

.clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
ul, li {
}
td, p, tr, div {
} /*formatting all 
<td> items. This default setting is used when no other style has been defined.*/
a:link, a:visited {
	color: #aa3333;
	text-decoration: none;
} /* general links style*/
a:hover {
	text-decoration: underline;
}
hr {} /* horizontal line in your template*/
hr.separator {}

/* Title of the component being used to display the content.*/
.componentheading {
	height: 29px;
	line-height: 29px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 10px;
}

 /* Title of the content, article, etc. being displayed.*/
.contentheading {
  height: 22px;
  padding-left:10px;
  background-color: #aa3333;
  vertical-align: bottom;
	font-size: 16px;
 	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	width: 100%;
	border-bottom:1px dotted #CCCCCC;
}
 
/* FORMS SETTINGS */ 
.button {
	height: 20px;
	font-size:10px;
	vertical-align:top;
	line-height: 20px;
}
.input {
	border:0px;
	margin:20px 0px 10px 0px;
	padding:5px;
}
.inputbox {
	font-size: 10px;
	width: 155px;
}
.search {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
} /*formatting the <div> which holds search items: inputbox, search button...*/


#form-login ul{
padding:0px;
margin:0px;
list-style:none;
}
#form-login li{
display:block;
padding:0px;
margin:0px;
list-style:none;
font-size:10px;
} 
 
#form-login ul a{
display:block;
padding:5px 10px 5px 5px;
}

/* NAVIGATION/MENU SETTINGS */

.top-menu ul {
	margin: 0px;
	padding: 0px;
}

.top-menu li {
	list-style: none;
	margin: 0px;
	height: 25px;
	padding: 0px;
	background: #aa3333;
	float: left;
	text-align: right;
	color: #470409;
	font-size: 15px;
	
}

.top-menu a:link {
	Display: block;
	line-height: 25px;
	padding: 0px 15px 0px 15px;
	border-bottom: 0px;
	color: #FFFFFF;
	font-size:9px;
	
}

.top-menu a:visited {
	Display: block;
	text-align: right;
	line-height: 25px;
	padding: 0px 15px 0px 15px;
	border-bottom: 0px;
	color: #FFFFFF;
	font-size:9px;
}

.top-menu a:hover {
	background: #aa3333;
	text-decoration: underline;
	border-bottom: 0px;
	
}

ul {
	list-style:none;
}

#links ul.menu {
	padding:0px;
	margin:0px;
	margin:0px;
	text-indent:0px;
}
#links ul.menu ul{
	padding:0px;
	margin:0px;
	text-indent:0px;
}

#links ul li a {
	display: block;
	padding: 3px 4px 3px 10px;
	background-color: #aa3333;
	color:#FFFFFF;
}

#links ul li ul li a{
	padding-left:30px;
	font-size:12px;
}
#links ul li ul li ul li a{
	padding-left:50px;
	font-size:12px;
}

#links ul li ul li ul li ul li a{
	padding-left:70px;
	font-size:12px;
}

#links ul li a:hover {
	background-color:#cc3333;
	text-decoration:none;
}
#current {
	font-weight:bold;
	background-color:#cc3333;
}
 
a.sublevel{
	font-size: 10px;
} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link, a.sublevel:visited {
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 10px;
}
a.sublevel:hover {
	text-decoration: none;
}
 
.pagenavbar {} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") 
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar:link {} /*Style for the footer navigation ("<< Start < Prev Next > End >>") when 
they become hyper links*/
.pagenavbar:visited {}
 
.pagenav {} /* as the name implies, this is for formatting texts for those 
"<< Start < Previous 1 Next > End >>" links */
a.pagenav:visited {}
a.pagenav:hover {}
 
a.readon:link, a.readon:visited {
	font-size:10px;
	font-weight:bold;
} /*Style for the "Read More" link that is displayed for large content items*/
a.readon:hover {}
a.readon:visited {}
 
.back_button {} /*Style for the "BACK" button*/
.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/
.latestnews  ul, .latestnews li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
} /*Style for latest news list - by default, latest news is user1 module*/
.latestnews {
	margin: 0px;
	padding-left: 0px;
}
 
.mostread ul{} /*Style for most popular list - by default, most popular is user2 module*/
.mostread li{}
 
/* 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.*/
.contentpagetitle {} /*Title of articles*/
 
a.contentpagetitle:hover {} /*Title of articles when appeare as links */
a.contentpagetitle:link {}
a.contentpagetitle:visited {}
 
.contentdescription {
	padding: 10px;
} /* Formating the "DESCRIPTION" of sections, categories 
(News/Weblinks/Latest news...) */
.contenttoc {
	padding: 0px;
	margin: 0px;
} /* Formating the table of the Tables of Contents for multiple 
pages content or article */
.contenttoc td  {
	padding: 0px;
	margin: 0px;
} /* same as above, used to format the td and able cells */
.contenttoc th  {
	padding: 0px;
	margin: 0px;
} /* same as above, used to format the th of "Tables of 
Content" ( normally Article Index)*/
.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 {} 
 
 
/* JOOMLA - MAMBO SECTIONS LISTINGS */
.sectiontableheader {
	background-color: #7F9512;
	padding: 0px 5px;
	color: #FFFFFF;
	height: 16px;
} /* 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: #E4E4E4;
}
#left  .moduletable, #left  .moduletable td/* JOOMLA - MAMBO MODULES FORMATTING */
 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
} /* Formatting the module table */
#left     .moduletable h3    {
	height: 30px;
	line-height: 30px;
	background: url(../images/moduletable.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	margin: 0px;
	font-size: 12px;
} /* Formatting the module header, and the module titles */
 
 
/* MISCELLANEOUS */
 
/* Dates , Authors*/
.createdate {
	font-size:10px;
	color:#aa3333;	
} /* For styling the date the content/articles are created under contents title */

.modifydate {
	font-size:10px;
	color:#aa3333;
} /* Formating "Last updated on" text at the end of articles/contents */
.small {
	font-size:10px;
	color:#aa3333;
	font-weight:bold;
} /* Formating "Written by:...." text */
.smalldark {}/*Found in poll result page, for " Number of Voters".. text */
 
/* Polls */
.poll {
	font-size: 10px;
	margin: 5px 0px;
	padding: 0px;
	width: 196px;
} /* 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 */
 
 
/* JOOMLA - MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines how the frontend admin interface when logged in */
 
.ontab {}/* For styling of the "Tab" buttons when editing contents through the 
frontend as admin. 
This .ontab is the styling for the tab when it is active or after its "clicked" */
.offtab {} /* Same as above, used for styling of the "Tab" buttons when editing 
contents through the frontend. 
This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.tabpadding {} /* this style is used set the size of the tab in the above */ 
.tabheading {} /* Not too sure what this is used for. Couldn't find anything 
related to it yet at the moment */
.pagetext {} /* this style is used to style the content of the editing form 
contents (where HTMLArea sits and all its forms + contents) in the frontend 
Administration interface */

