/*******************************************************************************
********************************************************************************
	Project			: Thomas Blum
					: www.blumbeet.com

********************************************************************************
*******************************************************************************/
/* Reset all */
*, .nospace { 
	padding: 0;
	margin: 0;
	border: 0;
}

div, p, span { 
	background-repeat: no-repeat;
}

a, a:link { 
	color: #00aaac;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}
a:hover img { 
	text-decoration:none;
}

img { 
	vertical-align: bottom;
}

ul, ol { 
	list-style-position: outside;
}

li { 
	list-style-type: none;
}

strong { 
	font-weight: bold;
}

/* Links- bzw. Rechtsausrichtung fuer Elemente */
.flLeft { 
	float: left;
	margin: 0 20px 0 0;
}

.flLeft img  {
	margin-top: 4px;
}

.flRight { 
	float: right;
	margin: 0 0 1em 20px;
}

.flDown {
	margin: 0 0 1em 20px;
	padding-bottom: 7px;
}

.flTop {
	margin: 12px 0 15px 0;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hide, .invisible { 
	display:inline;
	position: absolute !important;
	left: -1000px !important;
	top: -1000px !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
}

/* Allgemeines */

body { 
	background-color:#fff;
	background-image:url(bg_body.png);
	background-repeat:repeat-y;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100.01%;
}


h1 { 
	color:#ffcb05;
	font-size:1.4em;
	font-weight:normal;
}

h2 { 
	font-size:1em;
	font-weight:bold;
}

h3 {

}
h5 {
	font-size:1em;
	font-weight:bold;
}
h1, .teaser h2, p, ul, ol {
	margin-bottom:1em;
}

h2, p, ul, ol, table {
	line-height:1.8;
}

ul {
	margin-left:0px;
}

ul li {
}


* html #content ul {
	clear:both;
}
 
#content ul li {
	position:relative;
	padding-left:30px;
	background-image:url(bg_lsi.png);
	background-position:10px 8px;
	background-repeat:no-repeat;
}
#navi-toc ul li {
	padding-left:14px;
	background-image:url(bg_lsi.png);
	background-position:0px 6px;
	background-repeat:no-repeat;
}

/*	Page Structure ************************************************************/
#website { 
	position:relative;
	float:left;
	width: 100%;
	background-image:url(bg_wst.png);
	background-repeat:no-repeat;
}

#wrapper { 
	float: left;
	width: 976px;
}

#fmiddle {
	float:right;
	margin-top:55px;
	width:666px;
	font-size:.75em;
}

#fleft { 
	margin-top:55px;
	width:256px;
	font-size:.75em;
}



/*	Header ********************************************************************/
#header {
	position:relative;
	float:left;
	width:976px;
	height:30px;
	font-size:.75em;
}
#header ul {
	float:right;
}
#header ul li {
	display:inline;
	padding-left:12px;
	line-height:2.4;
}
#header ul li a {
	color:#693;
}

#logo {
	position:absolute;
	left:150px;
	top:10px;
}
#logo a {
	display:block;
	width:210px;
	height:80px;
	text-indent:-1000em;
}

/*	Lists *********************************************************************/
ul.navi {
	margin:0;
	padding:0;
	line-height:1;
}

#navi-main {
	float:left;
	width:100%;
	margin-bottom:25px;
}

#navi-main ul li {
	float:left;
	display:block;
	font-size:1em;
	font-family:arial;
	margin-right:4px;
}
#navi-main ul li#navi-last {
	margin-right:0px;
}
#navi-main ul li a {
	display:block;
}
#navi-main ul li a:hover {
	font-weight:bold;
}
#navi-main ul li span {
	display:block;
	padding-top:8px;
	text-align:center;
}
#navi-main ul li.active {
	color:#00aaac;
	font-weight:bold;
}

#navi-left {
	margin-bottom:80px;
}

#navi-left ul, 
#navi-toc ul {
	margin:0 32px 0 14px;
}
#navi-left ul li {
	margin-bottom:2px;
}
#navi-left ul li, 
#navi-left ul li a, 
#navi-left ul li span {
	display:block;
	line-height:1.4;
}
#navi-left ul li span.hide {
	display:inline;
}
#navi-left ul li a, 
#navi-left ul li span {
	padding:4px 0 4px 13px;
	color:#29a31c;
	border:1px solid #fff3d7;
}
#navi-left ul li a:hover, 
#navi-left ul li.active span {
	border:1px solid #a7d48e;
	font-weight:normal;
	text-decoration:none;
}
#navi-left ul li.active span {
	background-color:#e4f8d9;
}

#navi-toc ul li {
	display:block;
	padding-left:14px;
	font-size:.9em;
	line-height:1.8;
}
#navi-toc ul li a {
	color:#29a31c;
}

#b-navi {
	font-size:.9em;
}

/*	Content *******************************************************************/
#content {
	clear:both;
}

.teaser {
	margin-bottom:1em;
	border-bottom:1px solid #ffcb05;
}
.teaser p.image {
	float:left;
	margin:0 20px 0 0;
}

.indent {
	clear:both;
	margin:0 60px 1em 30px;
	padding:1em 1em .5em 1em;
	background-color:#ffeca5;
}



/*	Formular ******************************************************************/
form {
	
}

form fieldset {
	width:500px;
	padding:15px;
	background-color:#fff3c3;
}

form legend {
	padding:5px 10px;
	background-color:#ffeaa8;
	font-weight:bold;
}
* html form legend {
	margin-top:-15px;
}

form p {
	clear:both;
}

form p label {
	display:block;
}

form p input, 
form p select, 
form p textarea {
	padding:2px;
	width:400px;
	border:3px solid #ffeaa8;
	border-right-color:#fff3c3;
	border-bottom-color:#fff3c3;
}

form p.fchckbx {
	padding-left:3px;
}
form p.fchckbx input, 
form p.fchckbx label {
	width:auto;
	display:inline;
}

form p.fsbmt input {
	padding:5px 2px;
	background-color:#ffeaa8;
	border:0;
	font-weight:bold;
}

table {
	margin-top:1em;
	margin-bottom:2em;
	width:100%;
	border-collapse:collapse;
	font-size:1em;
}
table th, 
table td {
	padding:5px;
	vertical-align:top;
}
table tr th {
	background-color:#ffeaa8;
	border:1px solid #ffcb05;
	text-align:left;
}
table tr td {
	background-color:#fff8e0;
	border:1px solid #ffeaa8;
	border:1px solid #ffcb05;
}


/*	Footer ********************************************************************/
#footer {
	clear:both;
	float:left;
	padding-top:40px;
	width:100%;	
	background-image:url(bg_logo_sm.png);
	background-position:100% 0px;
	font-size:.75em;
}
#footer2 {
	padding-left:38px;
	background-color:#fff3c3;
	border-left:255px solid #ffeaa8;	
}
#footer ul li {
	display:inline;
	padding-left:12px;
	line-height:2.2;
}
#footer ul li a {
	color:#693;
}

/*	Lexikon ********************************************************************/

#content2 ul#letterNavi { 
	display: block;
	padding: 15px 0;
}

#content2 #letterNavi li { 
	padding: 5px 5px;
	display: inline;
	font-weight: bold;
	color: #FFC503;
	background:none;
}

#content2 #letterNavi li a { 
	color: #ffcb05;
}

#content2 #letterNavi li.lexikon-inaktiv { 
	color: #B3B3B3;
}

dl.dictionary dt { 
	margin: 6px 2% 0 0;
	padding: 5px 0 0 5px;
	color: #ffcb05;
	font-weight: bold;
}

dl.dictionary dd { 
	margin: 12px 2% 12px 0;
	padding: 0 4em 5px 2em;
	font-size: 1em;
}

a.dictionary { 
	border-bottom: 1px dotted #f77c3e;
	text-decoration: none;
}

a.dictionary:hover { 
	color: #ffcb05;
	border-bottom: 1px dotted #f77c3e;
	text-decoration: none;
}

.text-navi {
	text-align: right;
	padding: 15px 90px 0 0;
	background-image:url(bg_logo_sm.png);
	background-position:31% right;
	font-size:.85em;	
}

p.text-navi a {
	padding-top: 25px;
}
#content ul.encyc,
#content ul.relArt {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:500px;
}
#content ul.encyc {
	margin-left:0;
	padding-left:0;
	width:100%;
}
#content ul.relArt li,
#content ul.encyc li {
	float:left;
	background:none;
	padding:0;
}
#content ul.encyc li {
	padding:0px 2px;
}


