@charset "utf-8";

* {
margin: 0;
/*padding: 0;*/
border: 0;
}
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #158ecf;
	}
* html #Container { /* Fr IE */
	height: 100%;
}

/* ------------------Diverse Einstellungen--------------*/

.french {
	color: #868786;
}
.weiss {
	color: #ffffff;
}
.unten {
	color: #868786;
	font-size: 10px;
}

/* -------------------Links allgemein ----------------*/
a, a:visited, a:active {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.start, a.start:visited, a.start:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.start:hover {
	text-decoration: underline;
}
.input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #F2F2F2;
	background-color: #FFFFFF;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-size: 15px;
}
.Form_Button {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #D7D7D7;
	background-color: #F3F3F3;
}
