/* Layout Stylesheet */
html,body {
	height: 100%;
}

body {
        padding:10px 20px 20px 20px;
        text-align:center;
        margin: 0px;
        background-color: #003366;
color:#000;
} 
hr{
line-height:1px;
background-color:#EEEDF3;}
#wrapper {

margin:auto;
	width:950px;
	background-color: #FFF;
    color: #000000;
	text-align:left;
}


/* website header, with logo */

#header {
    
	background: #FFF url(../images/header1b.png) no-repeat;
	margin-right:0px;
	background-position:right; 
	position:relative;
    color: #000000;
    height:110px; /* vom grauen Streifen nach unten */
	clear:both;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

}
/*HEADERGRAFIK*/
#header2 {
	width:100%;
	padding-right:0px;
    position:relative;
    color: #000000;
    height: 100px;
	clear:both;
	z-index: 1;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
    text-align: left;
}


/*login-box*/



/* Search section */
#search_inner {
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 25px;
	width: auto;
	margin: 4px 4px 4px 4px;

}

#search_inner form {
        padding: 0;
        margin: 0;
		
}

#search_inner .inputbox {
	line-height: 14px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	background: #FFF;
	text-indent: 5px;
	border: 2px solid #FF0000;
	margin: 4px 4px 4px 4px;
}
#scroller{
	top: 130px;
	width:130px;
	height:90px;
	Padding-left:800px;
}

#top{
	/*background-image:url(../images/topbg1.png);*/
	margin-top:0px;
	padding-left:166px;
	padding-right:10px; /*Abstand Searchbox von rechts */
	height:23px;
	background-color:#DDDFEB/*#EEEDF3;*/
}

/* content column  ANZEIGEN DER INHALTE*/
#middle{
	background:#FFF;/* centre column colour*/
	margin-left:15px;
	color:#000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
    text-align: left;

}

#content {
	margin-left:140px;
	position:relative;
	width:95%;
	float:left;/* contain clearing*/
	background-color:#FFF;
	
}
/* RECHTE SPALTE DES CONTENT*/
/*#content2 {
	position:relative;
	width: 85%;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right: 2%;
	padding-left: 2%;
	margin: 0;
	float:left;*//* contain clearing 
	color:#000;

}*/

#content2{
margin:0 -1px; /*moz needs this*/
/*background-color:#FF0000;*/
margin-left:45px;

}

/* absand zum content */
#designstrip{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	background-image:url(../images/designstrip1b.png);
	background-repeat:no-repeat;
	height:98px;
	padding-top:15px;
	padding-right:0px;
}

#top-topnav{
	font-weight:bold;
	background-color:#E0DED9;
	color:#002663;
}
#Kontakt_kontakt{
	font-weight:bold;
	background-color:#E0DED9;
	color:#002663;
}
a.mainlevel-topnav:link, a.mainlevel-topnav:visited{
	padding-top:0px;
	padding-bottom:0px;
	font-size:11px;
	font-weight:bold;
	color:#002663;
}

a.mainlevel-topnav:hover{
	padding-top:0px;
	padding-bottom: 0px; /* -1px; Kann nicht sein */
	font-size:11px;
	font-weight:bold;
	color:#92B1C1;
}

#pathway {
	background-image:url(../images/indent1.png);
 	background-repeat: no-repeat;
	position:relative;
	/*background-color:#CCC;*/
	border-bottom:solid #666666  1px;
	height: 12px;
	width: auto;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left:18px;
	margin: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}


#pathway {
margin:0 -1px}/* moz needs this*/

/* left column */
#inner{
	margin-right:130px;
	background-color:#fff;/* left column colour*/
    color: #000000;
}

/* Breite Menü */
#left{
	width:150px;
	background-color:#EDEEF3; /* Menü Hintergrundfarbe */
	margin-left:-154px;/*overlap for old mozilla*/
 	position:relative;
	left:-1px;/* now line it up*/
	float:left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
    text-align: left;
}

/* html #left{margin-right: 5px;}/* 3 pixel jog*/
/* html #right{margin-left: 5px;}/* 3 pixel jog*/
/* Hack IE6 -Menüposition */
* html #left {margin-left:-154px; margin-left:-210px; }
* html #content {width:95%; width:70%; }
* html #content {margin-left:45px; margin-left:100px;}
* html #designstrip{padding-top:15px;}



/* footer */
#footer {
	background: #fff;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:100%;
    height: 40px;
	clear:both;
    padding: 10px 0px 0px 0px;
}

#footer {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	background: #0088BB;
}

div#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	background:#EDEEF3;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

div#footer2 a:link, div#footer2 a:visited {
	color: #000;
	/* background: #666; */
	text-decoration: underline;
}

div#footer2 a:hover {
	color: #000000;
	
}


clear without structural mark-up 
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}




/* mac hide - force layout in ie \*/
	* html .clearfix,* html #inner, * html #middle {height: 1%;}
	.clearfix {display: block;}
/* end hide */
p.expand a{display:block; clear:both}
p.expand a:hover{height:200px;}
/*#content p img{float:right;}*/


/* CSS Document */

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	/* background-color: none; */
	text-align: left;
  font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #FFFFFF;
	background: #555566;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #000000;
	background: #CCCCCC;
}

table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

table td.body_outer {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 6px;
   
}

.maintitle {
	color: #FFFFFF;
	background: #CCCCCC;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;

}

.error {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px double #CCCCCC;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenav {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 1px double #CCCCCC;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

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

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

li
{
	line-height: 15px;
    padding-left: 15px;
    padding-top: 0px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

td {
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	text-align: left;
	font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#003366;
}
h2 {
	text-align: left;
	font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#003366;
}

h3 {
	text-align: left;
	font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: 
	bold;color:#003366;
}

.latestnews { 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.latestnews:link, a.latestnews:visited { 
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
}

a.latestnews:hover { 
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #0077AA; 
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
}

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

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	background-color:#FFF;

}
/* SCHRIFTGRÖSSE CONTENT */
table.contentpaneopen td {
	padding-right:2px;
	font-size:12px;
	width:100%;

}

table.contentpaneopen td.componentheading {
	padding-left: 4px;

}

table.contentpane {   
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;

}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border-bottom: 1px solid #eee;
}

a.pathway:link, a.pathway:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
}

a.pathway:hover {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 11px;
	font-weight: bold;
}

.button {
	color: #0077AA;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    /*border: 3px double #CCCCCC;*/
    width: auto;
    /*background: #FFFFFF url(../images/button_bg.png) repeat-x;*/
    padding: 0px 0px;
    line-height: 18px;
    height: 22px;
    
}
/* SUCHBOX */
.inputbox {
	padding: 0px;
	border:solid 1px #ebebeb;
	height:18px;
	width:115px;
	background-color:#EEEDF3;
	font-size:10px;
/*background-image:url(../images/topbg.gif);*/
}
.inputbox_search {
	padding: 0px;
	height:12px;
	width:115px;
	background-color:#EEEDF3;
	font-size:10px;
}

.button_search{
	color: #0077AA;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    width: 30px;
	height:18px;
    padding: 0px 0px;
    line-height: 11px;
    margin: 1px;
}
.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;

}

div.moduletable {
	padding: 0;
	margin-bottom: 1px;

}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight:normal;
	font-size: 11px;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
	padding: 2px;
}

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

.sectiontablefooter {

}

.sectiontableentry1 {
}

.sectiontableentry2 {
}

.small {
	font-size: 12px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	font-size: 11px;
}

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

table.contenttoc td {
    padding: 2px;
}

table.contenttoc th {
    background: url(../images/subhead_bg.png) repeat-x;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
}

a.mainlevel:link, a.mainlevel:visited {
	background: #FFF;
	display: block;
	background:  url(../images/menu_bg.gif) no-repeat;
	line-height: 24px;
	height: 24px;
	width:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002663;
	text-align: left;
	padding-left: 14px;
	text-decoration: none;
	font-weight: bold;
}

a.mainlevel:hover {
background: #FFF;
	display: block;
	background:  url(../images/menu_bg.gif) no-repeat;
	line-height: 24px;
	height: 24px;
    padding-left: 14px;
	width: auto;
	background-position: 0px -24px;
	color: #0077AA;
	font-weight: bold;
}

a.mainlevel#active_menu {
	background: #FFF;
	display: block;
	background:  url(../images/menu_bg.gif) no-repeat;
	line-height: 24px;
	height: 24px;
    padding-left: 14px;
	width: auto;
	background-position: 0px -24px;
	color: #0077AA;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	background: #FFF;
	display: block;
	background:  url(../images/menu_bg.gif) no-repeat;
	line-height: 24px;
	height: 24px;
    padding-left: 14px;
	width: auto;
	background-position: 0px -24px;
	color: #0077AA;
	font-weight: bold;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 10px;
	/* font-weight: none; */
	color: #555566;
    background: #EDEEF3;
	text-align: left;
}

a.sublevel:hover {
	color: #000000;
    background: #EDEEF3;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #000000;
    background: #EDEEF3;
}

.highlight {
	background-color: #EDEEF3;
	color: Blue;
	padding: 0;
}
.code {
	border: 1px solid #bbb;
}

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

div.mosimage {
    border: 1px solid #ccc;
}

.mosimage {
    border: 1px solid #cccccc;
    margin: 5px
}

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

span.article_seperator {
	display: block;
	height: 1.5em;
}

#mod_templatechooser_jos_change_template.button {
     padding: 0px;
     margin: 5px 0px 5px 0px;
}
label, input, select { 
/* Alle Labels UND Formularelemente auswählen */
/* display: block;
  float: left;
width: auto;  Breite.*/
	height:20px;
  	font-family:Arial, Helvetica, sans-serif;
  	font-size:11px;
	padding: 1px; 
	margin: 2px 2px 2px 2px;
	
}
/*#user3{
position:fixed;
top:460px;
}
#user4{
position:fixed;
top:219px;
left:946px;
z-index:1;
}*/
body.contentpane  {background-color: #FFFFFF;}
#printlogo {float:right;}
