body {
	margin: 0 0 0 0px;	
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: "Courier New", Courier, monospace; 
	font-size: 14px;
	text-align: center;
}

div#page {
	margin: 0 auto;
	width: 700px;
	min-height: 94%;
	text-align: left;
<!--height: 94%;-->
}

div#content {
	margin-top: 12%;
	width: 700px;
	height: auto;
}

div#impressum {
	margin: 0 auto;
	width: 700px;
	min-height: 4%;
	color: silver;
	text-align: right;
	padding-top: 7px;
	border-top: 1px solid silver;
<!--height: 4%;-->
}

h1 {
	color: green;
	font-size: 35px;
}

div#h2 {
	font-size: 23px; 
	color: silver; 
	margin-top: -15px;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	font-size: 27px;
	text-decoration: underline;
}

a:visited {
	color: blue;
}

div#impressum a {
	text-decoration: none;
	color: silver;
}

div#impressum a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px;
}

/*Kontakt*/

td {
	padding: 5px;
	padding-left: 15px;
	vertical-align: top;
	font-size: 14px;
}

.td_r {
	width: 180px;
	text-align: right;
}

.td_l {
	width: 405px;
	text-align: left;
}

.td_rl {
	width: 180px;
	text-align: left;
}

.inputtext {
	width: 265px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Courier New", Courier, monospace; 
	padding: 2 3 3 5;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color:#FFF0FF;
	overflow-y: hidden;
	border: 0;
}

.inputtext_alert {
	width: 265px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Courier New", Courier, monospace; 
	padding: 2 3 3 5;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	color: red;
	text-decoration: none;
	background-color:#FFF0FF;
	overflow-y: hidden;
	border: 0;
}

.submit {
	width: 100px;
	padding: 0 15 1 15;
	margin-top: 5px;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #EFEFEF;
}

