@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 *
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);
@import url(simpleMenu.css);
/**
*
* Menu Formatierung
*
**/

#header {
        background: #C0C0C0 url(../images/kopf.jpg) repeat-x scroll right center;
        height:134px;
}

.page {
margin:auto;

}
#navcont
{
  background: #000;
}
#header #topnav {
        position:absolute;
        right:450px;
        top:70px;
        display:inline;
        z-index:400;
        font-size: 10px;
        
}

.page_margins {
        background:#000000 url(../images/bg_grau.gif) repeat scroll 0 0;
        height: 750px;
}


#col3 {
	height:73%;
}

#trailer {
position:absolute; left:370px; top:12px; width:550px; height:40px; background-color:#cfcfcf;
}
/*
#fname {
position:absolute; left:420px; top:12px;
font-family:fileadmin/fonts/Comic_Sans_MS.ttf;
font-size: 20;
}

#iname {
position:absolute; left:421px; top:35px;
font-family:fileadmin/fonts/Comic_Sans_MS.ttf;
font-size: 13;
letter-spacing:0.4em;
}
*/

#logo {
        position:absolute; 
        top:7px; 
        left:  0px;
        width:280px; 
        height:70px; 
        background-color:#cfcfcf;
}

#col3_content {
padding:10px 20px 10px 10px;
background:#000000 url(../images/menu/nbackground.jpg) repeat scroll 0 0;
/*height:90%;*/
		overflow: auto;
		height: 495px;
		/*width: 195px;*/

}

#col1_content {
padding:10px 10px 10px 20px;
		height: 495px;
overflow-y:auto;
background:#000000 url(../images/menu/ibackground.jpg) repeat scroll 0 0;
}

.news-latest-item {
}

h1, h2, h4, h5, h6 {
color:#222222;
font-family:verdana;
font-weight:normal;
margin:0 0 0.25em;
}


h3 {
font-size:12px;
font-weight: bold;
}



/**
*
* Menu Formatierung
*
**/
.navxxx {
	background:#dde1e2 url(../images/menu/mmenu.jpg);
	width: 100%;
	height: 39px;
	overflow: visible;
}


li {
margin-left:0;
}

.cklickpfad {
background:#000000 url(../images/menu/klickpfad.jpg) repeat scroll 0 0;
height:36px;
}

.cklickpfadtext {
	padding:10px 25px 0;
	font-weight:bold;
	color:#838383;
}

.newsbaum{
background:#000000 url(../images/menu/newspfad.jpg) repeat scroll 0 0;
height:36px;
}

table {
	/*width:100%;*/
	border: none;
	border-top: none;
}

#main {
height:555px;
}

strong {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.news-latest-date {
  font-size: 8px;
  padding-bottom: 5px;
}

.news-single-timedata {
  font-size: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
