/*================================================================================================================================ Basic Doc Setup ===*/

html
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Times New Roman;
	font-size: 1em;
	color: black;
	background-color: white;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 5px;
	overflow-x: hidden;
}

img, a
{
	margin: 0;
	padding: 0;
}

hr
{
	margin: 0;
	padding: 0;
	border: 1px solid #AAAAAA;
}

/*================================================================================================================================ Überschriften ===*/

h1
{
	font-family: Verdana;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
}

h2
{
	font-family: Verdana;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
}

/*================================================================================================================================ Links ===*/

a:link, a:visited
{
	color: #AA5500;
}

a:hover
{
	color: black;
	text-decoration: none;
}

.top_anchor
{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0pt;
}

.blind_anchor
{
	font-size: 0pt;
}

/*================================================================================================================================ Logo - Header === */

.logo_header
{
	font-family: Arial;
	font-size: 1.55em;
	font-weight: bold;
	line-height: 80px;
	height: 80px;
	vertical-align: middle;
	margin-top: 20px;
}

.logo_header img
{
	float: left;
	margin-right: 10px;
}

/*================================================================================================================================ VEH - Header === */

.veh_header
{
	width: 100%;
	word-spacing: 0.4em;
	font-family: Arial;
	font-size: 2em;
	font-weight: bold;
	color: #008000;
	margin-bottom: 30px;
}

.veh_header_title
{
	margin-left: 90px;
}

.veh_header_sub
{
	color: black;
	background-color: #FFCC00;
	font-family: Times New Roman;
	font-size: 16pt;
	font-weight: bold;
	padding-left: 90px;
	padding-top: 1px;
	height: 26px;
	line-height: 26px;
}

.veh_header_line
{
	width: 50px;
	height: 2px;
	background-color: #AAAAAA;
	font-size: 0pt;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.veh_header_date
{
	vertical-align: middle;
}

/*============================================================================================================================ Werbung Zeitschrift === */

.ehz_ad
{
	font-weight: bold;
	height: 118px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
}

.ehz_ad img
{
	float: left;
	margin-right: 10px;
	border: 1px solid black;
}

/*================================================================================================================================ Inhalt ===*/

.content
{
	font-family: Garamond;
	font-size: 13pt;
	padding-top: 20px;
	border-bottom: 2px solid #AAAAAA;
}

.end_content
{
	clear: both;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}

.content_no_float
{
	width: 100%;
	clear: both;
}

/*============================================================================================================================= Bilder - allgemein ===*/

.content img
{
	border: 1px solid black;
	margin: 0;
}

.content_image, .content_image_upright, .content_image_text, .content_image_text_upright, .content_image_jb
{
	float: left;
	font-style: italic;
	margin-right: 7px;
	margin-bottom: 7px;
}

.content_multiple_images, .content_image_paragraph
{
	width: 100%;
	clear: both;
	margin-bottom: 1em;
	font-style: italic;
}

.content_joined_image_description
{
	width: 100%;
	font-style: italic;
	float: left;
	margin-top: -7px;
}

/*==================================================================================================================================== Bild - Quer ===*/

.content_image
{
	width: 435px;
	height: 320px;
}

.content_image img, .content_image_text img
{
	width: 435px;
	height: 320px;
}

/*==================================================================================================================================== Bild - Hoch ===*/

.content_image_upright, .content_image_text_upright
{
	width: 320px;
	height: 435px;
}

.content_image_upright img, .content_image_text_upright img
{
	width: 320px;
	height: 435px;
}


/*================================================================================================================================ Bild - Mit Text ===*/

.content_image_text
{
	width: 750px;
	float: none;
	height: 320px;
}

.content_image_text_upright
{
	width: 650px;
	height: 435px;
}

.content_image_text img, .content_image_text_upright img
{
	float: left;
	margin-right: 5px;
}

.content_image_text_sub
{
	width: 100%;
	float: left;
}

/*================================================================================================================================ Bild - Jahrbuch ===*/

.content_image_jb, .content_image_jb img
{
	width: 170px;
	height: 250px;
}

/*===================================================================================================================================== Tabellen ===*/

.content_table
{
	border: 0px;
	margin: 0px;
}

.content_table th
{
	text-align: left;
	font-weight: bold;
	background-color: #C0C0C0;
}

.content_table td
{
	vertical-align: top;
}

.content_table_seperator td
{
	padding-bottom: 50px;
}

/*===================================================================================================================================== Mitglieder ===*/

.members_seperator
{
	font-size: 1.5em;
	font-weight: bold;
	background-color: #C0C0C0;
	padding-left: 5px;
}
