
/*Structure Elements*/
body {
	color: 111111;
	background-color: #fcfcd7;
	margin:0px 0px 0px 0px;
	background-image: url(main.png);
	background-repeat:   repeat-y;
	padding:0 0 0 0;
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #6666aa;
	font-weight: bold;
}
a:hover {
	color: #8888cc;
}
a:link{
	color: #8888cc;
}
a:visited {
	color: #9966aa;
}

input, textarea {
	font-size: x-small;
}

td, th {
	font-size: x-small;
	padding:0;
}


#mainpane {
	line-height: 110%;
	text-align: left;
	background-image:url(lotus_bg.jpg);
	background-color:  transparent;
	background-repeat: no-repeat;
	background-position: 50% 190px;   /* 439 - 249 = 190 */
	z-index: 200;
	position: absolute;

	left:240px;
	top:249px;
	width:649px;
	height:800px;
	padding:0px 0px 0px 0px;
}

#menupane {
	line-height: 110%;
	text-align: left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 200;
	position: absolute;
	left:3px;
	top:249px;
	width:212px;
	height:800px;
	padding:0px 0px 0px 0px;
}

#main
{
	background-color: transparent;
	padding: 8px 8px 8px 8px;
}

#menu
{
	background-color: transparent;
	padding: 8px 8px 8px 8px;
}


#header {
	background: url(head.jpg) no-repeat;
	background-color: #fcfcd7;
	text-align: left;
	width: 924px;
	height: 439px;
	position:  absolute;
	left:0;
	top:0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px none;
}

#footer {
	padding: 8px 8px 8px 8px;
	margin: 0 0 0 0;
	text-align: right;
	font-size: 7pt;
}
/*Balken*/

div.balken {
margin-top: 5px;
margin-bottom: 3px;
margin-left: 5px;
margin-right: 5px;
}
div.balkenselected {
margin-top: 5px;
margin-bottom: 3px;
margin-left: 5px;
margin-right: 5px;
}

div.balken a { 
margin:0;
color: #ef8e17;
font-weight: bold;
font-size: 14pt;
/* font-style:  italic; */
text-decoration: none;
padding:3px;
display:block;
width: 185px;
}
div.balkenselected a { 
font-weight: bold;
font-size: 14pt;
text-decoration: none;
color: #4545a6;
background: #fcfcd7; 
padding:3px;
display:block;
width: 185px;
}

div.balken a:visited { 
color: #ef8e17;
}
div.balkenselected a:visited { 
color: #4545a6;
}

div.balken a:hover { 
color: #af8ef7;
background: #fcfcd7; 
}

div.balkenselected a:hover { 
color: #af8ef7;
background: #fcfcd7; 
}



/*Balken2*/
div.balken2 {
background: transparent;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 10px;
margin-right: 5px;
padding:0px;
}
div.balken2selected { 
background: #fcfcd7;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 10px;
margin-right: 5px;
padding:0px;
}

div.balken2 a { 
color: #ef8e17;
font-weight: bold;
font-size: 11pt;
/* font-style:  italic; */
text-decoration: none;
width: 180px;
padding:2px;
display:block;
}
div.balken2selected a { 
color: #4545a6;
font-weight: bold;
font-size: 11pt;
text-decoration: none; 
width: 180px;
padding:2px;
display:block;
}


div.balken2 a:visited { 
color: #ef8e17;
}
div.balken2selected a:visited { 
color: #4545a6;
}

div.balken2 a:hover { 
color: #af8ef7;
background: #fcfcd7; 
}
div.balken2selected a:hover{ 
color: #4545a6;
background: #fcfcd7; 
}



.csc-frame-frame1 {
	margin:  10px;
	padding: 10px 10px 5px 45px;
	background: #efebe5 url(quote-start.png) 5px 5px no-repeat;
	width: 40%;
	float: right;
}


.csc-frame-frame2  {
	background-color: #FFFFAA;
	border: 1px ridge;
	color: #0000CD;
	float: right;
	font-size: larger;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: relative;
	width: 150px;
}

.csc-header {
 	color: #4545a6;
 	font-size: 14pt;
}

h1	{
 	color: #4545a6;
 	font-size: 14pt;
}

P {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	line-height : 180%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}

