/*############# Error/Hinweise #################################################*/

.error_cell {
	padding: 8px;
	border: 1px solid #999999;
	color: #FF0000;
	margin-bottom:15px;
}

.error_cell a {
	color: #FF0000;

}

.note_cell {
	padding: 8px;
	border: 1px solid #999999;
	margin-bottom:15px;
}

.note_cell_image  {
	padding: 8px 8px 8px 30px;
	border: 1px solid #999999;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

.system_messages {
	text-align:center;
	padding-top:50px;
}

.system_messages p {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.system_messages_high {
	background-image: url(layout/buttons/high.gif);
}

.system_messages_medium {
	background-image: url(layout/buttons/medium.gif);
}

.system_messages_low {
	background-image: url(layout/buttons/low.gif);
}


/*############# Formulare #################################################*/

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: 12px;
	width:180px;
}

input.text, textarea.text, select.text  {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:3px;
}

input.error, textarea.error {
	border-top: #CC0000 1px solid;
	border-left: #CC0000 1px solid;
}

input.button  {
	padding: 2px 5px 2px 5px;
	border: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #717171;
	cursor: pointer;
}

.checkbox {
	border:0px;
	margin:0px 2px 1px 0px;
	padding:0px;
	width: 13px;
	height:13px;
}

/*############# Listen ###############################################################*/

ul.list_01 {
	list-style: none;
   padding: 0px;
   margin: 0px;
	
}

ul.list_01 li {
	list-style: none;
   padding-left: 10px;
   margin: 0px;
	background-image: url(layout/screen/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;	
}

/*############# Überschriften ###############################################################*/

h1 {
	font-size: 18px;
	padding-bottom: 15px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: bold;
}

h3 {
	background-color:#5C5C5C;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	line-height:18px;
	padding: 0px 5px 0px 5px;
	font-size: 12px;	
}


/*############# Text ###############################################################*/

.error  {
	color: #CC0000;
}

.text-h15w {
	font-size:15px;
}

.text-h11gr {
   font-size:11px;
	color: #999999;
}

/*############# Contentspezifisch ######################################################*/

.line_01 {
	height:30px;
	background-image: url(layout/screen/spacer_grey.gif);
	background-repeat: repeat-x;
	background-position: 0px 15px;
}

.line_02 {
	border-top: 1px solid #5C5C5C;
	border-bottom: 1px solid #5C5C5C;
	margin-bottom:5px;
}


.news_subject {
   padding:0px; 
	font-weight:bold; 
	margin:0px 0px 3px 0px;
   color: #999999;	
}

.news_link {
  padding: 5px 0px 0px 0px;
 }
 
 .gallery_subject {
   padding:0px; 
	font-weight:bold; 
	padding:0px 0px 3px 0px;
   color: #999999;	
}

.gallery  {
	width: 100%;
}

.gallery  td {
	width: 33%;
	padding: 0px 0px 10px 10px;
	text-align: center;
	color: #666666;
}

.gallery  td.first {
	padding: 0px 0px 10px 0px;
}


.pages_bottom {
	margin-top:15px;
	padding: 3px 0px 0px 0px;
	border-top: 1px solid #999999;
	text-align:center;
}
