html { 
	overflow-x: auto;
}

form {
	display: inline;
	margin-bottom: 0px;
}

body {
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	margin: 0px;
	padding: 0px;
}

table,tr,td {
	background-color: transparent;
}
										
.content {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 13px;
}

a, a:visited, a:active  {
	font-size : 10px;
	color: #424242;
 	font-weight : bold;
 	text-decoration : none;
}
 
a:hover  {
 	font-size : 10px;
	color: #F68220;
 	font-weight : bold;
	text-decoration : none;
}

										/*Button Content*/
.button
{
   	border-style : solid;
    border-color : #BF311A;
	border-width : 1px;
	background-color: #FEE6BD;
	color: #BF311A;
	font-size : 11px;
	font-family : Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-weight : normal;
	padding: 2px;
}

										/*Eingabefeld Content*/
input.edit {
    border-style : solid;
    border-color : #FCC574;
    border-width : 1px;
	background-color: #FEE6BD; 
	color: #BF311A;
	font-size : 10px;
	font-family : Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	height: 12px;
	width: 263px;
	padding: 2px;
}


										/*Eingabefeld Content*/
input.edit_rot {
    border-style : solid;
    border-color : #BF311A;
    border-width : 1px;
	background-color: #E06B1E; 
	color: #BF311A;
	font-size : 10px;
	font-family : Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	height: 12px;
	width: 263px;
	padding: 2px;
}

										/*Textarea Mailformular*/
textarea.edit {
    border-style : solid;
    border-color : #FCC574;
    border-width : 1px;
	background-color: #FEE6BD;
	color: #BF311A;
	font-size : 10px;
	font-family : Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	height: 100px;
	width: 263px;
	padding: 2px;
}
