body {
  font-family: Helvetica,Arial,sans-serif;
  line-height: 1.3em;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  color: #333;
  overflow-y: scroll; /* Allways show scrollbar in Firefox (CSS 3)*/
}

a:link, a:visited {
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
  font-weight: normal;
}

input.button {
  cursor: pointer; 
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

img {
  border: 0 none; 
}

/*** template specific ***/

div#outer_box {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  min-width: 980px;
  max-width: 1500px;
}

div#title {
  top: 5px;
  margin-top: 25px;
  position: relative;
}

div#title_m {
  height: 250px;
  background: url(../images/title_m.jpg) 0 0 repeat-x;
}

div#title_l {
  position: relative;
  float: left;
  width: 550px;
  height: 250px;
  margin-right:-3px; /* IE Bug */
  background: url(../images/title_l.jpg) 0 0 no-repeat;
}

div#title_r {
  position: relative;
  float: right;
  width: 267px;
  height: 288px;
  margin-top: -25px;
  margin-right: -18px;
  margin-left:-3px; /* IE Bug */
  background: url(../images/title_r.jpg) 0 0 no-repeat;
}


div#box {
  position: relative;
  margin-top: 15px;
  border:2px solid red;
}

div#top_menu {
  position: relative;
  height: 28px;
  background-color: red;
}

div#top_menu ul {
  margin: 0;
  padding: 0;
  height: 28px;
  list-style:none;
}

div#top_menu li {
  float: left;
  margin: 0;
  padding: 0;
  border-right:2px solid #FFF;
}


div#top_menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #FFF;
  text-decoration: none;
}


div#title_foot {
  position: relative; /* IE bug */
  display: inline; /* IE bug */
  float: right;
  margin-top:  -2px;
  margin-right: 127px;
  width: 18px;
  height: 28px;
  background: url(../images/title_foot.jpg) 0 0 no-repeat;
}


div#inner_box {
  position: relative;
  margin: 15px 10px 20px 10px;
}


#pathway {
  width: auto;
  margin-top: -2px;
  margin-right: 250px;
  height: 40px;
  text-align: left;
  float: left;
}

#search {
  float: right;
  width:320px;
  margin-top: -15px;
  margin-right: 50px;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
  text-align:right;
}

div.clear {
  clear: both;
}

div#leftcolumn {
  float: left;
  width: 170px;
/*  margin-right: 10px; */
  overflow: hidden;
}

div#main {
  position: relative;
  margin-left: 180px;
  margin-right: 220px;
}

div#main_wide {
  position: relative;
  margin-left: 180px;
  margin-right: 10px;
}

div#rightcolumn{
  float:right;
  width: 200px;
/*  margin-left: 10px; */
  padding-left: 10px;
  overflow: hidden;
  border-left: 1px solid #666;
}



div#footer {
  position: relative;
  text-align: center;
  margin-top: 5px;
  font-size: .90em;
  color: black;
}

p#syndicate {
  position: absolute;
}

p#power_by {

}


/*** joomla ***/

div.module_menu h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: red;
  margin: -30px -10px 0px -10px;
  padding: 5px 5px 5px 5px;
}

div.module_menu {
  margin-bottom: 20px;
  border: 2px solid red;
}

div.module_menu div div div {
  padding: 10px;
  padding-top: 30px;
  width: auto;
  margin-bottom: -5px;
}

div.module_menu div div div div {
  background: none;
  padding: 0;
}

div.module_menu ul {
   margin-left: -15px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
  font-weight: bold;
  color: #333;
}


div.module h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}



div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
  padding: 0;
  font-family:Helvetica ,Arial,sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: bottom;
  color: #666;
  text-align: left;
  width: 100%;
}

h2, .contentheading {
  padding: 0;
  font-family: Arial, Helvetica,sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  vertical-align: bottom;
  color: #333;
  text-align: left;
  width: 100%;
}

table.contentpaneopen h3 {
  margin-top: 25px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

h3,
.componentheading,
table.moduletable th,
legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.4em;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: left;
}

/* small text */
.small {
  font-size: .90em;
  color: #999;
  font-weight: normal;
  text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
  font-size: .90em;
  color: #999;
  font-weight: normal;
  text-align: left;
}

.createdate {
  height: 20px;
  vertical-align: top;
  font-size: .90em;
  color: #999;
  font-weight: normal;
  vertical-align: top;
  padding-bottom: 5px;
  padding-top: 0px;
}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
  display: block;
  height: 20px;
}

.article_column {
  padding-right: 5px;
}

.column_separator {
  border-left: 1px solid #e0e0e0;
  padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
  border:none;
}

.clr {
  clear: both;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
  display: block;
  height: 20px;
}

/* edit button */
.contentpaneopen_edit{
  float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}


/* Tooltips */

.tool-tip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
}

.tool-title {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
  font-size: 100%;
  margin: 0;
}


/* forms */
table.adminform textarea {
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
  width: 145px;
  border: 1px solid #ccc;
  margin: 15px 0 10px 0;
}

form#form-login fieldset {
  border: 0 none;
  margin: 0em; 
  padding: 0.2em;
}

form#form-login ul {
  padding-left: 20px;
}

form#form-login input {
  width: 160px;
}

/* Modules */
div.moduletable {
  margin-bottom: 20px;
}


/* Banners module */

/* Default skyscraper style */
.bannergroup {
  /* TODO: Nur ein Hack */
  /* XXX */
  height: 120px;
}

.banneritem img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text advert style */

.banneritem_text {
  padding: 4px;
  font-size: 11px;
}

.bannerfooter_text {
  padding: 4px;
  font-size: 11px;
  background-color: #F7F7F7;
  text-align: right;
}