﻿@charset "utf-8";

body {
	margin: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

/*  ------- Flexible Bilder --------- */
img {
	max-width: 100%;
	height: auto;
}


/*  ------------ BLÖCKE ------------ */

.container { /* Container umschließt alle  Inhalts-div-Tags mit 95 % Breite */
	width: 90%;
	max-width: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header { /* KOPF  fixiert */
	max-width: 650px;
	position: fixed;
	z-index: 100;
	width: 100%;
	background-color: #FFF;
	text-align: center;
}
.Impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


.content { /*  INHALTSBLOCK  */
	z-index: 101;
}

.menueblock {
	width: 90%;
	background-color: #E6EBFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCD7FF;
	border-right-color: #CCD7FF;
	border-bottom-color: #CCD7FF;
	border-left-color: #CCD7FF;
}


/*  ---------- SCHRIFTEN --------------- */

li {
	color: #000080;
}

.text {  /*  text mit Silbentrennung */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: #000080;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.titel_rot {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: #800080;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}

.titel {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: #000080;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Menü */
.menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000080;
	text-align: left;
	font-weight: bold;
	padding-left: 0.7em;
}

.rot {
	color: #800080;
	font-weight: bold;
}

/*  ----------- SPALTEN ---------------- */
.spalten {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* 2 columns 50:50 */
.col2_50 {
	float:left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}	

.col2r_50 {
	float:right;
	width: 50%;
	margin: 0px;
	padding: 0px;
	display: block;
}

/* 2 columns 85:15 FÜR BETREUUNGSKOSTEN */
.col2_85 {
	float:left;
	width: 85%;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 0.9em;
	color: #000080;
}	

.col2r_15 {
	float:right;
	width: 15%;
	margin: 0px;
	display: block;
	text-align: right;
	padding: 0px;
	font-size: 0.9em;
	color: #000080;
}



/*  ----------- Hyperlinks ---------------- */
a:link {
	text-decoration: none;
	color: #000080;
}
a:visited {
	text-decoration: none;
	color: #000080;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #800080;
}
