html {
	height:100%;
}

body {
	height:100%;
}

body, p, td {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

.header {
	width:440px;
	height:60px;
	background-image: url('../Images/header.jpg');
}

td {
	vertical-align:top; text-align:left;
}

.frame {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.frame_top {
	border-top-width: 1px; border-top-style: solid; border-top-color: #000000;
}

.leitartikel {
	background-color:#eae8b8;
}

.rubrik {
	color:#999999;
	line-height:14px;
	font-weight:bold;
}

.space {
	line-height:5px;
}

.headline {
	color:#bcb316;
	font-weight:bold;
}

.link {
	color:#bcb316;
	font-weight:normal;
	text-decoration:none;
}

.link_navi {
	color:#bcb316;
	font-weight:bold;
	text-decoration:none;
}

.link_admin {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

.druckversion {
	color:#000000;
	font-weight:normal;
	text-decoration:underline
}

.box_email {
	border: 1px solid #000000;
	width:250px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

.box_feedback {
	border: 1px solid #000000;
	width:410px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

.box_order {
	border: 1px solid #000000;
	width:250px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

.button {
	border: 1px solid #000000;
	width:150px;
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	background-color:#FFFFFF;
}


ul {
	list-style-image: url(../Images/dot_list.gif);
	margin: 0px;
	padding-left: 15px;
}


.validation-failed 
{
    background-image: url('../Images/form-required.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.error, .validation-advice 
{
    color: Red;
}