body {
  margin:0;
  font:x-small Georgia,Serif;
  text-align:left;
  color:#333;
  scrollbar-face-color: #D5D4D4;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #e8e8e8;
  scrollbar-track-color: #f0f0f0;
  scrollbar-arrow-color: #5A5A5A;
  font-size/* */:/**/small;
  font-size: /**/small;
  }
  
a:link {
	color:#333;
	text-decoration: underline;
}
a:visited {
	color:#333;
  }
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:img {
  border-width:0;
  }
/* Navigation */

.nav{
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	font-weight : normal;
}

a.nav {
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	font-weight : normal;
}

a.nav:active {
	font-size: 11px;
	color:#000000;
	text-decoration:underline;
	font-weight : normal;
}

a.nav:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight : normal;
}

a.nav:visited{
/* muss leer sein, sonst sind die bereits besuchten Seiten nicht mehr unterstrichen */
}


a.navon {
	font-size: 11px;
	color:#333333;
	text-decoration: underline;
	font-weight : normal;
}

a.navon:active {
	font-size: 11px;
	color:#333333;
	text-decoration:underline;
	font-weight : normal;
}

a.navon:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight : normal;
}

a.nav:visited{
/* muss leer sein, sonst sind die bereits besuchten Seiten nicht mehr unterstrichen */
}

/* Inhalt
----------------------------------------------- */

.text {
  font-size: 12px;
  margin:0 auto;
  padding:0;
  line-height:1.8em;
  }

.textsmall {
  font-size: 10px;
  margin:0;
  padding:0;
  line-height:1.2em;
  }
  
.title {
  border-width:1px 1px 0;
  font-size:140%;
  line-height:1.0em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
  

.date-header {
  margin:1.5em 0 .5em;
  }
  
.specialtext {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
  
.text-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color: #FF6699;
}
.text-title a, .text-title a:visited, .text-title strong {
	display:block;
	text-decoration:none;
	color: #FF6699;
	font-weight:normal;
}
.text-title strong, .text-title a:hover {
  color:#333;
  }
.text p {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.text-footer {
  margin:5px 0 0;
  color:#ccc;
  }
.text-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.text-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
ul {
	color: #666666;
	list-style : none;
	padding : 0;
	margin : 0 0 0 12;
}
  
/* Leftbox and Rightbox toolbar buttons
----------------------------------------------- */
.leftbox, .rightbox {
	font-size: smaller;
	clear: both;
}
.leftbox {
	margin: 6px 6px 0 0;
	padding: 0 10px 0 0;
	float: left;
}
.rightbox {
	margin: 6px 4px 0 3px;
	padding: 0 0 0 3px;
	float: right;
}
  
.leftbox img {
  padding:6px;
  border:1px solid #ddd;
  }
     
.rightbox img {
  padding:6px;
  border:1px solid #ddd;
  }

.box img {
  padding:4px;
  border:1px solid #ddd;
  }	

/* Headings
----------------------------------------------- */
h2 {
	margin:1.5em 0 .75em;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color: #666666;
}
  
.searchtitle {
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
}

/* Formular */
.adminbg{
/* table-background in admin.php and sign.php*/
border-width:1px;
border-color:#CCCCCC;
border-style:solid;
background-color:#E3E3E3;
vertical-align:middle;
}
	
.introdate{
	font-size:10px;
	color: #333333;
	background-color : #ffffff;
}

.form	{
	scrollbar-base-color:#cccccc;
	font-size: 11px;
	color: #000000;
	border: 1 solid #666666;
	text-decoration : none;
	background-color: #ffffff;
	cursor: hand;
}

.formspecial	{
	scrollbar-base-color:#cccccc;
	font-size: 11px;
	color: #000000;
	border: 1 solid #666666;
	text-decoration : none;
	background-color: #ffffff;
	cursor: hand;
}
