@charset "utf-8";
/* CSS Document */

a:link    { text-decoration:none; color: #00C; }
a:visited { text-decoration:none; color: #00C; }
a:focus   { text-decoration:none; color: #00C; }
a:hover   { text-decoration:underline; color:#00C; }
a:active  { text-decoration:none; color: #00C; }

h1 { font-size:24px; color:#000; }
h2 { font-size: 20px; color:#000; }
h3 { font-size: 18px; color:#000; }
h4 { margin-bottom:5px; font-size: 18px; font-variant:normal; font-weight:normal; line-height: 110%; letter-spacing:1px; color:#1C548D; }

* { margin: 0; padding: 0; }

html, body { height: 100%; width: 100%; }

body
{
	background-image: url(../bitmaps/cnvbkgnd.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 130%;
	color: #000;
	overflow-x: hidden;
}

/* Dient zum zentrischen Ausrichten der Seite */
.cl_div_distance { width: 1px; height: 50%; margin-bottom: -50%; float: left; }

/* Hintergrund, damit die eigentliche Seite oben und unten einen Abstand hat */
.cl_div_ground
{
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 1000px;
	height: auto;
	clear: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	z-index: 0;
}

/* Sichtbare Seite mit Schatten, die Höhe der Seite wird für jede Datei in Zusatz CSS-Datei extra definiert */
.cl_div_page
{
	background-color: #F0F0F0;
	width: 1000px;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: left;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	z-index: 1;
}

.cl_div_menue
{
	width: 170px;
	padding-left: 20px;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px;
	border-color: #000;
	float: left;
	z-index: 2;
}

.cl_div_main
{
	width: 806px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	float: left;
	z-index: 2;
}

.cl_titeltext1
{
	text-align: center;
	font-size: 35px;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cl_titeltext2
{
	text-align: center;
	font-size: 22px;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cl_titeltext3
{
	text-align: center;
	font-size: 18px;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cl_a_menue:link, .cl_a_menue:visited, .cl_a_menue:focus, .cl_a_menue:active
{
	display: block;
	height: 40px;
	width: 190px;
	padding-top: 10px;
	text-decoration:none;
	color: #000;
}

.cl_a_menue:hover
{
	display: block;
	height: 40px;
	width: 190px;
	padding-top: 10px;
	font-size: 21px;
	text-decoration:none;
	color: #000;
	font-weight: bold;
}

.cl_p_menue
{
	display: block;
	height: 40px;
	width: 190px;
	padding-top: 10px;
	font-size: 21px;
	text-decoration:none;
	color: #00C;
	font-weight: bold;
}

.cl_div_foto550
{
	width: 550px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.cl_p_fototext
{
	font-size: 10px;
	text-align: right;
}

