html	{
	scrollbar-base-color: #d5e8f4;
	scrollbar-3dlight-color: #d5e8f4;
	scrollbar-arrow-color: #80cff0;
	scrollbar-darkshadow-color: #d5e8f4;
	scrollbar-highlight-color: #80cff0;
	scrollbar-shadow-color: #80cff0;
	scrollbar-track-color: #d5e8f4;
	height: 100%;
	
}
body 				{
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 100%;
	background: #d5e8f4 url(../images/bg-main-kopf.gif) repeat-x;	
}
div, td, p, p.bodytext			{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
    padding: 0px;
    margin: 0;
}

strong, b, p.bodytext b    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
	color: #000000;
 }

ul	{
	margin : 5px 0px 10px 15px;
}
a					{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
a:link				{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
a:hover			{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
a:active			{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
a:visited			{
	font-weight : bold;
	color : #57b6dd;
	text-decoration : underline;
}
input, select, textarea, option {
	font-size: 12px; 
	line-height:normal; 
	font-style: normal;
	text-decoration: none;
	color: #57b6dd;
	background-color:#FFFFFF;
	scrollbar-base-color: #d5e8f4;
	scrollbar-3dlight-color: #d5e8f4;
	scrollbar-arrow-color: #80cff0;
	scrollbar-darkshadow-color: #d5e8f4;
	scrollbar-highlight-color: #80cff0;
	scrollbar-shadow-color: #80cff0;
	scrollbar-track-color: #d5e8f4;
}
.weiss	{
	color: #ffffff;
}
.content		{
	height: 450px;
	width: 720px;
	text-align: left;
	vertical-align: top;
	padding: 0px 230px 30px 0px;
}
.diagramm		{
	margin-left: 285px;	
}
#main		{
	width: 900px;
}
#container		{
	position: absolute;
	left: 50%;
	top: 0px;
	height: 100%;
	width: 900px;
	margin-left: -450px;
	border: 0px solid Black;
}
#address		{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 165px;
	height: 61px;
	background: url(../images/main-adresse.gif) no-repeat;
}
#logo		{
	position: absolute;
	left: 150px;
	top: 0px;
	background: transparent url(../images/main-logo.gif) no-repeat;
	height: 156px;
	width: 68px;
}
#girl		{
	position: absolute;
	left: 100%;
	top: 0px;
	margin-left: -165px;
	width: 163px;
	height: 150px;
	background: url(../images/main-girl.gif) no-repeat;
}
#topnavi	{
	position: absolute;
	left: 240px;
	top: 135px;
	height: 30px;
	background: transparent url(../images/topnavi-trenner.gif) no-repeat left;
	width: 350px;
	text-indent: 10px;
	text-align: left;
}
#flags		{
	position: absolute;
	left: 100%;
	width: 150px;
	border-left: 6px solid White;
	border-right: 6px solid White;
	height: 30px;
	margin-left: -327px;
	top: 137px;
	vertical-align: top;
}
#navi		{
	position: absolute;
	left: 0px;
	top: 156px;
	height: 100%;
	width: 180px;
	border-right: 1px solid #80cff0;
	display: block;
	min-height: 100%;
}
#title		{
	position: absolute;
	left: 240px;
	top: 185px;
	height: 20px;
	width: 570px;
	text-align: left;
}
#content		{
	position: absolute;
	left: 240px;
	top: 215px;
	height: 450px;
	width: 720px;
	overflow: visible;
	text-align: left;
}
#loginbox		{
	position: absolute;
	left: 50%;
	top: 156px;
	margin-left: 285px;
	width: 165px;
	height: 90px;
	background: #80cff0 url(../images/main-login-title.gif) no-repeat top;
}
#login		{
	position: absolute;
	left: 10px;
	top: 25px;
}

/* ***********************************************
    Typo3 specific CSS
   *********************************************** */

 .csc-textpic-caption   {
  font-size: smaller;
}

.csc-header h1,
.csc-firstHeader     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
	color: #57b6dd;
}

table.contenttable tr   {
  padding-bottom: 3px;
}


/* Stile für die Loginbox Extension */
.tx-loginboxmacmade-pi1-header	{
	font-size: 13px;
	color: #000000;
}
.tx-loginboxmacmade-pi1-welcome	{
	font-size: 13px;
	color: #000000;
}
.tx-loginboxmacmade-pi1-labelCell	{
	background: url(../images/bg-main-kopf.gif) repeat;
	color: #ffffff;
}
.tx-loginboxmacmade-pi1-fieldCell	{
	background-color: #80cff0;
}
