html, body {
	color: #58585a;
	margin: 0;
	padding: 0;
	border: none;
	font: 12px helvetica;
}

p 
{
margin: 0;
padding: 0;	
}


form, img {
	margin: 0;
	padding: 0;
	border: none;
}

a, a:link, a:hover, a:active, a:visited {
	color: #58585a;
	text-decoration: none
}

a:hover {
}

ul li {
	position: relative;
}

h1,
h2,
h2 a, h2 a:link, h2 a:hover, h2 a:active, h2 a:visited
{
	color: #d30026;
	font-variant: small-caps;
	font-size: 12pt;
}


/*#########
 FORMULARE
#########*/


.input {
	width: 180px;
	height: 20px;
	border: 1px solid #c0c0c0;
	background-repeat: no-repeat;
	padding: 2px;
	text-indent: 2px;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.input:hover, .input:focus
{
	background-color: #efefef;
}

.inputError {
	width: 180px;
	height: 20px;
	border: 1px solid #ff0000;
	background-color: #ffdfdf;
	background-repeat: no-repeat;
	padding: 2px;
	text-indent: 2px;
	margin-right: 10px;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.inputError:hover, .inputError:focus
{
	background-color: #efefef;
}

.fileError {
	border: 1px solid #ff0000;
	background-color: #ffdfdf;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-bottom: 1px;
}

.textarea {
	width: 300px;
	height: 400px;
	border: 1px solid #c0c0c0;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: verdana;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.textareaError {
	width: 300px;
	height: 100px;
	border: 1px solid #ff0000;
	background-color: #ffdfdf;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: verdana;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.select {
	width: 166px;
	border: 1px solid #c0c0c0;
	height: 20px;
	font-size: 11px;
		padding-top: 2px;
	padding-bottom: 2px;
}

.selectError {
	width: 166px;
	border: 1px solid #ff0000;
	background-color: #ffdfdf;
	height: 20px;
	font-size: 11px;
		padding-top: 2px;
	padding-bottom: 2px;
}

.submit {
	border: 0;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	background-image: url("../../img/submit.png");
	background-repeat: no-repeat;
	color: #404040;
	font-weight: bold; 
	background-color: #fff;
	text-align: center;
	margin-top: 5px;
	width:160px;
	height:32px;
	font-family: Arial, sans-serif;	
}

.submit:hover {
	background-image:url("../../img/submit_hover.png");
}

.submit a:link {
	color:#404040;	
}

.icon { 
    margin-top: -3px;
	margin-right: 3px;
	vertical-align: middle;
}


.table
{
	width: 100%;
}

.table th
{
	background-image:url(../../img/navi_top_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding: 0 5px 0 5px;
	margin-bottom: 15px;
	font-variant: small-caps;
	letter-spacing: 0.25%;
	font-weight: bold;
	font-size: 10pt;
	color: #595758;
}

.table tr:hover
{
	background-color: #e6e0d0;
}

.table td
{
	padding: 6px;
}



.table_error
{
	width: 100%;
}

.table_error th
{
	background-image:url(../../img/title_error.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding: 0 5px 0 5px;
	margin-bottom: 15px;
}

.table_error tr:hover
{
	background-color: #efefef;
}

.table_error td
{
	padding: 6px;
}




.table_blank
{
	width: 100%;
	font-size: 12px;
}

.table_blank th
{
	padding: 6px;
}

.table_blank td
{
	padding: 6px;
}

.table_blank tr
{
	vertical-align:top;
}

.errorBox {
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #ff0000;
background-color: #ffdfdf;
padding: 10px;
font-size: 11px;
font-weight: bold;
}

.img {
padding: 3px;
border: 1px solid #e4e4e4;
margin:0;
padding-bottom: 3px;
}

.img_objects {
border: 7px solid #d2c9b8;
margin:0;
padding:0;
}

.img:hover {
border: 1px solid #808080;
}

.content_box
{
	margin-top: 25px; 
	border-bottom: 1px solid #e2e1d0;
	margin-bottom:15px;
}
	