/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}
#header {
	background-image: url(../images/bg_oben.gif);
	width: 100%;
	height: 25px;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	font-weight: normal;
	text-align:right;
}
#header img {
	border: none;
}
#header a {
	border: none;
}
#logo_bg {
	background-image: url(../images/logo_bg.gif);
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0px;
}
#logo {
   position:absolute;
   top:14px;
   right:28px;
   width:217px;
   height:30px;
	border:none;
}
#essen {
	background-image:url(../images/essen.jpg);
background-repeat: repeat-x;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#aga_links {
	margin-top: 25px;
	text-align: center;
}
#aga_links img {
	border: none;
}
a:link, a:visited {
	color: #D3330C; text-decoration: none;
	font-weight: normal;
	border: none;
}

a:hover {
	color: #FD9800;	text-decoration: none;
	font-weight: normal;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	color: #666;
}

h3, .componentheading {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin: 5px 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;
}
h4 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	margin: 5px 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;
}

.componentheading {
  padding-top: 10px;
}

.contentheading {
  font-family: Tahoma, Helvetica, sans-serif;
  padding: 0px 0px 5px 0px;
	font-size: 20px;
	font-weight: normal;
	height: 45px;
	vertical-align: bottom;
	color: #000;
	text-align: left;
	width: 100%;
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpane, table.contentpaneopen {
  width: 100%;
}

div.moduletable {
  margin-bottom: 15px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/de_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

.modifydate {
  height: 30px;
  vertical-align: bottom;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

.createdate {
	height: 25px;
	vertical-align: top;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	background: #f1f1f1;
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage_caption {
  font-size: 12px;
  color: #FD9800;
}

div.center {
  text-align: center;
}

table#main {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: White;
}

table#inner {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: fffff;
}

div.blog_more {
  margin-top: 30px;
}

li.latestnews {
  margin-top: 3px;
}

.pagenav {
  font-weight: bold;
  line-height: 50px;
}

div.syndicate div {
  text-align: center;
}


td.left_shadow {
  width: 10px;
  background: url(../images/de_shadow_left.png) repeat-y;
}

td.right_shadow {
  width: 10px;
  background: url(../images/de_shadow_right.png) repeat-y;
}

td.left_bot_shadow {
  width: 10px;
  height: 20px;
  background: url(../images/de_shadow_left_b.png) no-repeat;
}

td.right_bot_shadow {
  width: 20px;
  height: 20px;
  background: url(../images/de_shadow_right_b.png) no-repeat;
}

td.bottom {
  text-align: center;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  background: url(../images/de_shadow_b2.png) bottom left repeat-x;
}

div.bottom_l {
	height: 20px;
	width: 20px;
	background: url(../images/de_shadow_b1.png) bottom left no-repeat;
}

div.bottom_r {
	height: 20px;
	width: 20px;
	background: url(../images/de_shadow_b3.png) bottom right no-repeat;
}

div#wrapper {
  background: #fff;
}

div.bottomspacer {
  height: 15px;
}


div#topmenu {
	background: url(../images/de_topmenu_bg.png) repeat-x;
	height: 29px;
}


div#pathway {
	height: 33px;
	line-height: 33px;
	text-indent: 7px;
}

.user2padding {
  padding-right: 7px;
}

.user3padding, .leftpadding {
	padding: 0 7px;
}


div#centerpadding {
  padding: 0px 5px 0px 7px; 
  width: auto !important;
  width: 100%;
}

div#rightpadding {
  background: url(../images/de_rightnav_fade.png) no-repeat;
  padding: 5px 20px 0 13px;
  margin: 0 !important;
  margin-top: -5px;
  width: auto !important;
  width: 183px;
}

div#headerpadding {
  padding-bottom: 5px;
}

div#righttop {
    background: transparent url(../images/de_rightnav_top.png) 0 0 no-repeat;
    height: 10px;
    width: 183px;
}

td.greyseperator {
  background: #EBEBEB;
  width: 1px;
}

div.horizseperator {
  background: #EBEBEB;
  height: 1px;
  overflow: hidden;
}

td.rightnav {
  border: 0px solid #0000cc;
  background: url(../images/de_rightnav_bg.png) repeat-y;
}

td.rightbottom  {
  background: url(../images/de_rightnav_bottom.png) no-repeat;
}

td.botmenu {
  background: url(../images/de_bottommenu_bg.png) repeat-x;
  padding-top: 4px;
}

/* Helli */
#footerhs {	
	width:100%;
	height:125px;
	background-image:url(../images/bg_footer.jpg);	
	text-align:center;
}
#muetzen_pic {
	border:none;
	margin-left: 50px;
   width:305px;
   height:125px;
	z-index: 2;
}
#aga_pic {
   border:none;
   width:75px;
   height:57px;
	float: right;
	margin-top:57px;
	z-index: 1;
}
#flag_pic {
	border:none;
	vertical-align: middle;
	padding: 3px 2px 2px 2px;
}

/* Joom!Fish CSS definition used by the module or component. You might overwrite it in your
 * template and remove this. Within your module configuration you can switch off the loading of the css*/

div.jflanguageselection
{
	float: right;
	vertical-align: middle;
	padding: 3px 2px 2px 2px;
}
 
/* language lists with UL (names & images) */
ul.jflanguageselection
{
	float: right;
	vertical-align: middle;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul.jflanguageselection li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
}

ul.jflanguageselection li a
{
	display: block;
}

ul.jflanguageselection img
{
	border: none;
	margin: 5px;
}
/** Styles for the drop down list */

#jflanguageselection
{
	float: right;
	vertical-align: middle;
	margin: 2px 10px 1px 1px;
	padding: 0px 0px 0px 0px;
}

select.jflanguageselection
{
	border: 1px solid #cccccc;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 1px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

label.jflanguageselection
{ position:absolute; left:-3000px}

/* ENDE Joom!Fish CSS */
.ts12br {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #CC0000; 
text-decoration: none;
}
.ts12 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
text-decoration: none;
}

.ts12b {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #000000; 
text-decoration: none;
}

.ts12bl {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #2d4b9b; 
text-decoration: none;
}
a.readon {
font-size: 12px;
text-decoration: none;
line-height: 15px;
border: 1px solid #EEEEEE;
padding-left: 13px;
background: url(../images/readon.gif) no-repeat left;
margin-top: 10px;
text-decoration: none;
font-weight: normal;
}
a.readon:hover {
background: #EEEEEE url(../images/readon.gif) no-repeat left;
text-decoration: none;
}
.überschrift_rot {
	font-weight: bold;
	font-size: 18px;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	color: #CC0001;
}

.überschrift_balken {
	background: #EEEEEE url(../images/balken.gif) no-repeat left;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Trebuchet MS', verdana, sans-serif;
}
.spruch {
	font-weight: lighter;
	font-size: 20px;
	font-family: 'Trebuchet MS', verdana, sans-serif;
padding: 3px 8px 2px 2px;
margin: 3px 8px 2px 2px;
}

/* thead th = Überschrift th= linke Spalte td = Rest */
table.messe {
 border-right: 1px solid #000;
}
table.messe thead th {
    background: #CA3232;
    color: #fff;
    text-align: center;
}
table.messe th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-left: 1px solid #000;	
}
table.messe td {
    text-align: left;
    border-bottom: 1px solid #000;
border-left: 1px solid #000;
    padding: 0.1em 0.5em;
    background: #black;
}
table.ap th {
    background: #CA3232;
    color: #fff;
    text-align: center;
}
table.ap {
 border-right: 1px solid #000;
}
/* table.ap th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-left: 1px solid #000;	
} */
table.ap td {
    text-align: left;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    padding: 0.1em 0.5em;
    background: #black;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
