html { 
	overflow-x: auto;
}

form {
	display: inline;
}

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

table,tr,td {
	background-color: transparent;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
										
										/*Fußzeile 10px*/
td.foot {
	font-size: 10px;
}

.content-mail {							/*Content Mail-Fenster, weißer BG*/
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
}

										/*Link default (türkis >> orange)*/
a, a:visited, a:active  {
	font-size : 12px;
	color: #888888;
 	font-weight : normal;
 	text-decoration : underline;
}
 
a:hover  {
 	font-size : 12px;
	color: #000000;
 	font-weight : normal;
	text-decoration : underline;
}

										/*Überschriften*/
b.big  {
 	font-size : 13px;
	color: #000000;
 	font-weight : bold;
}

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

										/*Eingabefeld Mailformular*/
input.mail-edit {
    border-style : solid;
    border-color : #BEBEBE;
    border-width : 1px;
	background-color: #FFFFFF; 
	font-size : 12px;
	font-family : Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	height: 15px;
	width: 250px;
	padding: 2px;
}

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