/*
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 100 20px 80 80;
	padding: 100;
	background: url(images/barbkgde.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000080;
        background-attachment: fixed;
}
body, textarea {
   
   
   scrollbar-base-color:#8C8CC6;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-arrow-color:#FFFFFF;
   scrollbar-darkshadow-color:#000000;
   scrollbar-face-color:#CCCC99;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-shadow-color:#000000;
   scrollbar-track-color:#FFFFCC;
}
form {
	margin: 0;
	padding: 100;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: ;
	color: #000080;
}
ol {
font:  16px arial, sans serif;
color: #000080;
}
.p {
	background-color: #CCCC99;
	border: red double 1px;
	width: 110px;
}
.p2 {
	background-color: #000080;
	border: red double 3px;
	width: 500px;
}
.band  {
	color: ffffff;
	background: #000080;
	text-align: left;
	width: 700px;
}

a {
	border-bottom: 1px solid #8A8E99;
	text-decoration: none;
	color: #4369D1;
}

a:hover {
	border: none;
}

/* Boxed */

.boxed {
       border: black double 1px;
       padding: 0px 5px 0px 5px; 
}
.boxed2 {
       border: #cc6600 double 1px;
       padding: 5px 5px 5px 5px; 
}
.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 2px 30px 2px 40px;
	background: url(images/img4.jpg) no-repeat;
}

.menue  {
	border-left: 1px solid #000080;
	background: #ffff80;
	text-align: center;
	width: 100px;
	display: block;
}
a.menuepunkt {
  color: black;
  background: #CCCC99;
  text-align: center;
  display: block;
  width: 100px;
  border: #993300 double 1px;
  padding: 5px;
  text-decoration: none;
  font: bold 12px arial, sans serif;
  }
rah {
  color: #ffff00;
  background: #000080;
  text-align: center;
  display: block;
  width: 700px;
  border: #993300 double 1px;
  padding: 5px;
  text-decoration: none;
  font: bold 12px arial, sans serif;
  }
a.menuepunkt1 {
  color: black;
  background: #CCCC99;
  text-align: center;
  display: block;
  width: 250px;
  border: #993300 double 1px;
  padding: 5px;
  text-decoration: none;
  font: bold 12px arial, sans serif;
  }
a.menuepunkt:hover{
  color: white;
  background-color: red;
  border: black double 1px;
  }
a.menuepunkt1:hover{
  color: white;
  background-color: red;
  border: black double 1px;
  }
/* Header */

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 3em;
}

#header h2 {
	margin: -.75em 0 0 2px;
	padding: 10;
	font-size: 1em;
}

#header a {
	border: none;
	color: #6F7A9F;
}

/* Posts */

#posts {
	float: left;
	position: absolute;
	left: 500px;
	top: 20px;
	margin: 20px 0px 0 0;
        font-size: .9em;
}

.post {
        position: absolute;
	left: 70px;
	top: 20;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #8A8E99;
}

.title {
	margin: 0;
	font-size: 1.8em;
}
.deco {
	margin: 0;
	padding-bottom: 3px;
	padding-left: 8px;
        border-bottom: 1px solid red;
        border-left: 1px solid red;
}

.posted {
	margin-top: 0;
	font-size: .8em;
}
.postex {
	margin-top: 5;
	font-size: 1.2em; 
}

.meta {
	font-size: .8em;
}

/* Footer */

#footer {
	clear: both;
}

#footer p {
	padding-top: 20px;
	text-align: right;
	font-size: .7em;
}

#footer p {
	color: #000080;
}