
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media screen, projection
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #4d87c7 url("../../../images/bg_blue.gif") repeat-x top left fixed; padding: 10px 0; }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  #page_margins { text-align:left; margin: 0 auto; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins {width:1022px; }
  #page{ }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000;
  }

  #topnav { color: #aaa; background: transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }
  #nav_main { background-color: #336; }

  #main { background: #fff;padding:10px 0; }

  html {
	  font-family: tahoma;
  }
  
  .csc-textpic-intext-left  .csc-textpic-image {padding-right:10px;}
  
  #page_margins {
	background-image:url(/fileadmin/images/layout/background.gif);
	height:100%;
	width:100%;
	background-repeat:repeat-x;
	background-position:0 -98px;
}
  
  #footer { 
    color:#666; 
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #efefef solid;
  }

#col3 .csc-textpic-text {
	margin-left: 10px;
	}

#nav_meta {
	width: 990px;
	height: 23px;
	padding: 5px 16px 0px 16px;
	
}
 
#nav_meta li {
	float: left;
	color: #79cef3;
}

#nav_meta ul {
	float: right;
	margin-bottom: 0px;
}

#nav_main {
	height: 31px;
	margin: 14px 0px 10px 0px;
	background: none;
	border: none;
	font-family: tahoma;
	width: auto;
}

#nav_main ul {
	border: none;
	margin: 0px 0px 0px 0px;
}

#nav_main ul li, #nav_main ul li span{
	color:#FFFFFF;
	font-size:12px;
	height:31px;
	line-height:17px;
	margin:0 3px 0 0;
	background-color: #058dc9;
	border: none;
	float: left;
}

#nav_main ul li .cur, #nav_main ul li .cur_first, #nav_main ul li .cur_last {
	background-color: #5bbee7;
}

#nav_main ul li a, #nav_main ul li a:hover, #nav_main ul li span {
	color:#FFFFFF;
	height:31px;
	margin:0px 0px 0px 0px;
	padding:6px 8px 0;
	font-weight: bold;
}

#nav_main ul li a:hover {
	background-color: #5bbee7;
}

#nav_main li a, #nav_main li a:hover, #nav_main li a:visited, #nav_main span {
	color: #ffffff;
}

#suche {
	background-image:url(/fileadmin/images/layout/suche_back.png);
	float:right;
	height:35px;
	padding:20px 0 0 10px;
	width:305px;
}

#col3_content img, #col1 img {
	padding: 5px 5px 5px 5px;
	background-color: #bfe3f1;
	border: 1px solid #a5d8eb;
}

#navicontainer {
	height: 55px;
	width: 1006px;
	margin: 0px 0px 0px 16px;
}

div#quicklinks div.menupunkt {
	width: 286px;
	height: 31px;
	background-image: url(/fileadmin/images/layout/quicklink.jpg);
	margin-bottom: 3px;
}

div.tx-macinasearchbox-pi1, #searchform {
	width: 315px;
	height: 51px;
	}

#suchbox {
	float:left;
	margin: 0px 5px 0px 0px;	
	}
	
#suchbox input{
	width: 162px;
	height: 21px;	
	border: none;	
}

#col1 {
	float: left;
	width: 318px;
}

#navileiste {
	width: 318px;
	float: left;
	padding-left: 16px;
}
	
#suchentext {
	width: 55px;
	height: 21px;
	color: #ffffff;
	font-size: 14px;
	float: left;
	}

#nav_main ul li .act_first, #nav_main ul li .act_last, #nav_main ul li .act {
	background-color: #5bbee7;
}

body {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#nav_meta a:hover, #nav_meta a:active, #nav_meta span {
	color: #76cef2;
	text-decoration: none;
}

#nav_meta a, #nav_meta a:visited {
	color: #038ec5;
}

#logo {
	width:318px;
	height:190px;
}

#page {
	width: 1022px;
	margin: 0px auto;
}


  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 {}
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 25%; }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 {padding-top:15px; width: 615px; margin: 0px 30px 0px 0px; float: right;}
  #col3_content {}
  
  #col3 h1 {
	  margin-bottom: 20px;
  }
  
 /*tt_news ----------------------------------------------------------- stylen*/
 
 #col1 h1 {
	background-image:url(/fileadmin/images/layout/rot.gif);
	color:#FFFFFF;
	font-size:18px;
	height:30px;
	padding:7px 0 0 12px;
	width:306px;
	font-weight: normal;
}

#col1 h2 {
	background-image:url(/fileadmin/images/layout/orange.gif);
	color:#FFFFFF;
	font-size:18px;
	height:30px;
	padding:7px 0 0 12px;
	width:306px;
	font-weight: normal;
}

#col1 h3 {
	background-image:url(/fileadmin/images/layout/gruen.gif);
	color:#FFFFFF;
	font-size:18px;
	height:30px;
	padding:7px 0 0 12px;
	width:306px;
	font-weight: normal;
}

#col1 h4 {
	background-image:url(/fileadmin/images/layout/gelb.gif);
	color:#FFFFFF;
	font-size:18px;
	height:30px;
	padding:7px 0 0 12px;
	width:306px;
	font-weight: normal;
}

div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin:45px 0px 0px 0px;
}

div.newstitle, div.newstitle a, div.newstitle a:hover, div.newstitle a:visited {
	color:#0390C8;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	width:620px;
	text-decoration: none;
	padding-bottom:5px;
}
 
div.news-single-timedata {
	color:#3e3e3e;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	padding-bottom:8px;
	width:620px;
}

div.newsimage {
	float:left;
	margin-right:15px;
}
 
div.news-list-item {
	width: 620px;
	height: 143px;
	margin: 0px 0px 28px 0px;
}
 
#col3 hr {
	margin-top: 26px;
}

div#col1 div.newstitlelatest,
div#col1 div.newstitlelatest a,
div#col1 div.newstitlelatest a:hover,
div#col1 div.newstitlelatest a:visited,
div#col1 div.newstitlelatest a:active {
	color:#7d7d7d;
	font-family:tahoma;
	font-size:12px;
	font-weight: bold;
	width:198px;
	text-decoration: none;
	margin:0 0 6px;
	float:left;
}
 
div.newsimagelatest {
	width: 116px;
	height: 116px;
	float: right;
	text-align: right;
}
 
div#col1 div.csc-textpic-imagewrap {
	width:116px;
}

div.news-single-img {
	margin: 0px 10px 0px 0px;
}

#footer {
	background-image:url(/fileadmin/images/layout/footerback.gif);
	height:14px;
	margin:0 16px 20px;
	width:966px;
	background-repeat: none;
	border: none;
	padding-top: 48px;
	color: #058ec7;
	font-family: verdana;
	font-size: 10px;
	background-color: #ffffff;
}

#footer a {
	font-weight: normal;
	color: #058ec7;
	text-decoration: underline;
}

}
