@import url(css/announce.css);
@import url(css/inhalte.css);
@import url(css/menuetest.css);
@import url(css/boxen.css);
@import url(css/main.css);
@import url(css/header.css);
@import url(css/base.css);
BODY {
	font-size : 0.8em;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #343434;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
}

a:link {
	color: #343434;
}
a:visited {
	color: #343434;
}
a:hover {
	color: #BDB9AF;
}






/* h1 = in
default_box.tpl der Titel 

*/

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


H2 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.4em; 
color :#343434; 
background-color : transparent; 

/*  display: inline;   */
 margin: 0em;
 padding: 0em;
}

.webpage-title {
	color: #86837A;
}

/* h3 = in 
pagemaster\default.tpl = Titel von Section
*/

H3 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #86837A; 
background-color : transparent; 

/*  display: inline;   */
 margin: 1.4em 0em 1em 0em;
 padding: 0em;
}


img {
	border: 0px;
}

p {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 

}

/* in IFRAME enthalten */
.page {
	width: 100%;
}


/* smalltext = update created Info ect */

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


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

.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;
 color: #343434;
}

.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 : .8em;
  color : red;
  font-weight : bold;
}

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

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #86837A;
}

.bg_medium {
  background-color : #BDB9AF;
}

.bg_light {
  background-color : #DAD7CF;
}

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

.alt_bg_medium {
  background-color : #2794d8;
}

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

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

