/* -----------------------------------------------------------------------------*/
/* globale Formatierungen                                                             */
/* -----------------------------------------------------------------------------*/

html,body {
	width: 99%;
	height: 99%; 
	text-align: center; /*Zentrierung für IE*/
	background: #fffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	/*behavior: url("./style/csshover3.htc"); */
}
/* Alle Links - Linkfarbe wird hier nicht definiert */
a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
}
	
/* Linkes Menü - Linkfarbe weiss */

a.mleft:link  {
	color: #ffffff;  /* weiss */
	display: block;
}

a.mleft:visited  {
	color: #ffffff;  /* weiss */
}

a.mleft:hover  {
	color: #666666;  /* grau */
}

a.mleft:active  {
	color: #666666;  /* grau */
}



/* Unteres Menü - Linkfarbe orange */

a.mdwn:link  {
	color: #ff6633;  /* orange */
	display: inline;
}

a.mdwn:visited  {
	color: #ff6633;  /* grau */
}

a.mdwn:hover  {
	color: #666666;  /* grau */
}

a.mdwn:active  {
	color: #666666;  /* grau */
}

/* ALLE DIVIONS */
div.container  {
	position: relative;
	width: 942px;
	height: 562px;
	text-align: left;
	top: 0px;
	left: 50%;
	margin-left: -471px; /* =50% von width */
	margin-top: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #ff6633; /* orange */
	border-width: 1px;
	background: #ffffff;
}

div.head { 
	position: absolute;
	width: 931px;
	height: 200px;
	border-width: 0px 0px 0px 0px;
	margin:  5px 0px 0px 5px;
	background: #99ccff url(../img/bg-index.jpg); /* hellblau */
}

div.content { 
	position: absolute;
	width: 931px;
	height: 353px;
	border-width: 0px 0px 0px 0px;
	margin:  205px 0px 0px 5px;
	background: #99ccff url(../img/bg-index.jpg); /* hellblau */
}

div.central-logo{
	width: 550px;
	height: 405px;	
	position: absolute;
	left: 50%;
	margin-top: 190px;
	margin-left: -155px;
	background-image: url(../img/glaskugel.png);
	background-repeat: no-repeat;
	z-index: 1;
}


div.menu-left{
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -278px;	
	z-index: 1;
}

div.menu-bottom{
	position: absolute;
	top: 315px;
	left: 50%;
	margin-left: -240px;
	z-index: 1;	
}

/* Text Formate */

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	line-height: 20px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Verdana vorangig */
	color: #333399;  /* dunkelblau */
	margin:  30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Verdana vorangig */
	margin:  18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ff6633;  /* orange */
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Verdana vorangig */
	color: #ffffff;  /* weiss */
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Verdana vorangig */
	color: #ffffff;  /* weiss */
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Alle UL */

ul {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}


/* Linkes Menü */
li.link1{
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: block;
}

li.link2{
	margin:  35px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: block;
}

li.link3{
	margin:  35px 0px 0px 95px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: block;
}

li.link4{
	margin:  35px 0px 0px 190px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: block;
}

/* Unteres Menü */


li.li-dwn{
	margin:  0px 0px 0px 0px;
	padding: 0px 4px 0px 2px;
	display: inline;
	list-style: none;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #ff6633;
}

li.li-dwn-ob{
	margin:  0px 0px 0px 0px;
	padding: 0px 4px 0px 2px;
	display: inline;
	list-style: none;
}

