@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (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_vlist.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);


/* formatierungen visionbites */

body {
	color:#87888a;
	font-family:verdana,arial,Helvetica,sans-serif;
}

#header #topnav {
	top:206px;
	right:85px;
	font-size:10px;
	letter-spacing:-1px;
}

#topnav a{
	color:#727375;
}

#topnav a:focus, #topnav a:hover, #topnav a:active {
color:#727375;
text-decoration:underline;
}

.news_date{
	color:#80adb6;
	display:block;
}

.news h1{
	color:#80adb6;
	font-size:14px;
	font-weight:bold;
}
.lb_images img{
	padding:0 7px 7px 0;
}

h2{
	color:#80adb6;
	font-size:12px;
	font-weight:bold;
}

.bild_links{
	padding:15px 15px 0;
}

#col2_content img{
	padding-top:80px
}


  /*--- Links andere Farbe für die jeweiligen Menüpunkte------------------------------------------------------------------- */

 .braun a,
 .braun a:visited,
 .braun a:focus,
 .braun a:hover,
 .braun a:active { color:#9f4c3d;}
 
 .gelb a,
 .gelb a:visited,
 .gelb a:focus,
 .gelb a:hover,
 .gelb a:active { color:#ffcc00;}
 
 .blau1 a,
 .blau1 a:visited,
 .blau1 a:focus,
 .blau1 a:hover,
 .blau1 a:active { color:#80adb6;}
 
 .lila a,
 .lila a:visited,
 .lila a:focus,
 .lila a:hover,
 .lila a:active { color:#845493;}
 
 .blau2 a,
 .blau2 a:visited,
 .blau2 a:focus,
 .blau2 a:hover,
 .blau2 a:active { color:#5f90ac;}
 
 .olive a,
 .olive a:visited,
 .olive a:focus,
 .olive a:hover,
 .olive a:active { color:#7a743e;}
 
 .grau a,
 .grau a:visited,
 .grau a:focus,
 .grau a:hover,
 .grau a:active { color:#87888a;}
 
 
