/*############# Error/Hinweise #################################################*/

p.error_cell {
	padding: 8px;
	border: 1px solid #999999;
	color: #E40D1C;
	margin-bottom:15px;
}

p.error_cell a {
	color: #E40D1C;
}

p.message_cell, div.message_cell {
	padding: 8px;
	border: 1px solid #999999;
	margin-bottom:15px;
}

.message_cell img  {
	float:left;
	margin: 0px 8px 8px 0px;
}


/*############# Formulare #################################################*/

/*############# Error/Hinweise #################################################*/

p.error_cell {
	padding: 8px;
	border: 1px solid #999999;
	color: #E40D1C;
	margin-bottom:15px;
}

p.error_cell a {
	color: #E40D1C;
}

p.message_cell, div.message_cell {
	padding: 8px;
	border: 1px solid #999999;
	margin-bottom:15px;
}

.message_cell img  {
	float:left;
	margin: 0px 8px 8px 0px;
}


/*############## Formulare ################################################################# */

.div_table {
	/*border-top: 1px solid #9AB5E5;*/
	padding-top: 10px;
}

.formular fieldset {
	padding: 0px;
	margin:0px;
	border: none;
}

.formular label {
	width: 115px;
	float: left;
	display: block;
	height: 18px;
	margin-top: 3px;
}

.formular .div_table input {
	width: 363px;
}

.formular .div_table input.small {
	width: 50px;
}

.formular .div_table input.small2 {
	width: 70px;
	margin-left: 10px;
}

.formular .div_table span {
	margin-left: 10px;
}

.formular .div_table input.middle {
	width: 293px;
	margin-left: 7px;
}

.formular .contact_by {
	padding: 8px 0px 8px 0px;
}

.formular .contact_by p {
	display: inline;
	padding-right: 15px;
}

.formular textarea {
	width: 363px;
}

.formular .buttons {
	padding: 15px 2px 0px 115px;
}

.formular select {
	width: 340px;
}


.captcha {
	border-top: 1px solid #9AB5E5;
	border-bottom: 1px solid #9AB5E5;
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
}

input.text, textarea.text  {
	border-right: #e7e8ed 1px solid;
	padding-right: 4px;
	border-top: #474e66 1px solid;
	padding-left: 4px;
	padding-bottom: 1px;
	border-left: #474e66 1px solid;
	padding-top: 1px;
	border-bottom: #e7e8ed 1px solid;
	font-size: 11px;
}

input.text, textarea.text, select.text  {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:0px;
}

input.button  {
	padding: 1px 5px 1px 5px;
	border: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #871749;
	cursor: pointer;
}


/*############# Text ###############################################################*/

.error  {
	color: #E40D1C;
}

.text_h10 {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text_cgr {
	color: #999999;
}

/*############# Content ###############################################################*/

.news_subject {
	font-weight:bold;
}

.news_pic {
	float: left;
}

.news_link {
	text-decoration:underline;
}

.news_spacer {
	clear:both;
   height:10px;
}

.border {
	border-top: 1px dashed #E40D1C;
}

.zoomviewer {

}


/*############# Table ###############################################################*/


.table_standard td {
	background-color: #FFFFFF;
	padding:3px 30px 3px 10px;
	vertical-align:top;
}

.table_norm {
	padding:5px 0px 10px 0px;
	vertical-align:top;
}

.table_norm span {
	font-size: smaller;
}

.table_norm td {
	padding:3px 30px 3px 00px;
	vertical-align:top;
}

.table_liste td {
	background-color: #FFFFFF;
	padding:10px 30px 10px 10px;
	vertical-align:top;
}

/*############# Listen ###############################################################*/

ul.list_1 {
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	list-style-type: none;
}

ul.list_1 li {
	background-image: url(layout/screen/star_1.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding:0px 0px 5px 20px;
}

.clearboth {
	clear: both;
}

/*##########################  S I T E M A P  #########################*/

.sitemap {
   padding: 0px 0px 0px 15px;
   line-height: 24px;
 }

.sitemap li {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   background-image: url(layout/screen/sitemap_extm.gif);
	background-repeat: no-repeat;	
	font-weight:bold;
}

.sitemap li li {
	font-weight:normal;
}

.sitemap li.last {
   background-image: url(layout/screen/sitemap_exlm.gif);
	background-repeat: no-repeat;
}

.sitemap ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   background-image: url(layout/screen/sitemap_exim.gif);
	background-repeat: repeat-y;
}
	
.sitemap ul.last {
   background-image: none;
}

.sitemap ul.first {
   padding:0px;
}

.sitemap li.first {
   background-image: url(layout/screen/sitemap_exfm.gif);
	background-repeat: no-repeat;
}

.sitemap a {
	color: black;
	text-decoration: none;	
}

.sitemap a:hover {
	color:#871749;
	text-decoration: none;	
}

