/* CSS Document */

/* Farben:	gelb-- background: #FFCB04;	blau: background: #004059;	grau-- background: #6D6F71;  hellblau--background: #77AEC4 */

html {
	height: 100%;
	margin: 0 0 0 0;
}

body {
	height: 100%;
	padding-bottom: 20px;
	overflow-y: scroll;
}

div{
	background: transparent;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 0;
}

#buttons_outer {
	width: 800px;

	background: #FFCB03;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 23px;
}


#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 4px;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #ffffff;

}

/*Abstand Links Listennavi*/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 14px;
	padding-right: 13px;
	text-decoration: none;
	color: #004059;
	font-weight: normal;
}

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

	ul#mainlevel-nav li a:hover
{
	color: #FFCB04;
	background: #004059;
}


/*#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

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

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}*/

:link:focus, :visited:focus { 
	-moz-outline: 0px dotted; 
}

div#main{
	width: 800px;
	margin: auto auto;
	text-align: left;
	background: #FFCB04;
	border-bottom: 1px solid #fff; 
}

div#title{
	width: 800px;
	height: 150px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	background: #fff url(../images/header_default.jpg) top right no-repeat;
}


div#nav{
	width: 799px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #FFCB04;
	float: left;
}

div#wrap {
	border: 1px solid #fff;
	border-top:0;
	border-bottom: 0;
	float: left;  
}

div#left{
	width: 172px;
	padding-left: 0px;
	margin-top: 20px;
	background: #FFCB04;
	overflow: hidden;
	float: left;
}

div#content_outer{
	width: 494px;
	min-height: 340px;
	margin: 0px;
	color: #6D6F71;
	border: 0;
	background: #fff;
	overflow: hidden;
	float: left;
}

div#content_inner{
	width: 465px;
	margin-left: 7px;
	color: #6D6F71;
	border: 0;
	line-height: 16px;
	white-space: normal;
	overflow: hidden;
}


div#right{
	width: 132px;
	margin: 0px;
	background: #FFCB04;
	float: left;
}

div#footer{
	width: 798px;
	border: 1px solid #fff;
	border-bottom: 0;
	margin-top: 0px;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	float: left;
}

span#imp{
	width: 70px;
	margin-top: 3px;
	margin-right: 30px;
	float: right;
}

span#sigma{
	width: 100px;
	margin-top: 2px;
	float: right;
}

.imp{
	font-size: 10px;
	font-weight: normal;
}

span#map{
	display: block;
	width: 200;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 135px;
}

#pathway_text{
    overflow: hidden;
	background: #77AEC4;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	margin: 0px;
	padding-left: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

.text10px{
	font: 11/17px; 
	color: #6D6F71;
}


span.schlagzeilen{
	width: 180px;
	display: block;
	font-size: 10px;
	line-height: 15px;
	color: #004059;
	margin-left: 5px;
	white-space: normal;
	overflow: hidden;
}

#logo_url{ 
	background: url(../images/butt_logo.gif) top left no-repeat;
	margin: 0; 
	padding: 0; 
	width: 290px; 
	height: 150px; 
	display: block;
}

#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}


.maintitle {
	color: #ffffff;
	font-size: 30px;
	padding-left: 15px;
	padding-top: 20px;
}

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

/** old stuff **/

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



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

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


table, td, tr {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	text-align: center;
	color: #333333;
	background: #004059 url(../images/bg_body.jpg) repeat-x;
}

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

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


.inputbox {
	padding: 2px;
	border:solid 1px #004059;
	background-color: #ffffff;
}

.componentheading {
	background:;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 15px;
}

.contentheading {
	height: 30px;
	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 11px;
	font-weight: bold;
	color: #004059;
	text-align:left;
}


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

.sectiontableheader {
  color: #77AEC4;
  font-weight: bold;
  padding: 4px;
  margin-left: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	/*background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 16px;*/
	padding: 10px;
	padding-left: 4px;
	height: 40px;
	background-color : #f3f3f3;
}

.sectiontableentry2 {
  /*background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 16px;*/
	padding: 10px;
	padding-left: 4px;
	height: 40px;
	background-color : #fff;
}

.small {
	color: #999999;
	font-size: 11px;
}

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

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

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


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

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

form {
/* removes space below form elements */
	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;
	width: 250px;
	height: 1px;
	margin-left: 150px;
}

span.article_01_start{
	background: url(../images/seestern.jpg) no-repeat;
	display: block;
	width: 104px;
	height: 71px;
	margin-top: 25px;
	float: left;
	clear: left;
}

span.article_02_start{
	background: url(../images/strand.jpg) no-repeat;
	display: block;
	width: 104px;
	height: 71px;
	margin-top: 25px;
	float: left;
	clear: left;
}

span.article_03_start{
	background: url(../images/junge.jpg) no-repeat;
	display: block;
	width: 104px;
	height: 71px;
	margin-top: 25px;
	float: left;
	clear: left;
}

#de, #cro, #eng, #ita{
width: 22px;
margin-top: 5px;
margin-left: 45px;
float: left;
}

#de{
background: url(../images/de_flag.gif) no-repeat;
margin-left: 20px;
}

#cro{
background: url(../images/cro_flag.gif) no-repeat;
margin-left: 20px;
}

#eng{
background: url(../images/eng_flag.gif) no-repeat;
margin-left: 20px;
}

#ita{
background: url(../images/ita_flag.gif) no-repeat;
margin-left: 20px;
}

.button{

  color: #004059;

  font-family: Arial, Hevlvetica, sans-serif;

  text-align: center;

  font-size: 11px;

  font-weight: bold;

  border: 1px solid #004059;

  width: auto;

  /*background: url(../images/button_bg.png) repeat-x;*/
  background: #FFCB04;

  padding: 0px 2px;

  line-height: 18px !important;

  line-height: 16px;

  height: 20px !important;

  height: 24px;

  margin: 1px;

}

