/*
Released for free under a Creative Commons Attribution 2.5 License
*/

body { background-image:url(./juhupic/sumtextb.jpg);
       background-attachment:fixed;
}

body, textarea {
   
   
   scrollbar-base-color:#8C8CC6;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-arrow-color:#FFFFFF;
   scrollbar-darkshadow-color:#000000;
   scrollbar-face-color:#CCCCFF;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-shadow-color:#000000;
   scrollbar-track-color:#CCCCCC;
}


h1, h2, h3, h4, h5, h6 {
	text-transform: ;
	color: #FF3334;
}
ol {
font:  16px arial, sans serif;
color: #000080;
}
ul {
font: 14px arial, sans serif;
color: #000080;
}
p.text {
font: 16px arial, sans serif;
color: #000080;
}
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: #CCFFFF;
}

/* Boxed */

a.menuepunkt {
  color: black;
  background: #83A1C5;
  text-align: center;
  display: block;
  width: 200px;
  border: red double 1px;
  padding: 5px;
  text-decoration: none;
  font: bold 14px arial, sans serif;
  }
a.menuepunkt:hover{
  color: white;
  background-color: red;
  border: blue double 1px;
  }
 .rahmen {
         border-top: 1px solid #FF3334;
         border-bottom: 1px solid #FF3334;
}  
 .rahges {
         border-left: 1px solid #999999;
         border-right: 1px solid #999999;
         border-top: 1px solid #999999;
         border-bottom: 1px solid #999999;
} 
.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;
}