@charset "utf-8";

/*
 * Globale Einstellungen
 * --------------------------------------------------------------------------------
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 62.5%;
}

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/*
 * Klassen
 * --------------------------------------------------------------------------------
 */
.boldgreen {
	font-weight: bold;
	color: #009900;
}

.boldred {
	font-weight: bold;
	color: #FF0000;
}

/*
 * Images
 * --------------------------------------------------------------------------------
 */
.zoomimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2em;
}

.thumbimage {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 6px;
}





.image_right {
	
	padding-top: 0.6em;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
	padding-right: 0;
	
	margin: 0;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	float: right;
}

.image_left {
	
	padding-top: 0.6em;
	padding-left: 0;
	padding-bottom: 1.5em;
	padding-right: 1.5em;
	
	margin: 0;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	float: left;
}

<!-- wird durch image_right ersetzt 
.div_image_ref {

}
-->


.image {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.image_comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding: 0.5em;
}

.image_zoom {
	/*
	background-color: #ededed;
	*/
	width: 250px;
	margin-bottom: 1.5em;
}

.banner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	margin-bottom: 1.2em;
}

.image_file {
	margin-bottom: 1.5em;
}


/*
 * Formulare
 * --------------------------------------------------------------------------------
 */
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #ffffff;
	border: 1px solid #333333;
	line-height: 1.3em;
	padding: 0.1em;
}

.checkbuttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #ffffff;
	border: none;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #333333;
	padding: 1px;
}

/*
 * Sitemap
 * --------------------------------------------------------------------------------
 */
.sitemap_h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	width: 25em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.sitemap_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 1em;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

.sitemap_h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

/*
 * Suche
 * --------------------------------------------------------------------------------
 */
div.searchlist, p.searchdate, p.searchhead, p.searchcomment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000000;
	margin: 0;
	padding:0;
}
 

div.searchlist {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

p.searchdate {
	color: #666666;
	margin-bottom: -0.2em;
}

p.searchhead {
	font-size: 1.3em;
}

p.searchcomment {
	margin-top: -0.2em;
}

/*
 * Messages
 * --------------------------------------------------------------------------------
 */
.message_error_box, .message_error_h1, .message_success_box, .message_success_h1, .message_text  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
 
.message_error_box {
	border: 1px solid #FC6569;
	color: #FC6569;
	margin-top: 1em;
	margin-bottom: 1em;
}

.message_error_h1 {
	background-color: #FEDEDF;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.message_success_box {
	border: 1px solid #009900;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
}

.message_success_h1 {
	background-color: #CAFFCA;
	font-size: 1.2em;
	font-weight: bold;
	color: #009900;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.message_text {
	color: #000000;
	padding: 5px;
}

.hint {
	margin: 0.5em 0em 0.5em 0em;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-left-width: 0.2em;
	border-left-style: solid;
	border-left-color: #FF0000;
	font-style: normal;
	padding-left: 0.6em;
	line-height: 1.3em;
	color: #000000;
}



/*
 * Globale Layoutstyles
 */

/*
 * Breadcrumb
 */
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/*
 * TopNavi
 */
.topnavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/*
 * Suche
 */
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	border: 1px solid #6A83B2;
	height: 1.2em;
}

/*
 * Subnavigation, z.B. Related Links
 * Wird als Listenelement dargestellt
 */
.subnavigation {
	list-style-type:none;
	margin-left: 0;
	padding-left: 2em;
	padding-top: 0;
	padding-bottom: 1em;
	font-size: 1.1em;
}

