/* 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-position:top;*/
	background-color: #FFFFFF;
	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:#645f49;
padding-left:12px;
font: bold 1.5em Arial, Sans-Serif; margin: 0 0 12px; 
text-decoration:underline;}
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }

img {border: 0 none;} 

.minimenu {text-align:center;padding:0 0 10px 0;}
.minimenu ul {height:30px;list-style:none;}
.minimenu li {float:left;}
.minimenu li a {
  margin:2px 5px;
  padding:5px 10px;
  background:#fafafa;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
        -moz-box-shadow: 0 1px 2px #CACACA;
        -webkit-box-shadow: 0 1px 2px #CACACA;
	-khtml-box-shadow: 0 1px 2px #CACACA;
	box-shadow: 0 1px 2px #CACACA;
}
.minimenu li a:hover {
  color:#000;
  background:#ddd;
  text-decoration:none;
        -moz-box-shadow: 0 1px 1px #999;
        -webkit-box-shadow: 0 1px 1px #999;
	-khtml-box-shadow: 0 1px 1px #999;
	box-shadow: 0 1px 1px #999;
}

