/*
Released for free under a Creative Commons Attribution 2.5 License
*/

body { 
       background-attachment: fixed;
       background-color: #B2A59C; 
}

body, textarea {
   
   
   scrollbar-base-color: #CCCC9A;
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-darkshadow-color: #000000;
   scrollbar-face-color: #B2A59C;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #000000;
   scrollbar-track-color: #CCCC9A;
}


h1, h2, h3, h4, h5, h6 {
	text-transform: ;
	color: #FF3334;
}

a {
	border-bottom: 1px solid #FF3334;
	text-decoration: none;
	color: #000000;
}

a:hover {
	border: none;
	border-bottom: 1px solid #3300FF;
}
.navi a:hover {
	background-color: #B2A59C;
}

/* Boxed */

a.menuepunkt {
  color: black;
  background: #CCCC99;
  text-align: center;
  display: block;
  width: 130px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 5px;
  text-decoration: none;
  font: bold 14px arial, sans serif;
  }
a.menuepunkt:hover{
  color: white;
  background-color: #ff6600;
  
  }
a.menuepunkt1 {
  color: black;
  background: #CCCC99;
  text-align: center;
  display: block;
  width: 80px;
  padding: 2px;
  text-decoration: none;
  font: bold 14px arial, sans serif;
  }
a.menuepunkt1:hover{
  color: white;
  background-color: #ff6600;
  
  }
 .rahmen {
         border-top: 1px solid #FF3334;
         border-bottom: 1px solid #FF3334;
}  
 .rahges {
         border-left: 5px outset #000080;
         border-right: 5px outset #000080;
         border-top: 5px outset #000080;
         border-bottom: 5px outset #000080;
} 
.under {
         border-bottom: 1px solid #999999;
}   
.title {
	margin: 0;
	font-size: 2.8em;
}

.posted {
	margin-top: 0;
	font-size: 1.2em;
}

.meta {
	font-size: .8em;
}

/* Search */

#search form {
	padding: 0 30px 0 40px;
}

#textfield1 {
	width: 160px;
	padding: 2px 5px;
	background: #000000;
	border: none;
	border-top: 1px solid #638DBD;
	border-left: 1px solid #638DBD;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
