/* CSS fuer ECO */

* {
margin: 0;
padding: 0;
}

html, body { 
	top: 0;
	right: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
}

body { 
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 100.01%;
	color: #000000;
}

/* container */
#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 75px;
}

#head {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: #ffffff;
	color: #000;
	text-align: right;
}


#menueLeft{
	position: fixed;
	top: 80px;
	left: 20px;
	width: 180px;
	padding: 0px;
}

.menue {
	BORDER: #535A5F 0px solid;
	padding: 0px 0px 0px 0px;
	background-color:#B8A6CA;
}

#menuLeft p {
	text-indent: 5px;
}


#content {
	padding: 80px 50px 40px 240px;
	color: #000;
}

#spiegel {
	max-width: 490px;
	/* min-height: 1024; */ 
	padding-left: 60px;
}

#footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	height: 30px;
}

#foot {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	color: #714D95;
	background: #714D95;
	z-index: 100;
}


/* ==== Formate === */
/* menue und links */
a {
	text-decoration: none;
	background: transparent;
	color: #644385;;
	font-weight: bold;
	border-bottom: 0px solid #600;
}

a:hover {
	text-decoration: none;
	background: #eee;
	color: #644385;;
}

.menue li {
	list-style: none;
	text-decoration: none;
	display: block;
	background: transparent;
	color: #535A5F;
	font-weight: normal;
}

.menue a {
	text-decoration: none;
	display: block;
	padding: 1px 0px 2px 5px;
	background: transparent;
	color: #535A5F;
	border-left: 5px solid #535A5F;
	font-weight: normal;
	border-top-color: #535A5F;
	border-right-color: #535A5F;
	border-bottom-color: #535A5F;
}

.menue a:hover {
	background: #eee;
	color: #644385;
	border-left: 5px solid #644385;
	font-weight: normal;
}

a.navilink {
	color: #00FF00;
	font-size: 11px;
	border-left: 0px solid #535A5F;

}
a:hover.navilink {
	color: #644385;
	border-left: 0px solid #535A5F;

}

a:link.navilink {
	color: #00FF00;
	border-left: 0px solid #535A5F;
}

a:visited.navilink {
	color: #644385;
	border-left: 0px solid #535A5F;
}





/* text */

h3 {
	padding: 10px 0 15px 0;
	background: transparent;
	color: #888888;
	font-style: italic;
}

h4 {
	padding: 10px 0 15px 0;
	background: transparent;
	color: #000000;
}

p, li {
	font-size: 80%;
	line-height: 140%;
}

#spiegel p {
	margin-bottom: 10px;
}

#spiegel blockquote {
	margin: 20px;
}



/* sonstige */

.bold {
	font-weight: bold;
}

.logo {
	font-variant: small-caps;
}

.slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #888888;
}

/*  -------------------------------------
IE
*/

* html, 
* html body {
overflow: hidden;
bottom: 0;
height: 100%;
}
* html #menueLeft {
	position: absolute;
	width: 180px;
	z-index: 30;
	background: #B8A6CA;
}
* html #header, 
* html #footer {
position: absolute;
width: 100%;
padding-right: 16px;/* fuer scrollbar */
z-index: 20;
}
* html #head,
* html #foot {
height: 100%;
position: static;
z-index: 20;
}
* html #content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
overflow: auto;
z-index: 10;
}
* html #spiegel {
width: 490px;/* statt max-width */
}
* html #menueLeft a {
width: 180px;
}
* html #menueLeft a:visited {
width: 180px;
/* color: #900; */
}
/* IE */
