/*******************schrift*******************/

body,
p,
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9f0000;
	font-size:11px;
	}
	
.krazzmaxx {
	font-style:italic;
	font-weight:bold;
	color:#f99826;
	}
	
/******allgemeines********/
td {
	vertical-align:top;
	}
	
body {
	margin:0px;
	padding:0px;
}

img {border:none;}

h1	{
	font-size: 18px;
	font-style:italic;
	color: #f99826;
	border-bottom:1px dashed #f99826;
	margin-bottom:15px;
	}
	
h2{	font-size: 14px;
	font-style:italic;
	color: #f99826;
	background-color:#fdebc2;
	margin-bottom:10px;
	padding:3px;}


h3{font-size: 12px;
	font-style:italic;
	color: #f99826;
	margin-bottom:5px;
}
	
ul
 { 	list-style-type: circle;
	list-style-position:outside;
	margin-left:0px;
	padding-left:0px;
	padding-left:15px;
 margin-left:15px;
 }
 
 
hr {
	width:100%;
	border-style:dashed;
	background-color: #f99826;  /* Mozilla 1.4 */
	color: #f99826;  /* IE 6 */
	border:  #f99826;  /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}
	
.kasten {
	border:1px dashed #f99826;
	background-color:#fdebc2;
	background-repeat:repeat-x;
	background-position:bottom;
	padding:7px;
	vertical-align:top;
	}




/**********************formular***********/
textarea,
input {
	background-color:#fdebc2;
	color: #990000;
	border: #f99826 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
	}
	

	
	
.input_button {
	margin:2px;
	color:#990000;
	border:1px solid #990000;
	border-left:  #FF9900;
	border-top:#FF9900;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}



.kein_rahmen { border:none; background-color:transparent;}

