@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:#fff url(../img/page_background.gif) top left repeat-x;
	  color: #535557 ; padding:10px; font-family:Verdana, Helvetica, Arial, sans-serif; 
	  }
#page{border:2px #fff solid; background:#C5C6C7; padding:2px }
#page_margins {width:976px; margin:0 auto; border:0px #889 solid;}
p, ul, ul, ol, dl, li{ line-height: 1.2em;} 

a { text-decoration: underline; color: #336699; outline: 0 none;}
a:hover { color: #F08FAE;}
input, textarea {margin-left:0px;}

  #main {
  background:  #fff url(../img/navi_left.gif) 0 0 repeat-y;
  }
  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 {width:200px;}
  #col1_content {padding:10px 5px;}

  #col2 {width:200px}
  #col2_content {padding:10px 5px;}

  #col3 {margin:0 200px}
  #col3_content {padding:10px 5px 10px 10px;}
	
h1 {font-size:1.3em; color:#95cd18 ; background:transparent; margin:0.4em 0; border-bottom:1px #a6b6e3 solid;}
h2 {font-size:1.1em; color:#a6b6e3; background:transparent; margin:0.4em 0; border-bottom:1px #a6b6e3 solid;}
h3 {font-size:1.1em; color:#336699; background:transparent; margin:0.4em 0; border-bottom:1px #336699 solid;}
h4 {font-size:1.0em; color:#535557; background:transparent; margin:0.3em 0; border-bottom:1px #535557 solid;}
h5 {font-size:1.0em; color:#535557; background:transparent; margin:0.3em 0;}

/* Einstellungen für gerahmte Bilder*/
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG{
   border: solid #D9E0E6 1px;
   border-bottom-color: #c8cdd2; 
   border-right-color: #c8cdd2; 
   padding: 1px;
   background-color: #fff;
   
}

  #header #topnav {top:60px; font-size:0.9em; color:#b4b9bc; background:transparent;}
  #header #topnav a { text-decoration: none; color: #b4b9bc;}
  #header #topnav a:hover { text-decoration: underline; color: #024977;}
  
  #teaser .rootline a {color:#fff; text-decoration:underline;}
  #teaser .rootline a:hover {color:#F08FAE; background:transparent;}

#header {
	background: #ffffff  url(../img/header_background.jpg) center top no-repeat;
	height: 86px;
}
#header img.headImg1 {position:absolute; top:0px; left:0px;}
#header #banner {position:absolute; top:0px; right:0px; z-index:10;}
#header img.headImg2 {position:absolute; top:0px; right:0px;}

#nav_main {float:left; background-color:#fff; font-size:100%; line-height:normal;font-weight:bold;}
#nav_main ul {padding-top:1px;}
  #nav_main a,
  #nav_main strong {
    color:#fff;  font-weight:bold;
}
  #nav_main a:focus,
  #nav_main a:hover,
  #nav_main a:active, 
  #nav_main #current a,
  #nav_main #current strong  { color: #fff; font-weight:bold; } 
  #nav_main li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    border-bottom: 1px solid #ccc;
	margin: 0 1px 0 0;
  }
#teaser {background:#336699; color:#fff;}

  #submenu {
    border-top: 0px #fff solid; margin :0;
  }
  #submenu li#title {
    padding: 1px 0px 1px 4px;
	width: 100%;
	color: #fff;
    background: #336699;
	font-size: 1.1em;
    border-bottom: 4px #fff solid;	
  }
  #submenu li a { background:transparent url(../img/arrow_right.gif) 0% 50% no-repeat; 
  	color: #336699;
  	padding-left: 10%;
	width: 95%;
  }
  #submenu a,
  #submenu strong {
    background: transparent ;
    color: #336699;
    border-bottom: 1px #fff solid;	
  }
  #submenu li strong {
    background:#668CB3 url(../img/arrow_right_on.gif) 0% 50% no-repeat; 
	color: #fff;
	padding-left: 10%;
	width: 95%;
  }
  #submenu li a:focus,
  #submenu li a:hover,
  #submenu li a:active { background:#417499 url(../img/arrow_right_on.gif) 0% 50% no-repeat; color: #fff; }

  /* Level 2 */
  #submenu li ul li a,
  #submenu li ul li#active,
  #submenu li ul li strong,
  #submenu li ul li span { 
  	background: url(../img/arrow_right_on.gif) 5% 50% no-repeat; 
  	width: 90%; 
	padding-left: 15%; 
	color: #336699; }

  #submenu li ul li strong { 
  	background:#668CB3 url(../img/arrow_right_on.gif) 5% 50% no-repeat; 
	color: #fff; }

  #submenu li ul li a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li a:active { 
  	background:#99B2CC url(../img/arrow_right_on.gif) 5% 50% no-repeat; 
	color: #fff; }

  /* Level 3 */
  #submenu li ul li ul li a,
  #submenu li ul li ul li#active,
  #submenu li ul li ul li strong,
  #submenu li ul li ul li span { 
  	background: url(../img/arrow_right_on.gif) 5% 50% no-repeat; 
  	width: 85%; 
	padding-left: 20%; 
	color: #336699; }
	
  #submenu li ul li ul li strong { 
  	background:#668CB3 url(../img/arrow_right_on.gif) 5% 50% no-repeat; 
	color: #fff; }

  #submenu li ul li ul li a:focus,
  #submenu li ul li ul li a:hover,
  #submenu li ul li ul li a:active { 
  	background:#99B2CC url(../img/arrow_right_on.gif) 5% 50% no-repeat; 
	color: #fff; }

  /* Level 4 */
  #submenu li ul li ul li ul li a,
  #submenu li ul li ul li ul li#active,
  #submenu li ul li ul li ul li strong,
  #submenu li ul li ul li ul li span { 
  	background: url(../img/arrow_right_on.gif) 5% 50% no-repeat; 
  	width: 80%; 
	padding-left: 25%; 
	color: #336699; }

  #submenu li ul li ul li ul li strong { 
  	background:#668CB3 url(../img/arrow_right_on.gif) 5% 50% no-repeat; 
	color: #fff; }

  #submenu li ul li ul li ul li a:focus,
  #submenu li ul li ul li ul li a:hover,
  #submenu li ul li ul li ul li a:active { 
  	background:#99B2CC url(../img/arrow_right_on.gif) 5% 50% no-repeat; 
	color: #fff; }

  #footer {font-size: 0.8em; color:#C5C6C7; background:#fff; margin:0; padding:1em; border-top:2px #C5C6C7 solid; line-height:2em;}
  #footer a { text-decoration: none; color: #C5C6C7;}
  #footer a:hover { text-decoration: underline; color: #336699;}


/* ####################################
** ### FCE 3 Boxes with rounded edges #
** ####################################
*/
/* green */
* html .REboxGreenContent {height:1%}
.REboxGreenContent {overflow:hidden}
.REboxGreen {display:block; background:transparent; font-weight:normal; margin-top:1em;}
.REboxGreen p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxGreenContent {display:block; background:#fff; border-left:1px solid #C5C6C7; border-right:1px solid #C5C6C7; padding:0.5em 1em 0.5em 1em;}
.REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4, .REboxGreenContent h5 {margin-top:0;}
.rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
.rGline1, .rGline2, .rGline3 {height:1px;}
.rGline2, .rGline3, .rGline4 {background:#fff; border-left:1px solid #C5C6C7; border-right:1px solid #C5C6C7;}
.rGline1 {margin:0 5px; background:#C5C6C7;}
.rGline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rGline3 {margin:0 2px;}
.rGline4 {height:2px; margin:0 1px 0 1px;}


/* red */
* html .REboxRedContent {height:1%}
.REboxRedContent {overflow:hidden}
.REboxRed {display:block; background:transparent; font-weight:normal; margin-top:1em;}
.REboxRed p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxRedContent {display:block; background:#fff; border-left:1px solid #E95F8C; border-right:1px solid #E95F8C; padding:0.5em 1em 0.5em 1em;}
.REboxRedContent h1, .REboxRedContent h2, .REboxRedContent h3, .REboxRedContent h4, .REboxRedContent h5 {margin-top:0; }
.rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
.rRline1, .rRline2, .rRline3 {height:1px;}
.rRline2, .rRline3, .rRline4 {background:#fff; border-left:1px solid #E95F8C; border-right:1px solid #E95F8C;}
.rRline1 {margin:0 5px; background:#E95F8C;}
.rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rRline3 {margin:0 2px;}
.rRline4 {height:2px; margin:0 1px 0 1px;}

/* blue */
* html .REboxBlueContent {height:1%;  }
.REboxBlueContent {overflow:hidden; }
.REboxBlue {display:block; background:transparent; font-weight:normal; margin-top:1em;}
.REboxBlue p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxBlueContent {display:block; background:#fff; border-left:1px solid #336699; border-right:1px solid #336699; padding:0.5em 1em 0.5em 1em; height:1%; overflow:hidden;}
.REboxBlueContent h1, .REboxBlueContent h2, .REboxBlueContent h3, .REboxBlueContent h4, .REboxBlueContent h5 {margin-top:0;}
.rBline1, .rBline2, .rBline3, .rBline4 {display:block; overflow:hidden; font-size:1px;}
.rBline1, .rBline2, .rBline3 {height:1px;}
.rBline2, .rBline3, .rBline4 {background:#fff; border-left:1px solid #336699; border-right:1px solid #336699;}
.rBline1 {margin:0 5px; background:#336699;}
.rBline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rBline3 {margin:0 2px;}
.rBline4 {height:2px; margin:0 1px 0 1px;}
/* FCE 3 Boxes with rounded edges End */

/* Einstellungen für gerahmte Bilder*/
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG{
   border: solid #D9E0E6 1px;
   border-bottom-color: #c8cdd2; 
   border-right-color: #c8cdd2; 
   padding: 1px;
   background-color: #fff;  
}

/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  
.tx-rgtabs-pi1 {background:#fff;}
/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border: 1px solid #ccc;
  overflow:hidden;
  clear:both;
}
/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  background: transparent;
  list-style:none;
  height:1%;
}
/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  float: left;
  margin: 0 1px 0 0 !important;
  padding: 0 0 0 0px !important;
  cursor: pointer;
}	
/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  display: block;
  float: left;
  height: auto;
  line-height: 24px;
  color: #545454;
  padding: 2px 12px 0 12px;
  text-decoration: none;
  outline:0;
  
}

.rgtabs-menu  li a:hover, #left .rgtabs-menu  li a:hover { 
  color: #fff;
      /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
  background: url(01_layouts_basics/css/images/sliding_door/round/right.gif) right 0px no-repeat; /* only IE */
  }
      /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
 .rgtabs-menu > li a:hover, #left .rgtabs-menu > li a:hover { 
   background: url(01_layouts_basics/css/images/sliding_door/round/right.gif) right -150px no-repeat;
} 

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  color: #fff;
}
#left .rgtabs-menu  li.rgtabs-selected a:hover, .rgtabs-menu  li.rgtabs-selected a:hover {
  color: #fff;
  background: url(01_layouts_basics/css/images/sliding_door/round/right.gif) right -150px no-repeat;
}
td.csc-uploads-fileName p.csc-uploads-description {margin:0; font-size:90%; background-color:#dfe8ef; padding:0.3em; font-style:italic;}

.news-latest-item{
  background:transparent url(../img/news_background.gif) bottom left repeat-x; 
  margin-bottom: 4px;
  font-size: 0.8em;  
}
.news-latest-item .news-latest-date a{
  color: #454648;
  font-size: 0.8em;
  text-decoration:none;
}
.news-latest-item h3{
  font-size: 1.0em;
  background-color: transparent;
  padding: 0;
  border: none;  
}
.news-latest-item p{
  margin-bottom: 3px;
}
.news-latest-item .news-latest-morelink{
  background-color: transparent;
  border: none;
  padding-bottom: 3px;
  border-bottom: 1px dotted #b5b8bd;
  font-size: 0.9em;  
}
.news-latest-item img{
  padding: 0 5px 0 3px;
}
/*++++++++++++++++*/
.news-list-item{
  background:transparent url(../img/news_background.gif) bottom left repeat-x; 
  margin-bottom: 4px; 
  border-bottom: 1px dotted #b5b8bd;
  }
.news-list-item h3 span.news-list-date{
  color: #454648;
  font-size: 0.7em;
  text-decoration:none;
}
.news-list-item h3{
  font-size: 1.0em;
  background-color: transparent;
  padding: 0;
  border: none;
}
.news-list-item p{
  margin-bottom: 3px;
  padding: 0 4px;
  font-size: 0.8em;  
}
.news-list-item .news-list-morelink{
  background-color: transparent;
  color: #024677;
  border: none;
  padding-bottom: 3px;
  font-size: 0.7em; 
}
.news-list-item img{
  padding: 0 4px 0 3px;

}
.news-single-item div.news-single-timedata{
  color: #454648;
  font-size: 0.7em;
  text-decoration:none;
}

}

