/* CSS Document */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; }

ul ul {
	margin-bottom: 0;
}

li {
	font-size: 1.1em;
	margin: 0px 0px 0px 3em;
	padding: 0px 0px 5px;
}
blockquote {
	font: italic normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-left: 150px;
	margin-top: 40px;
	border-bottom: 1px solid #999999;
}


dl {
	float: left;
	width: 300px;
	margin: 10px 10px 0px 20px;
}
dd {
	font-size: 0.8em;
	margin: 5px 0px 0px;
	color: #999999;
}


/* Allgemeine Selektoren */

* html p { 
height: 1%;
margin-left: 0;
 } 
body {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #FFFFFF;
	text-align: center;
}
h1 { font-size: 150%; } 
h2 {
	font-size: 130%;
	margin-top: 20px;
}
h3 { font-size: 110%; }
h4 {
	font-size: 98%;
	margin: 0px 0px 4px 0;
}
h5 {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	padding: 0px;
}
td {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


/* Hyperlinks spezial */
a img {
border-width: 0px;
}
a.docudown {
	background-image: url(../button_icon/dokulink.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: #666666;
	padding: 0px 20px 5px 0px;
}

a.ext {
	background-image: url(../button_icon/linkex.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
	color: #000000;
	text-decoration: none;
}

a.int {
	background-image: url(../button_icon/linkint.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

a.back {
background-image:url(../button_icon/pfeillinks.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 16px;
}
a.top {
	padding-left: 16px;
	background: url(../button_icon/nachoben.gif) no-repeat left;
}
.bildmitte {
	margin-right: 90px;
	margin-left: 90px;
}


/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

address {
	text-align: center;
	font-size: 90%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}
.fltrt {
	float: right;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	font-size: 86%;
	text-align: right;
	display: inline;
}


.fltlft {
	float: left;
	margin: 0px;
	padding: 5px 10px 5px 0px;
	font-size: 86%;
	text-align: left;
	display: inline;
}


.lfvtextgruen {
	color: #668e39;
}
.ausgelagert1links {
	font-size: 86%;
	margin: 10px;
	padding: 10px 0px 0px;
	float: left;
	width: 90%;
	border-top: 1px dashed #668e39;
	border-bottom: 1px dashed #668e39;
	overflow: hidden;
	border-right: 1px dashed #668e39;
	border-left: 1px dashed #668e39;
}



.ausgelagert1links p {
	margin: 10px 0px;
}
.ausgelagert1links h5 {
	font-size: 100%;
	margin: 10px 0px 5px 10px;
	font-weight: bold;
}

.ausgelagert2links {
	float:left;
	font-size: 86%;
	padding:0;
	overflow:hidden;
	margin: 0px 0px 15px;
	border-left: 1px dashed #668e39;
	width: 100%;
}
.ausgelagert2links h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px 5px 10px;
}
.bildbox {
	font-size: 90%;
	margin: 30px 0px 0px 10px;
	padding: 5px;
	width: 80%;
	border-bottom: 1px solid #668e39;
}
.bildboxgsaelz {
	margin: 15px auto;
	width: 100%;
}


.bildbox h5 {
	font-weight: bold;
}


.bildunterschrift {
	font-size: 0.8px;
	color: #999999;
	text-align: left;
}


.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.list {
	font-size: 0.8em;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.textrennung {
	border-left: 1px dashed #668e39;
	border-right: 1px dashed #668e39;
}
.navitrennung {
	border-right: 1px dashed #668e39;
}
.fachbanner {
	background: url(../lfv/images/fachfrauen/fachkinder.jpg) no-repeat center top;
	height: 100px;
	width: 100%;
	position: relative;
}
.itbanner {
	width: 100%;
	position: relative;
	text-align: center;
	background: url(../lfv/images/itlandfrauen/itbanner.jpg) no-repeat center top;
	height: 100px;
}


#aktion {
	width: 98%;
	position: relative;
	height: 77px;
}



#tagline {
	background: #96b566;
	padding: 20px 0px 0px;
	width: 100%;
	margin: 0px;
}

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper {
	color: black;
	width: 80%; /* NEU */
	margin: 0 auto;
	text-align: left;
	border: 1px solid;
}
#sidebar {
	float: right;
	width: 23%;
	padding: 15px 0;
}

#sidebar h4 {
	margin: 10px 0px 0px 20px;
}

#sidebar h3 {
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar p {
	margin-right: 10px;
	margin-left: 10px;
}

#navileft {
	float: left;
	width: 22%;
	padding: 15px 0;
}
#navileft h3 {
	margin: 0px 10px;
}
#navileft p {
	margin: 0px 10px;
}

#kopfbereich {
	color: black;
	padding: 20px 0px 10px;
	margin: 0px auto;
	text-align: left;
	width: 80%;
}
#suchbereich {
	text-align: right;
	margin: 0px auto;
	padding: 0px;
	width: 80%;
}

#kopfbereich h1 {
	padding: 10px 0px 0px 27px;
}

#kopfbereich p {
	top: 10px;
	right: 15px;
	padding: 5px 0;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0px 10px 0 0px;
	display: block;
	text-align: right;
   }
#kopfbereich  a:link  {
	color: #000000;
	text-decoration: none;
}
#kopfbereich a:visited {
	font-size: 1em;
	color: #93a74a;
	text-decoration: none;
}
#kopfbereich a:hover {
	text-transform: uppercase;
	color: #718b10;
}

#kopfbereich a:active {
	text-transform: uppercase;
	color: #718b10;
	text-decoration: none;
}
	
#headerbild {
	width: 800px;
	position: relative;
	height: 150px;
	margin: 0px auto;
	background: url(../lfv/images/headerlfv.jpg) no-repeat left top;
}
#druckheader {
	text-align: left;
	width: 100%;
	font-weight: bold;
	display: none;
}

#topnavi {
	position: relative;
	padding: 0px 0px 0px 160px;
}

#linie {
	padding: 15px 0px 2px;
	width: 100%;
	background: url(../images/blind_gruen.gif) repeat-x left bottom;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}

#linie li {
	color: #668e39;
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	list-style-type: none;
}
#linie  a:link  {
	color: #718b10;
	text-decoration: none;
	background: transparent;
}
#linie a:visited {
	color: #93a74a;
	background: transparent;
	text-decoration: none;
}
#linie a:hover, a:active {
	color: #718b10;
	text-decoration: underline;
}


#textbereich {
	margin: 0 24% 0 23.5%;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	background: url(../lfv/images/verlauf_lfv_dark.gif) repeat-x left top;
}


#textbereich h2 {
	margin: 30px 20px 20px;
}


#textbereich h3 {
	margin: 30px 20px 10px;
}

#textbereich h4 {
	margin: 20px 20px 10px;
}

#textbereich p {
	font-size: 1.1em;
	margin: 0px 20px 10px;
	line-height: 1.3em;
	text-align: left;
}
#textbereich table a {
	color: #000000;
	text-decoration: none;
}
#textbereich2 {
	font-size: 1.1em;
	background: url(../lfv/images/verlauf_lfv.gif) repeat-x left top;
	width: 73%;
	margin: 0px 0px 0px 26%;
}
#textbottom {
	margin: 40px auto 10px;
	width: 100%;
	text-align: center;
	border-top: 1px dashed #668e39;
}
#textbottom a {
	color: #999999;
	text-decoration: none;
}

#textbereich2 h2 {
	margin: 30px 10px 20px 20px;
}
#textbereich2 h3 {
	margin: 20px 20px 0px;
}
#textbereich2 table h3 {
	margin: 0px 20px 10px 0px;
}

#textbereich2 p {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
	margin: 0px 10px 10px 20px;
}
#textbereich2 table p {
	font-size: 10px;
	margin: 5px 0px 0px;
}
#textbereich2 table a {
	color: #000000;
	text-decoration: none;
}


#textbox {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #e8f2d4;
	padding: 5px;
	border: 1px solid #668E39;
	position: relative;
	width: 30em;
	display: block;
	margin: 20px auto;
}
#textbox h4 {
	font-size: 98%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#textbox p {
	font-size: 1em;
	text-align: left;
	margin: 10px 0px 0px;
}
#textbox p span {
	color: #60A1D3;
	font-weight: bold;
}

#table {
	text-align: left;
	width: 100%;
	margin: 0px;
}

#fussbereich {
	background: #668e39;
	padding: 0 10px;
	color: #FFFFFF;
}
#fussbereich p {
	margin: 0px;
	padding: 10px 0;
}
.bildboxbewegung {
	background: left;
	text-align: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}
cite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	margin-left: 20px;
}

