@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

body {
	background-color: #fff;
	background-image: none;

}

#header {
	background-color: #fff;
	background-image :none;
}

#header #topnavright {
	position: absolute;
	right: 10px;
	top: 40px;
	float: right;
	color: #0064b9;
	font-size: 312%;
}

#page {
	background-color: #fff;
	border: none;
}

#footer {
	background-color: #fff;
	border-top-color: #0064b9;
}

#nav_main {
	background-color: #eee;
	color: #0064b9;
	border: none;
	border-bottom: 3px solid #0064b9;
}

#nav_main ul li a, #nav_main ul li strong {
	color: #0064b9;
	font-weight: normal;
}

#nav_main span#nav_main_right  {
	border: none;
	background-color: #eee;
	color: #0064b9;
	float: right;
}

#nav_main span#nav_main_right a:hover {
	text-decoration: none;
}

#nav_main ul li#current a, #nav_main ul li#current a:hover, #nav_main span#nav_main_right ul li#current a:hover  {
	background-color: #eee;
	color: #0064b9;
	font-weight: bold;
	border: none;
}

#submenu {
	background-color: #eee;
	border-left: 5px solid #0064b9;
	min-height: 200px;
}

#submenu a, #submenu strong, #submenu li a {
	background-color: #eeeeee;
	color: #0064b9;
	border: none;
}

#submenu li strong, #submenu li#active {
	background-color: #eee;
	color: #0064b9;
	font-weight: bold;
}

#submenu li#active, #submenu li#strong {
        background-color: #0064b9;
	}

#col1_content {
	padding-left: 0px;
	padding-top: 0px;
}

#header img.headImg1 {
	top: 25px;
}

h1, h2, h3, h4 {
	color: #0064b9;
}

p.important {
	background-color: #cce0f1;
	border: none;
	border-left: 2px solid #0064b9;
}


/*** NEWS ***/

.news-latest-item a {
	font-weight: bold;
	margin: 0px;
	float: left;
}

.news-latest-item p {
	margin: 0px;
	float: left;
}

.news-single-item h3 {
	font-size: 100.01%;
}
	
/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border: 1px solid #ccc;
  background:#fff url(topbg.gif) repeat-x;
  overflow:hidden;
  clear:both;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../../spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 6px;
  height: 26px;
  width: auto;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  list-style:none;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(tab-on-l.gif) top left no-repeat;
  float: left;
  margin: 0 5px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url(tab-on-r.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #545454;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 12px 0 0;
  text-decoration: none;
  outline:0;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url(tab-off-l.gif) top left no-repeat;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(tab-off-r.gif) top right no-repeat;
  color: #0064b9;
}

/* PDF-Shop */
h1.pdfShopHeadline {
	font-size: 100.01%;
}

/* Indexed Search */
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup {
	background-color: #fff;
	color: #0064b9;
}



}

.news-latest-item {
padding-top: 20px;
clear: both;
}

