/* EDV-Service-Meinhold.de barierefrei mit CSS 
Start 04.01.2007
letzte Änderung am 
*/
/* Wichtige Farben

*/
/* Allgemeines */
/* Abstand für alle Elemente auf 0 setzen*/
*{
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 72%;
	line-height: 1.4em;
	background-color: #171717;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/bg-body.jpg);
}

.popup-img {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
}

.input_form {
	font-size: 100%;
	color: #333333;
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,dl,dt,dd,p,input,textarea,select {
	color: #CCCCCC;
	font-size: 100%;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset {
	padding: 10px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
legend {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #CCCCCC;
}




a:link,a:hover,a:active,a:visited {
	text-decoration: none;
	color: #FF9900;
	outline:none;
}

ul,li {
	list-style-type: none;
}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.linie {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

/* Rahmen von Bildern entfernen */
img, a img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

/* Element aus dem Float entfernen */
.clear {
	clear: both;
}

.none {
	display: none;
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

/* Seitenbereiche */
#topnav {
	text-align: right;
	background-color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}

#wrap {
	width: 980px;
	text-align: left;
	background-color: #252525;
	padding: 0px;
	height: 100%;
	border: 1px solid #5F5F5F;
	margin: auto;
}

#top {
	background-attachment: scroll;
	background-image: url(../img/bg-wrap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 980px;
}

#header {
	width: 980px;
	text-align: right;
	height: 255px;
	vertical-align: bottom;
	background-attachment: scroll;
	background-image: url(../img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#navigation {
	display: block;
	height: 20px;
	width: 940px;
	text-align: left;
	position: fest;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 110%;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#navigation2 {
	display: block;
	height: 21px;
	width: 980px;
	text-align: center;
	line-height: 20px;
	background-color: #767762;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#breadcrumb {
	font-size: 95%;
	font-variant: normal;
	color: #999999;
	font-weight: normal;
	font-style: normal;
	width: 930px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-left: 10px;
}
#breadcrumb li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: 5px;
	list-style-type: none;
}

#breadcrumb a {
	color: #E9DFAC;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}


#inhalt {
	width: 715px;
	float: left;
	display: inline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	z-index: 1;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: right;
	background-color: #252525;
}

#sidebar h1 {
	font-size: 130%;
	font-weight: normal;
	color: #CCCCCC;
	padding-top: 25px;
	padding-bottom: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: "Century Gothic", Verdana, Arial;
	background-attachment: scroll;
	background-image: url(../img/bg-sidebar-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#sidebar {
	width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #666666;
	border-left-color: #666666;
	display: block;
	float: right;
	padding-top: 0px;
	margin-right: 10px;
	color: #CCCCCC;
}
#sidebar p {
	padding-bottom: 10px;
	padding-top: 10px;
	color: #CCCCCC;
}

#footer {
	width: 980px;
	text-align: center;
	font-size: 80%;
	color: #333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #CCC;
	margin: 0px;
	background-image: url(../img/bg-footer1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer a {
	color: #333;
}

#footer-out {
	background-color: #171717;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	display: block;
}

#footer-out p {
	text-align: center;
	font-size: 95%;
	color: #666666;
}
#footer-out a {
	color: #666666;
}

#navigation ul {
	padding-left: 30px;
}

#navigation li {
	text-decoration: none;
	font-size: 12px;
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 5px;
	text-transform: uppercase;
	display: inline;
	font-family: "Century Gothic", Verdana, Arial;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
}

#navigation li a:link {
	color: #E9DFAC;
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial;
}

#navigation li a:hover {
	color: #E9DFAC;
}

#navigation li a:visited {
	text-decoration: none;
	color: #E9DFAC;
}
.initial {
	font-size: 150%;
	padding-left: 10px;
	font-style: normal;
	padding-right: 1px;
}

#navigation2 ul {
	padding-left: 230px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#navigation2 li {
	color: #CCCCCC;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	float: left;
	vertical-align: middle;
	position: relative;
	height: 20px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

#navigation2 li a:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
}

#navigation2 li a:hover {
	color: #FFFFFF;
	line-height: 20px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#navigation2 li a:visited {
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	color: #FFFFFF;
}

.weiss {
	color: #FFFFFF;
}

#footer p {
	color: #666666;
}

#navigation2 .subakt {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	position: static;
	height: 25px;
	background-attachment: scroll;
	background-image: url(../img/pfeil-2akt.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 12px;
}

#navigation2 .subakt1 {
	text-decoration: none;
	line-height: 25px;
	position: static;
	height: 25px;
	background-attachment: scroll;
	background-image: url(../img/pfeil-2akt-or.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 12px;
	color: #FF9933;
}

#navigation3 {
	display: block;
	height: 21px;
	width: 980px;
	text-align: center;
	line-height: 20px;
	background-color: #85866F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#navigation3 ul {
	margin: 0;
	padding-left: 250px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#navigation3 li {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	float: left;
	vertical-align: middle;
	position: relative;
	height: 20px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

#navigation3 li a:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
}

#navigation3 li a:hover {
	color: #FFFFFF;
	line-height: 20px;
	height: 20px;
}

#navigation3 li a:visited {
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	color: #FFFFFF;
}

#navigation3 .akt3 {
	color: #FFFFFF;
	line-height: 20px;
	height: 20px;
	display: block;
	font-weight: bold;
}

#header h1 {
	color: #ABBC90;
	text-align: right;
	padding-right: 30px;
	vertical-align: bottom;
	font-weight: normal;
	font-size: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	line-height: 8px;
	padding-left: 10px;
}

.sidebar-bg-p {
	color: #FFFFFF;
}

.sidebar-bg-ueb {
	background-attachment: scroll;
	background-image: url(../img/streif.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 32px;
	margin: 0px;
	line-height: 25px;
	font-size: 95%;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
}

.sidebar-bg-p-re {
	color: #FFCC66;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
}

#sidebar a:link,a:hover,a:active,a:visited {
	color: #FF9900;
}

#inhalt h1 {
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
	color: #E9DFAC;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-family: "Century Gothic", Verdana, Arial;
}

#inhalt h2 {
	font-size: 140%;
	font-weight: normal;
	color: #E9DFAC;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding: 10px;
	font-style: normal;
	font-family: "Century Gothic", Verdana, Arial;
}

#inhalt h3 {
	font-size: 120%;
	font-weight: normal;
	color: #E9DFAC;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	font-style: normal;
	padding-left: 15px;
	font-family: "Century Gothic", Verdana, Arial;
}

.firma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	font-style: italic;
	line-height: 16px;
	padding-bottom: 5px;
}

#inhalt p {
	padding-top: 8px;
	padding-bottom: 8px;
}

.abst10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}


#inhalt ul {
	margin-left: 20px;
	padding-left: 10px;
}

#inhalt ul li {
	font-size: 100%;
	display: list-item;
	margin-top: 5;
	margin-right: 5;
	margin-bottom: 5;
	margin-left: 10;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../img/pfeil_li.gif);
	padding-bottom: 5px;
}

#inhalt ol {
	margin-left: 20px;
	padding-left: 10px;
}

#inhalt ol li {
	font-size: 100%;
	display: list-item;
	margin-top: 5;
	margin-right: 5;
	margin-bottom: 5;
	margin-left: 20;
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 5px;
}
#sidebar li {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 20px;
	list-style-image: url(../img/pfeil_li.gif);
	margin-bottom: 5px;
}
#inhalt td {
	padding: 5px;
	margin: 1px;
}
.valign-middle {
	vertical-align: middle;
}
.rahmen1 {
	margin: 2px;
	padding: 2px;
	border: 1px solid #666666;
	background-attachment: scroll;
	background-color: #171717;
	background-image: url(../img/bg-container.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.inhalt-bg-ue {
	font-weight: bold;
	color: #000033;
	background-attachment: scroll;
	background-image: url(../img/inh-bg-ueb2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-style: solid;
	height: 40px;
	font-size: 105%;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin: 0px;
	position: fest;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-variant: small-caps;
}

.container {
	display: block;
	clear: right;
	float: left;
	width: 245px;
	margin-right: 4px;
	margin-left: 3px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}


.container1 {
	display: block;
	width: 142px;
	margin-right: 4px;
	position: fest;
	float: left;
	clear: right;
	height: auto;
	border: 1px solid #CCCCCC;
	margin-left: 3px;
}

.inhalt-bg-p {
	margin: 0px;
	padding: 5px;
	background-color: #E3E4DC;
	text-align: justify;
}

.txt-img-re {
	text-align: left;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	border: 1px solid #666666;
	padding: 2px;
}

.txt-img-re-or {
	text-align: left;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.containerfree {

	display: block;
	width: 100px;
	position: fest;
	float: none;
	clear: none;
}
.rahm-ref-img {
	padding: 5px;
	float: right;
	margin-left: 10px;
}

.foolink {
	color: #CCCCCC;
}

.containerref {
	display: block;
	width: 720px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
	padding-bottom: 20px;
}
#inhalt dt {
	font-weight: bold;
	padding-top: 20px;
}
#inhalt dd {
	padding-left: 20px;
}
.img-mitte {
	text-align: center;
	border: 1px solid #CCCCCC;
	height: auto;
	width: auto;
}

.klein {
	font-size: 90%;
}

.sitemap {

	margin: 5;
	font-size: 101%;
	padding-left: 30px;
}
li .sitemap {
}
.input_form1 {
	font-size: 100%;
	color: #333333;
	padding: 2px;
	width: 300px;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
}
.container-li {
	display: block;
	width: 300px;
	height: auto;
	padding: 10px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.container-re {
	display: block;
	width: 300px;
	height: auto;
	padding: 10px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: right;
}
.container-li-img {
	display: block;
	width: 340px;
	height: auto;
	padding: 10px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.container-re-img {
	display: block;
	width: 340px;
	height: auto;
	float: right;
	clear: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.container-fullsize {
	width: 715px;
	height: auto;
	padding: 0px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.container-li-leer {
	display: block;
	width: 340px;
	height: auto;
	padding: 10px;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.txt-img-li {
	text-align: right;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #666666;
	padding: 2px;
}
.container-li-kl-img {

	display: block;
	width: 222px;
	height: auto;
	background-color: #E3E4DC;
	border: 1px solid #CCCCCC;
	padding: 10px;
	float: left;
	clear: right;
	background-attachment: scroll;
	background-image: url(../img/bg-cont-re.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.zentriert {
	align: center;
	text-align: center;
}

.container-re-leer {
	display: block;
	width: 340px;
	height: auto;
	padding: 10px;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.sw {
	color: #000000;
}
#footer1 {
	width: 980px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	background-color: #97997D;
}

.container-re-unavi {
	display: block;
	width: 200px;
	height: auto;
	padding: 8px;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 0px;
	background-attachment: scroll;
	background-image: url(../img/bg-container.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #171717;
	border: 1px solid #333333;
}

.rahm-img {
	border: 1px solid #666666;
	margin: 3px;
	padding: 2px;
}

.container-fullsize-rahm {
	border: 1px solid #666666;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background-attachment: scroll;
	background-color: #171717;
	background-image: url(../img/bg-container.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.rahm {

	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}
.klein80 {

	font-size: 80%;
}
.txt-img-li-or {
	text-align: right;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#inhalt th {

	padding: 5px;
	margin: 1px;
}
.grau {
	color: #CCCCCC;
}

.abk-ueb {
	font-size: 140%;
	color: #E9DFAC;
	font-weight: normal;
}
.grau {
	color: #666666;
}


.klein80 {

	font-size: 80%;
}
