html {
	font-size: 100%;
}

body {
	text-align: center; /* required for centering the page in IE */
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

*+html body,
* html body {
	font-size: 10px;
}

table {
	border-collapse: collapse;
}

input {
	margin-bottom: 10px;
	padding: 2px;
}

h1, h2, h3, h4, p, a, ul, ol, li {
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
	/*list-style-type: none; /*klinkhart insert*/
	
}

ol {
	list-style-position: inside;
}

ol li {
	padding-bottom: 20px;
}

ol#timeline,
ol#timeline li {
	list-style: none;
	list-style-position: outside;
}

#remository h2 {
	padding-left: 0;
	margin-left: 0;
}

h3 {
	padding-left: 15px;
	font-size: 1.2em !important;
	text-transform: uppercase;
}

.thumbsup-text h3 {
	background: none;
	padding-left: 0;
	text-transform: none !important;
	text-decoration: underline;
}


#remository a {
	text-decoration: none;
}

#remositorycontainerlist,
#remositorycontainerlist table,
#remositorycontainerlist th,
#remositorycontainerlist tr,
#remositorycontainerlist td {
	border: 0;
	background: none;
}

#remositorycontainerhead,
#remositorycontainerlist th {
	background: none !important;
}

#remositorycontainerlist h3 {
	background: none;
	padding-left: 0;
	border: 0;
}

#remositoryfooter {
	border: 0;
}

#remositoryfooter #right {
	padding: 0;
}

#remositorycredits {
	text-align: left;
}	

#left .moduletable,
#left .moduletable_menu,
#right .moduletable,
#right .moduletable_menu,
#right .moduletable_text,
#left .moduletable_text {
	padding: 0;
}

#left .moduletable_2,
#left .moduletable_menu_2,
#right .moduletable_2,
#right .moduletable_menu_2,
#right .moduletable_text_2,
#left .moduletable_text_2 {
	padding: 0;
	font-style: normal;
}

h3 {
	font-size: 1.3em;
}

#left .moduletable_2,
#right .moduletable_2 {
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: normal;
	/*font-size: 0.833em;*/
}

.mod_login_2 {
}

a:link, a:visited{
	text-decoration: underline;	
}

a:hover {
	text-decoration: underline;
	color: #cccccc;
}

a#active_menu-nav {
	color: #888 !important;
	/* display: block;
	border-bottom: 1px solid #a5a5a5;*/
}

#premium a {
	display: block;
	width: 75px;
	height: 74px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
}

#wrapper {
	position:static;
	width: 990px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	padding-bottom:45px;
	z-index: 1;
}
	
#header {
	width: 100%;
	margin-top: 75px;
	height: 200px;
	overflow: hidden;
	position: relative;
	background: url(../images/border_head.png) no-repeat;
}
* html #header {
	height: 255px;
}

#container {
	margin: 0;
	padding: 0;
}

#innerContainer {
	margin: 0;
	padding: 0;
	position: relative;
}

#FlashHeadpiece {
	background-color:#444;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-image:   url(../images/headpieceback-bear.png) -5px 0px 0px 0px;
	background-repeat: repeat-x;
}

#left {
	float: left;
	width: 166px;
	position:relative;
	display: none;
}
	
#right {
	float:right;
	width:240px;
	margin: 0;
	padding: 30px 110px 0 50px;
	font-size: 1.2em;
}

#switch {
	float: right;
	padding-right: 120px;
}

#licht {
	list-style: none;
	clear: both;
}

#licht a {
	text-decoration: none;
}

.latestnews, .mostread, .popular{
	font-family: Arial,sans-serif;
	list-style-type:none;

}

li.mostread, li.latestnews{
	padding-bottom:4px;
}

li.mostread a:link, li.latestnews a:link, li.higestrated a:link, li.mostread a:visited, li.latestnews a:visited, li.higestrated a:visited{
	padding-left: 14px;
	background-image:   url(../images/starbullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

li.mostread a:hover, li.latestnews a:hover, li.higestrated a:hover{
	background-image:   url(../images/starbullet-hover.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#content {
	margin: 0;
	padding: 30px 15px 50px 15px;
	width:550px;
	position: relative;
	background: url(../images/border_left.gif) no-repeat;
}
	
#content p {
	line-height:20px;
	font-size: 1.2em;
}

* html #content p {
	font-size: 0.6em;
}
	
#content ul {
	list-style-type: none;
	font-size: 1.2em;
}
	
#content li{
	line-height:20px;
	padding-left:0;
}

#clear {
	height: 0px;
	clear:both;	
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer {
	width: 100%;
	background-color: #151515;
	border: 0;
	text-transform: uppercase;
/* z-index: 15.04.2011, datenchef insert damit die landkarte nicht über dem footer scrollt */
	z-index: 1000;
}

#search {
	float:left;
	width:100px;
	padding-top:1px;
}
		
/*Horizontal Nav*/
		
#nav {
	clear: both
}

ul#nav,ul#nav li {
	list-style-type:none;
}

ul#nav{
}

ul#nav li{
}

ul#nav a {
	display: block;
}

ul#nav a:hover {
}

ul#nav li.activelink a,
ul#nav li.activelink a:hover {
	text-decoration: underline;
}

/*Vertical Nav*/
	
ul#mainlevel-nav {
	float: left;
	font-weight: bold;
	text-shadow: #000 1px 1px 0px;
	width: 150px;
	padding-top: 2px;
}

ul#mainlevel-nav li {
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	height: 18px
}

#Menu{
	float: left;
	padding-left: 7px;
	padding-top: 10px;
}

#Menu .moduletable {
}
	
.menu {  
	list-style-type: none;
	text-indent: 5px; 
	position:relative;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: bold !important;
}

ul.menu {
	margin: 0;
	list-style-type: none;
	width: 125px;
}

ul.menu li {
	display: block;
	padding: 0;
	margin: 0;
	width: 150px;
}

#footer ul.menu {
	width: auto;
}

#footer ul.menu,
#footer ul.menu li,
#footer ul.menu li a {
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 3px;
	font-size: 1em;
	font-weight: normal;
}

#footer ul.menu {
	float: right;
}

#footer ul.menu li {
	float: left;
	width: auto;
}

ul.menu li ul {
	display: block;
	border: 1px solid #555;
	font-size: 0.6em;
	font-weight: normal;
	margin-left: 150px;
	width: 410px;
	min-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	position: absolute;
}

*+html ul.menu li ul,
* html ul.menu li ul {
	margin-left: 140px;
}

ul.menu li ul li {
	display: block;
	width: auto !important;
	border-right: 1px solid #555;
	padding-left: 1px;
	padding-right: 6px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 3px 0;
	float: left;
	height: 18px;
	border-bottom: 0 !important;
}

ul.menu li ul li ul {
	display: none;
}

ul.menu a {
	display: block;
}

ul.menu li.active {
	border-bottom: 1px solid #555;
}

ul.menu li ul li#current a,
ul.menu li ul li.active a {
	color: #b1b1b1;
}

ul.menu li.active a {
	color: #b1b1b1;
}

ul.menu li ul li a:hover {
	color: #b1b1b1 !important;
}

ul.menu li a {
/*	font-size: 1.2em !important; */
}

ul.menu a:link, ul.menu a:visited {
	text-decoration: none;
	background-repeat:repeat-x;
}

ul.menu a:hover {
	color: #b1b1b1 !important;
}

ul#breadcrumb {
	display: block;
	font-size: 1.2em;
	padding: 0 0 25px 0;
	margin: 0;
	text-transform: uppercase;
        display: none;
}

ul#breadcrumb a {
	color: #555;
}

#googlemap9_8q97s_0 {
	color: #000000;
}

/* default */

.adminform {
}
.article_seperator {
font-size: 2.9em;
}
.back_button {
}
.blog {
}
.blog_more {
	border-top: 1px solid #555;
	padding-top: 30px;
	padding-bottom: 30px;
}
.blogsection {
}
.button {

}
.buttonheading {
}
.category {
font-size: 0.833em;
}
.clip {
}
.componentheading {
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:10px;
	display: none;

}
.contact_email {
}
.content_rating {
}
.content_vote {
}
.contentdescription {
font-size: 0.833em;
}
.contentheading {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.4em;
}
.contentheading a {
	text-decoration: none;
}
.contentpagetitle {
}
.contentpane {
}
.contentpaneopen {
padding-left: 0;
}
.contenttoc {
}
.createdate {
font-size: 0.9em;
}
.dtree {
}
.dTreeNode {
}
.editlinktip {
}
.expander {
}
.gmnoprint div {
color: #000000;
} 
.highlight {
}
.inputbox {
}
.item {
}
.lightboxlink {
font-size: 0.833em
}
.message {
}
.message {
}
.modifydate {
font-size: 0.9em;
}
.module {
}

.mosimage {
}
.mosimage_caption {
}
.mostread {
}
.newsfeed {
}
.node {
}
.pagenav {
	font-size: 1.2em;
}
.pagenav_next {
}
.pagenav_prev {
}
.pagenavbar {
}
.pagenavcounter {
}
.paramlist {
}
.pathway {
}
.poll {
	font-size: 1.2em;
}
table .pollstableborder{
  margin-left: 0px;
  padding-left: 0px;
  text-align: left;
}
.pollstableborder td 

{

text-align: left;

}
.profiler {
}
.readon {
	font-size: 1.1em;
}
.row1 {
}
.row2 {
}
.search {

}
.searchintro {
}
.sectiontableentry1 td {
	background: none !important;
}

.sectiontableentry2 td {
	background: none !important;
}

div#eventlist #el_filter {
	border: 0;
}

div#eventlist table.eventtable,
div#eventlist h2 {
	border: 0;
	padding-left: 0;
}

div#eventlist table.eventtable th {
	border: 0;
	background: none;
	color: #fff !important;
}

div#eventlist table.eventtable td {
	border-bottom: 1px solid #555;
	border-right: 0;
}

div#eventlist dd {
	margin-bottom: 0;
}

div#eventlist dl {
	margin: 0;
	padding: 0;
}

div#eventlist dt {
	border: 0;
	padding: 0;
}

div#eventlist div.description {
	margin: 0;
	padding: 0;
}

div#eventlist div.catimg {
	display: none;
}

.sectiontablefooter {
}
.sectiontableheader {
/*font-size: 0.833em;*/
}
.small {
font-size: 0.833em
}
.small_2 {
font-size: 0.9em;
}
.smalldark {
}
.syndicate {
}
.syndicate_text {
}
.tab {
}
.tabclass1 {
}

.tabclass2 {
}
.tab-page {
}
.text_area {
}
.toclink {
}
.toolbar {
}
.tooltip {
}
.wrapper {
}
h3 {
	padding-top: 5px;
	padding-bottom:5px;
}
h2 {
	padding-top: 5px;
	padding-bottom:5px;
}

#mod_login_password, #mod_login_username {
	width:145px;
}

#mod_search_searchword {
	width:145px;
	background: #000;
}

#mod_search_searchword.inputbox:hover, #mod_search_searchword.inputbox:focus {
	color: #fff;
	border: 1px solid #555;
}

form {
	margin: 0;
	padding: 0;
}

input, select {
	font-family: /*12px "Lucida Grande",*/	 Arial,sans-serif;
}

select, .inputbox {
	padding: 2px;
	padding-top:2px;
	padding-left:5px;
}

textarea {
	padding-left: 2px;
	border: 1px solid #666666;
	color: #ffffff;
}

.button, input .button {
	border: 1px solid #555;
	padding: 1px 5px!important;
	background: #333 url(../images/vertnavbutton.png) repeat-x top;
	color: #fff;
}

.button:hover  {
	background: #fff url(../images/button-bg.gif) repeat-x top;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
}

.button:active, .button:focus {
	border: 1px solid #222222;
	font-style: italic; 
}
#mod_login_remembermetext_2 {
	float: left;
	width: 120px;
	font-size: 0.9em;
}

.button_2 {
	border: 1px solid #ccc;
	background: #fff;
}

.inputbox {
	border: 1px solid #555;
	background: #000;
	color: #ffffff;
	}
	
.inputbox_2{
	border: 1px solid #555;
	background: #000;
	color: #ffffff;
}
	
#left .inputbox {
	background-image:   url(../images/vertnavbutton.png);
	background-repeat: repeat-x;
			
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #606060;
	color: #666666;
}

fieldset.js_loginflat {
  border: 0px;
  padding: 8px;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Arial,sans-serif;
  text-align:center;
  vertical-align:top;
}

fieldset.js_loginflat .inputbox {
  width:145px;
}

fieldset.js_loginflat legend {
  display: none;
}

.moduletableflat {
  text-align: center;
  vertical-align: top;
}

.bearright {top:25px; right:15px; position:absolute;}

fieldset {
border:0px;
}
#form-login li {
list-style-type:none;
}
.buttonheading a img{
border:0px;
}

.line {
	color: #CCCCCC;

}
/* LEX code */
#colorfield-border {
	float:left;
	position:relative;
	top:158px;
	left:138px;

}
#colorfield-link {
	float:left;
	position:relative;
	top:180px;
	left:76px;

}

.joomla-template {
position:absolute;
top:5px;
right:48px;
display:block;

}
a.divlink, a.divlink:link, a.divlink:visited  {
	display:block;
	width:100%; /*width needs to be specified to work in IE*/
	height:100%; /*height needs to be specified to work in IE*/
	/*Other browsers expand the link to full width and height.*/
line-height:0px;
	font-size:0px;
	color: #222222;
}

#googlemap9_8q97s_0 {
  color: #000000;
}
.gmnoprint#amtc_option_0, #amtc_option_1, #amtc_option_2, #amtc_option_3 {
  border: 1px solid #FFF !important;
  background-color: #000 !important;
} 

h1, h2, h3 {
/*  color: #000000; */
}

#infowindow {
	min-height: 100%;
	color: #2E2E2E;

} 

.iwstyle {
  color:#000;
}

.cb_comp_outer {
	padding-left: 0;
}

.error {
	clear: both;
}

.moduletableframe {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 10px 10px 20px 10px;
	background: white;
	width: 260px;
}

.moduletableframe img {
	border: 1px solid #ccc;
}

.thumbsupfix {
	margin-top: -25px;
	position: relative;
}

li.peterkommtmit {
  display: none;
}

/* prmlist - addon */
DIV#lister H4 {margin-left: 25px;}
DIV#lister UL {margin-left: 50px; margin-bottom: 12px;}
DIV#lister UL LI {list-style-type: square;}
DIV#lister UL LI A {font-size: 11px; text-decoration: none;}

/*H1 {font-size: 14px; font-weight: 700; margin-left: 16px;}
P {margin-left: 16px;}*/
H3 A {font-size: 16px; text-decoration: none;}
H3 A:hover, H3 A:focus {text-decoration: none;}

/* footer - left - menu */
#footer UL.latestnews, #footer UL#latestnews_menu {float: left;}
#footer UL.latestnews LI, #footer UL#latestnews_menu LI {float: left; margin: 6px; padding: 0; list-style-type: none;}
#footer UL.latestnews LI A {background: none; text-decoration: none; text-transform: uppercase; padding-left: 0px; padding-top: 2px; padding-right: 3px; font-size: 1em; font-weight: normal;}
#footer UL.latestnews LI A:hover , #footer UL.latestnews LI A:focus {color: #B1B1B1;}
#footer UL#latestnews_menu LI A {line-height: 15px; padding-top: 0;}
