/* $1 - Global Resets eliminates cross browser inconsistancies
          -----ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING-----
----------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0.5em 0;
}
h1b {
font-size: 18px;
font-weight: bold;
color: #444444;
text-align: left;
}
h3 {
	background-color: #5A88B0;
	padding:11px 0;
	font: 1.0em Verdana,sans-serif;
	font-weight: normal;
	color: white;
	margin-bottom: 4px;
}

.navigation ul {
   	margin: 0;
}
fieldset {
	padding:.5em;
}
img {
	border:0;
}
a img {
	border:0;
}
/* Für das beliebte Worte-Modul Spezialanpassung*/
a.word{
text-decoration: none;
}


/* This helps fix the relative font sizing problem with tables in internet explorer */
table {
	font-size:1em;
}
.hidden {
	display:none;
}

.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
/*end global resets*/

/* $2 - Typography
----------------------------------------------------------------------------*/
body {
	background: #284156 url(../images/schatten_bg.png) repeat-y center bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
} 
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em; 
	background: #FFFFFF;
	color: #000000;
	font: normal 80% Tahoma,sans-serif;
    text-align:left;
	line-height: 140%;
}
body.contentpane ul{
	margin-left:20px;
}

/*These control the general, asthetic, typographical/text
elements of the css*/
h1 {
	font: normal 1.2em Tahoma,sans-serif;
    text-align: left;	
	font-weight: bold;
	padding-left: 55px;
	padding-top: 70px;
	color: #000066;
}
h2 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:16px;
	color:#666;
    padding-top: 6px;
}
h3 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:15px;
	color:white;
    padding-top: 10px;
}
h4 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:14px;
	color:#9AADB6;
}
h5 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:13px;
	color:#9AADB6;
}
h6 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:12px;
	color:#9AADB6;
}

/* $3 - Lists Styling
----------------------------------------------------------------------------*/
li {list-style: none;
}
	
/* $4 - Horizonal Rules
----------------------------------------------------------------------------*/
hr {
/*many components use this as a seperator line */
	border:none;
	background:#EAE8D0;
	height:1px;
	margin:10px 0;
}

/* $5 - Quotations
----------------------------------------------------------------------------*/
blockquote {
	font: bold 1.1em Tahoma,sans-serif;
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
pre {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	padding:10px;
	margin-bottom:20px;
	color: #666;
	white-space:normal;
	font: normal 1em Tahoma,sans-serif;
	padding: 8px 10px;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
}

/* $7 - Sitewide Links
----------------------------------------------------------------------------*/
a {color: black;}
a:hover {color: grey;}

/* $8 - Joomla Specific
----------------------------------------------------------------------------*/
.pagenav,
.pagenav_prev,
.pagenav_next {
	padding:0 4px;
}
a.pagenav,.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration:none;
}
a.pagenav:hover,
a.pagenav:active,
a.pagenav:focus,
.pagenav_prev a:hover,
.pagenav_prev a:active,
.pagenav_prev a:focus,
.pagenav_next a:hover,
.pagenav_next a:active,
.pagenav_next a:focus,
.pagenavbar a:hover,
.pagenavbar a:active,
.pagenavbar a:focus {
	text-decoration:none;
	color:#db8f3d;
}
.back_button {
	margin:5px 0 15px;
}
.back_button a {
	color:#666;
}
.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
	font:11px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#B3A762;
}
td.createdate {
/* styling the date the content was created on*/
	color: black;
	font-size: 0.8em;
	margin-bottom: 6px;
	}
.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
	padding-top: 5px;
	color: #000;
	font-size: 0.8em;
	margin-bottom: 6px;
}
.readon {
	display:block;
	text-align:left;
	width:125px;
	text-indent:8px;
	float:left;
	color:black;
	font: bold 1em sans-serif;
}
a.readon:link,a.readon:visited,a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:none;
	font-size:100%;
	text-indent:25px;
	color:black;
}
a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:underline;
}

/* $8a - Joomla Content Styles
----------------------------------------------------------------------------*/
/*These are all the styles for content, this is used for joomla content 
output in the main content area*/
table.contentpaneopen li {
	list-style: url(../images/arrow.png);
	margin-left: 18px;
}
table.contentpaneopen, table.contentpane {
	padding:0;
	margin:0;
	width:100%;
}
.moduletable table.contentpaneopen td {
	background:none;
	margin-top:0;
	background:none;
	border:none;
	padding:0;
}

.header .moduletable table.contentpaneopen td {
	font: normal 100% Tahoma,sans-serif;
}
td.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
	background-color: #5A88B0;
	padding:10px 0;
	font: normal 1.0em Verdana,sans-serif;
	font-weight: bold;
	color: white;
	margin-bottom: 4px;
	padding-left: 4px;
}
table.contentpaneopen {
	font-family: "Lucida Sans Unicode",sans-serif;
}
td.buttonheading{
	padding:0;
	width:1%;
}
.contentpagetitle {
/*Title of articles*/
	font-size:90%;
	font-weight:700;
	color:#E2E2E2;
	text-align:left;
}
.componentheading {
/* Used to format a components heading or title */
	font-size:150%;
	font-weight:700;
	color:#444444;
	margin:.7em 0 0.9em;
	font-weight:700;
}
/* Artikelinhaltsfeld */
table.contenttoc {
	margin:10px;
	padding:5px;
	float:right;
	background-color: #F7F7F2;
	border: 1px dotted grey;
}
/* Artikelinhaltsfeld - Überschrift*/
.contenttoc th {
	background-color: #DC5000;
	color: white;
}

.buttonheading img {
	padding:2px;
}
.sectiontableheader,tr.sectiontableentry1 td,tr.sectiontableentry2 td {
	text-indent:5px;
	padding:4px;
}
.sectiontableheader {
	color:white;
	font-weight:700;
	padding:5px;
	background-color: #9AB3C2;
	background-repeat: repeat;
}
.sectiontableentry1 {
	background-color: #F3F3F3;
}
.sectiontableentry2 {
	background-color: #E9E9E9;
}
/*Polls */
.poll {
/* polls texts */
	line-height:18px;
}
/*this helps make the poll
look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1,.poll .sectiontableentry2 {
	background:none;
	border:none;
	text-align:left;
}
.pollstableborder {
/* set the border properties of the polls voting table */
	border:none;
}
.poll td {
/* set the table data properties of the polls voting table */
	font-weight:400;
}
/* Search Results */
table.contentpaneopen fieldset{
	border:1px solid #DBDBDB;
	border-bottom:3px solid #DBDBDB;
	padding:10px;
	background:#F3F3F3;
	margin:0;
	}
table.contentpaneopen fieldset a{
	font-size:1.2em;
}
table.contentpaneopen fieldset span.small{
	color:#999;
}
table.contentpaneopen fieldset span.highlight{
	background:#FFF3D0;
	border-bottom:1px dotted #EFEFEF;
	color:#CF9B00;
	padding:0 3px;
}

/* $9 - Forms Styling
----------------------------------------------------------------------------
These styles control the appearance of forms */
.inputbox {
/* the look of input boxes in forms */
	background: #fff;
	border:1px solid #CCCCCC;
	padding:2px 5px;
    margin: 0 6px;
    width: 90%; /*150px;*/
	font-size: 14px;
}
.button {
/* button style for Joomla component, form and module buttons
specifically in the  sidebar*/
	text-align:center;
	padding:1px;
	background:#C0CDD3;
	color:#fff;
	border:none;
	cursor:pointer;
    margin: 0 6px;
	}
select.inputbox {
	background:#fff !important;
}
textarea {
/* the look of the large text area on forms */
	font-size:100%;
	background: white;
	border:1px solid #3d3d3d;
	padding:1px 3px;
	margin:0;
	overflow: auto;
	}


/* $10 - Modules
----------------------------------------------------------------------------*/
.header .moduletable  {font: normal 1.6em Verdana, sans-serif;
color: white;
}
div.moduletable  {
margin-top: 6px;
margin-bottom: 10px;
}

/* navigation */
.navigation {	
	background: #5A88B0 /*url(../images/nav.gif);*/;
	/*border: 1px solid #DFEEF7;*/
	border-color: #DFEEF7 #CFDEE7;
	height: 30px;
	width: 772px;
	margin: 0px auto;
	/*margin-top: 5px;*/
}
.navigation ul{
	overflow: hidden;
}
.navigation li {
	border-right: 1px solid #AFBEC7;
	float:left;
}
.navigation li a{
	background: #D9E1E5 url(../images/nav.gif);
	color: #456;
	display: block;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;	
}
.navigation a:hover {
	background-position: left bottom; 
	color: #234;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 200px;
	}
.sidenav h3 {
	color: white;
	font-size: 1em;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
	background: white;/*#B2C0CC; */
	color: black;
	font: bold 0.8em sans-serif;
	height: 140px;
	margin:0px;
}
.footer a,.footer a:hover {color: #FFF;}

p.sponsor {
width: 100%;
background-color: white;
border: 1px solid black;
text-align: center;
}

p.footer{
background-color: #5A88B0;
width: 100%;
font-size: 0.9em;
color: white;
height: 20px;
padding-top: 4px;
}

/*@import url("customise.css");*/

/* $1 - Standard Elements
----------------------------------------------------------------------------*/
html {min-height: 100%;}

p,code,ul {padding-bottom: 1.2em;} /* Schriftart ver�ndern*/ 

/* $2 - Structural Stylings
----------------------------------------------------------------------------*/
.container {
	background: #B2C0CC;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 772px;
}

/*Bottom Div-Container */
.down-left{
width: 50%;
float: left;
margin-bottom: 5px;
}
.down-right{
width: 50%;
float: right;
margin-bottom: 5px;
}


/* $3 - Header
----------------------------------------------------------------------------*/
.top {
	/*background: url(../images/clouds.gif) repeat-x;*/
	padding: 0px 10px 0; /*padding: 50px 10px 0;*/
}

/* $4 - Title
----------------------------------------------------------------------------*/
.header {
	background: #B2C0CC url(/cms/images/abjo_head.jpg) no-repeat;
	padding-bottom: 15px;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	width: 773px;
}
.header .left, .header .right {
	background: #FFF;
	/*background: #A4A4A0;*/
	color: #FFF;
	height: 155px;
	
}
.header .left {
	 /*B3C2C7 */
	font: normal 1.8em Tahoma ,sans-serif;
	color: #000066;
	line-height: 50px; /*hier bearbeiten*/
	width: 560px;

}
.header .right {
	padding-right:4px;
	overflow: hidden; /*auto*/
	width: 202px;
	background-color: #FFF;
}

	
.header .right .moduletable{
        padding: 0 5px 3px 10px;
}

/* $5 - Main
----------------------------------------------------------------------------*/
.main {
	border-top: 4px solid #FFF;
	background: url(../images/bgmain.gif) repeat-y;
	min-height: 450px;
}

/* $6 - Content
----------------------------------------------------------------------------*/
.content {
	float: left;
	margin: 4px 0;
	padding: 0 16px;
	width: 531px;
}

.pathway   {
  margin-top: 2px;
  background-color: #FAFAFA;
  font-size         : 10px;
  color             : #8BACDA;
  text-align		: left;
  padding           : 5px;
}


.intro {
	height: 150px;
	margin: 300px auto;
	width: 560px;
}
img {
margin: 4px;
}

.mosimage_caption{
font-size: 0.8em;
}
