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

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

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */

body {
	background-color: #FFFFFF;
	color: Green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #7ABA00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: Green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #7aba00;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: White;
}
select {
	border: 1px solid #7aba00;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: White;
}
/* set millions of background images */
.rbroundbox { background: url(../image/rbox/nt.gif) repeat; }
.rbtop div { background: url(../image/rbox/tl.gif) no-repeat top left; }
.rbtop { background: url(../image/rbox/tr.gif) no-repeat top right; }
.rbbot div { background: url(../image/rbox/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../image/rbox/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

#flow {
	position: absolute;
	width: 400px;
	height: 110px;
}
#aktuell {
	position:absolute;
	z-index:10;
	left:70px;
	top:0px;
	width:200px;
	height:400px;
}
.navigation {
margin: 0px;
padding: 0px;
list-style-type: none;
  background-color: #FFF;
  color:            green;
}

.navigation a:link {
  background-color: #FFF;
  color:            green;
}

.navigation a:visited {
  background-color: #FFF;
  color:            green;
}

.navigation a:hover {
  background-color: #FFF;
  text-decoration: 	none;
}

.navigation a:active {
  background-color: #FFF;
  color:            green;
}
.navigation2 {
margin: 3px;
padding: 0px;
list-style-position: inside;
list-style-type: disc;
  background-color: #ccfecc;
  color:            green;
}

.navigation2 a:link {
  background-color: #ccfecc;
  color:            green;
}

.navigation2 a:visited {
  background-color: #ccfecc;
  color:            green;
}

.navigation2 a:hover {
  background-color: #ccfecc;
  text-decoration: 	none;
  text-decoration:underline;
}

.navigation2 a:active {
  background-color: #ccfecc;
  color:            green;
}



#intern{
position:absolute;
top:300px;
left:200px;
}

#piclink{

}
