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

body  {
	text-align: center;
	margin:0;
	padding:0;
	color: #333333;
	background-image: url(../images/basis.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* [disabled]font-size: 14px; */
	background-position: left top;
	background-color: #ffffff;
    }
ul, li {
	list-style-position: outside;
	padding: 0;
	margin-top: 8px;
	}
dt {
	font-size: 14px;
    margin: 0;
    padding: 0
}
.klein {
	font-size: 12px
}
.mittel {
	font-size: 16px
}
.gelb {
	color: #ffcc00
}

.blau {
	color: #0a8edd;
}
.blau_linie {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0a8edd;
}
.orange {
	color: #ff6600
}

.orange_linie {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
}
.thrColEls #container  {
    text-align: left;
	/*background-image: url(../images/signet.png);*/
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 auto;
	}

#sidebar_l 	{
	float: left;
	margin-top: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 20%;
	margin-right: 0%;

    }
#sidebar_r   {
	float: right;
	text-align: left;
	margin-top: 80px;
	margin-left: 4%;
	width: 30%;

    }
#mainContent  {

	margin-top: 80px;
	width: 50%;
	padding-left: 4%;
	margin-left: 20%;
    }

    .fltrt {
    	float: right;
    	margin-left: 4%;
    }
    .fltlft {
    	float: left;
    	margin-right: 4%;
    }
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
h1 { /* Seiteninhaberin  */
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #0a8edd;
	padding-top: 1%;
	margin-top: 0;
	margin-left: 24%;
	margin-right: 0;
	text-align: left;
	margin-bottom: 0%;
}
h2 { /* tag-cloud  */
	font-size: 24px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

h4 { /* 1. Titel  */
	font-size: 24px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
h5 { /* 2. Titel  */
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 32px;
}

h3  { /* Navigation  */
	margin: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0a8edd;
	padding-bottom: 2%;
	padding-top: 8%;
	padding-left: 12%;
	text-align: left;
	padding-right: 4%;
		}
h3 a:link  {
	color: #999999; /* #e2ded9; oder #d6d0c9; */
	text-decoration: none;
}
h3 a:visited  {
	color: #999999; /* #e2ded9; oder #d6d0c9; */
	text-decoration: none;
}
h3 a:hover  {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #1c5eaf;
	text-decoration: underline;
}
#fuss {
	text-align: center;
	width: 100%;
	font-size: 70%;
	margin-top: 4%;
	padding-top: 8px;
	background-repeat: repeat;
	background-image: url(../images/space.gif);
	height: 24%;
	position: absolute;
}
.initial {
	font-size: 120%;
	font-weight: bold;
	color: #0a8edd;
}
h2 a:link {
	color: #999999; /* #e2ded9; oder #d6d0c9; */
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
	}
h2 a:visited  {
	text-decoration: none;
}
#spalte_links {
	float: left;
}
#spalte_rechts {
	clear: right;
	padding-left: 104px;
	padding-bottom: 32px;

}
.spalte_rechts {
	clear: right;
	padding-left: 104px;
	padding-bottom: 32px;
}
.spalte_links {
	float: left;
}

@media (max-width:767px) {
	#sidebar_l  {
		float: none;
		width: 80%;
	}
	#mainContent  {
		margin-left: 0px;
		margin-top: 40px;
		width: 94%;
    }
	#sidebar_r   {display: none;
	}
	h1 {font-size: 24px;
		margin-left: 4%;
		padding-top: 2%;}

	h3 {padding-left: 4%;
	}

	.spalte_rechts {
	clear: right;
	padding-left: 0;
	padding-bottom: 40px;
}
#fuss {
	text-align: left;
	font-size: 80%;
	padding-top: 8px;
	padding-left: 4%;
}
.spalte_links {
	float: none;
	clear: left;
	margin-bottom:16px;
}
    }
