html, body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0,9em;
        margin: 0px;
        padding-top: 0px;
		color: #676767;
		background-color: #fff;
	    background-repeat: repeat-x;
        }

	   
#box {
        margin-top:0px;
        background: transparent;
		width: 70%;
        }
	

/* sonstiges*/
h1 {
	background: inherit;
	color: #515151;
	font-weight: normal;
	font: 1.3em Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	letter-spacing: 0.09em;
}

h2 {
        font:  120%/125% Verdana,Arial,Helvetica,sans-serif;
        color: #3f3f3f;
		background: transparent;
        }
h3 {
        margin: 1em 0 0 0;
        font:  105%/130% Verdana,Arial,Helvetica,sans-serif;
		background: transparent;
		color: #282828;
        }
		
hr {
		color: #c0c0c0;
        }
		
table {
	margin-left: 0px;
	width:500px
}

td {
	width: 120px
	}
		
		
acronym, abbr {
         border-bottom: 1px dotted #000000;
         cursor: help;
		 background: #c0c0c0;
		 color:#000;
         }
		
input.text { background: #f3f2f1;width:80px;height: 15px;border:1px solid #c9c9c9;}
input.text2 { background: #f3f2f1;width:400px;height: 100px;border:1px solid #c9c9c9;}
input.text3 { background: #f3f2f1;width:30px;height: 20px;border:1px solid #c9c9c9;}
input.text4 { background: #f3f2f1;width:500px;height: 20px;border:1px solid #c9c9c9;}
input.text5 { background: #f3f2f1;width:250px;height: 20px;border:1px solid #c9c9c9;}
textarea.text { background: #f3f2f1;border:1px solid #c9c9c9;}
option.text { background: #f3f2f1;border:1px solid #c9c9c9;}
select.text { background: #f3f2f1;border:1px solid #c9c9c9;}
input.button { width: 35px; height: 20px; font-size: 11px; font-weight: normal; margin: 0px 0px 5px 0px; background: #ececec;color:#c0c0c0; cursor:pointer; }

input.google { width: 200px; 
 
}

div.a1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	color: #D26900;
	float : left;
	font-weight : bold;
	width : 20px;
	height : 20px;
}

.small {
	font-size : 1.0em;
}

.brown {
	color: #c0c0c0;
	background-color:rgb(70,70,70);
	border:1px #282828;
	cursor:pointer;
}


.border2 {
	border-right : 1px groove #3F3F3F;
	border-bottom : 1px ridge #3F3F3F;
	border-top : 1 px  ridge #3F3F3F;
	background-color : #e6e09d;
}

.borderall {
	border : 1px outset #c0c0c0;
}
.borderall2 {
	border : 1px solid #c0c0c0;
	background-color: #c0c0c0;
}
.borderall4 {
	border : 1px solid #808080;
	background-color: #c0c0c0;
}
li.a1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #282828;
	list-style-image : url("dot.jpg");
}

.hell {
	background-color :#c0c0c0;
}

.dunkel {
	background-color :#808080;
}

.rot {
	color: #ff0000;
}
	
blockquote {
	   border-left: 2px solid #c8bfbf; 
	   padding-left: 10px;
	   }
