#loginpage {
	position: relative;
	text-align: center;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

#loginform {
	background-image: url(images/header_bg.gif);
	border: 1px solid #fe0;
	padding: 10px;
	font-size: 1.0em;
}

.error_login {
	font-weight: bold;
	background: #fee;
	color: #900;
}

#copy {
	text-align: center;
	margin-top: 50px;
	font-size: 0.8em;
	color: #999;
}

#nav_container {
	position: relative;
	margin: 0;
	margin-top: -8px;
	margin-right: -10px;
	margin-left: -20px;
	height: 60px;
	background-image: url(images/header_bg.gif);
	vertical-align: middle;
}

#nav_container ul {
	position: absolute;
	margin-top: 15px;
	margin-left: 0px;
	left: 0px;
	list-style: none;
	padding: 0;
}

#nav_container li {
	line-height: 16px;
	margin-left: 10px;
	padding: 5px;
	float: left;
	font-weight: bold;
}

#nav_container li a {
	color: #ffee00;
	padding: 4px;
	border: 1px solid #ffee00;
	text-decoration: none;
}

#nav_container li a:hover {
	background: #ffee00;
	color: #666;
}

#curdate {
	float: right;
	text-align: right;
	margin-right: 10px;
	font-size: 0.8em;
	margin-top: 5px;
}

body {
	font-size: 0.8em; 
	font-family: Arial;
	margin: 5px;
	margin-left: 20px;
}

.ok {
	background-image: url(images/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	text-indent: 15px;
	color: #090;
}

.error {
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	text-indent: 15px;
	color: #900;
}

.neutral {
	background-image: url(images/neutral.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	text-indent: 15px;
	color: #666;
}

#send_mail_back, #send_mail_confirm {
margin-right:20px;
line-height:30px;
padding:5px;
}

#send_mail_back a, #send_mail_confirm a {
border:1px solid black;
text-decoration:none;
color:#000;
padding:5px;
}

#send_mail_back a:hover, #send_mail_confirm a:hover {
background:#ffee00;
}

#message_preview {
margin-bottom:20px;
padding:0px 0px 10px 0px;
border-bottom:1px solid black;
}

#subscribertable {
font-size:1.0em;
border:1px solid black;
}

#subscribertable td {
background:#eee;
padding:2px;
}

#subscriberdetails {
	font-size: 1.0em;
	float: left;
}

#history {
	float: left;
}

#history table {
	font-size: 0.8em;
	border: 1px solid lightgray;
}

#history table td {
	border: 1px solid lightgray;
}

#history table th {
	background: lightgray;
	font-weight: bold;
}

#history_comments {
	width: 175px;
}

#newAboLink {
margin-bottom:10px;
}

#subscriberdetails input {
padding:2px;
}

#subscriberdetails td {
	width: 150px;
}

#subscriberdetails textarea {
padding:2px;
font-family: Arial;
font-size:1.0em;
}

#inputsubmit {
	width: 100px;
}

.inputstd {
	width: 200px;
}

.inputbank {
	width: 200px;
}

#inputstreet {
	width: 150px;
}

#inputhnr {
	width: 46px;
}

#inputzip {
	width: 60px;
}

#inputcity {
	width: 136px;
}

#bankeinzug_block {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	background: #eee;
	width: 355px;
}

#bankeinzug_block td {
	width: 150px;
}

#bankeinzug_block input {

}

#environment {
	height: 10px;
	margin: -5px;
	margin-left: -20px;
	text-align: center;
	background: #F00;
	font-weight: bold;
}

#leftbox {
	width: 280px;
	float: left;
}

#rightbox {
	float: left;
}

#infomail_form {
	width: 1050px;
}

#infomail_form  p, #infomail_form td {
	font-size: 0.8em;
}

.inactive_send_button a {
	border:1px solid #666;
	text-decoration:none;
	color:#ddd;
	padding:5px;
	background:#aaa;
}

.inactive_send_button a:hover {
	cursor:not-allowed;
}

.active_send_button, .inactive_send_button {
	margin-right:20px;
	line-height:30px;
	padding:5px;
}

.active_send_button a {
	border:1px solid black;
	text-decoration:none;
	color:#000;
	padding:5px;
}

.active_send_button a:hover {
	background:#ffee00;
}