/* Navigation & Subnavi-Tabs */
@import url('navi_subnavi.css');

/* Styling der page */
@import url('style.css');

body { 
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;

background-image:url("../images/bg.gif");
background-repeat:no-repeat;
background-position:top;
  background-color: #f0eee1;

  color:#564b47;
  padding-top:0px; 


}

a {	color: #ff5500;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }
p { margin: 0 0 15px 0; }
h1 { font: bold 1.7em Arial, Sans-Serif;  margin: 20px 0 0; }
h1 a { color: #fff; background: inherit; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 {
text-transform:uppercase;
color:#FFFFFF;
padding-left:12px;
background-image:url("../images/h2bg.jpg");
background-repeat:repeat-y;
font: bold 1.3em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }

img {border: 0 none;} 
