@import url(css/z_line.css);
@import url(css/inhalte.css);
@import url(css/controlpanel.css);
@import url(css/announce.css);
@import url(css/section.css);
@import url(css/defaultmenu.css);
@import url(css/boxen.css);
@import url(css/basisdesign.css);

BODY {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #999;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	min-width: 900px;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 1.2em;
	color : #E3AA01;
	background-color : transparent;
}

a:link {
	font-style: normal;
	text-decoration: underline;
	color: #FC0;
}

a:visited {
	font-style: normal;
	text-decoration: none;
	color: #FC0;
}

a:hover {
	font-style: normal;
	text-decoration: underline;
	color: #FFF7D4;
}









p {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;

}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #5B4900;
}

.bg_medium {
	background-color : #FC0;
}

.bg_light {
	background-color : #333333;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
	background-color : #FC0;
}

.alt_bg_light {
  background-color : #5fb0d8;
}

.copyright {
    font-size: .8em;
    text-align: center;
}


/* MAINTABELLE Linke mitte rechte Seite */

#haupttabelle {
	width: 100%;
	border: 0px;
}

#linkespalte {
	width: 15%;
	min-width: 210px;
	max-width: 220px;
}
#mittlerespalte {
	width: 70%;
}
#rechtespalte {
	width: 15%;
	min-width: 210px;
	max-width: 220px;
}

