/* Ganz raffinöse Sache: Höhe hier schon auf 100% setzen,
sonst spielt Mozilla mit 100% nicht mit */
html, body	{
  margin: 0px;
  padding: 0px;
  border: 0px;
/* \*/
  height:100%;
}

body	{
  background-color: #A3C3D4;
  text-align: center;
}

body, div, td, p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #00004d;
}

h1, h2, h3, h4	{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #00004d;
}

h1 {	font-size: 11pt;	}
/*h2	{	font-size: 13pt;	}
h3	{	font-size: 11pt;	}
h4	{	font-size: 10pt;	}*/

/*<!-- Das Element für den Hintergrundkristall--> */

#fullheightcontainer	{
/*	top: 0px;*/
	margin:auto;
	position:relative;
	width:750px;
	vertical-align:middle;
	background-image: url(images/hg_kristall.jpg);
	background-position: right;
	background-repeat: repeat-y;
/* \*/
	height:100%;
	z-index: 1;
}
#hg	{
	position: relative;
	left: 0px;
	width: 750px;
	text-align:left;
	height: 100%;
	min-height: 100%;
	margin: auto;
}
/* \*/
* html #hg	{  height:100%; }
#titel	{
	width: 700px;
	text-align:left;
}
/*<!-- Das All-inclusive Element --> */
#main	{
	width: 700px;
	height: 400px;
	text-align:left;
	border: 1px solid #00004d;
}

/*<!-- Lila oben --> */
#topnavi	{
	width: 100%;
	height: 28px;
	background-color: #8691B3;
	background-image: url(images/web_prod.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align:right;
	vertical-align:middle;
	padding-right: 15px;
	color: #D2E0E8;
	white-space: nowrap;
}

/*<!-- hell rechts --> */
#navi	{
	float: right;
	width: 210px;
	height: 100%;
	text-align: left;
	vertical-align:top;
	background-image: url(images/hellblau50pro.png);
}
* html #navi	{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hellblau50pro.png',sizingMethod='scale');	
}

#navi .innen	{
	margin:  15px 0px 0px 10px;
	text-align: left;
}


/*<!-- links der eigentliche Seiteninhalt --> */
#inhalt	{
	width: 490px;
	height: 100%;
	background-color: #C3DAE5;
	background-image: url(images/alles.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-right: 210px;
	border-right: 1px solid #FFFFFF;
	text-align: left;
	vertical-align:top;
}

#inhalt .innen	{
	margin: 20px 20px 20px 38px;
}
#inhalt .innen2	{
	margin: 30px 20px 20px 38px;
	height:221px;
	background-image: url(images/weihnachten2011.png);
	background-position: right;
	background-repeat: no-repeat;
}

.liste li	{
	margin-top:8px;
}

/* die Navigationen */

a	{
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;	
	color: #666699;
}

a.active, a:hover	{
	color: #8691B3;
}

/* die Navigation oben */

#topnavi	a	{
	font-size: 9pt;
	color: #D2E0E8; 
}

#topnavi a.active, #topnavi a:hover	{
	color: #00004d;
}


/* für die rechte Navigation */

.navrechts	{
	font-size: 11px;
	margin-left: 0px; 
	line-height: 15px;
}
.navrechts2	{
	font-size: 10px;
	margin-left: 10px; 
	line-height: 15px;
}

.navrechts a,	.navrechts2 a	 {
	font-size: 10px;
	color: #00004d;
}
.topic {
	font-size: 11px;
	color: #00004d; 
	margin-left: 0px; 
	line-height: 15px;
}
.utopic {
	font-size: 10px;
	color: #00004d; 
	margin-left: 10px; 
	line-height: 15px;
}

.navrechts a:active, .navrechts a:hover,	.navrechts2 a:active, .navrechts2 a:hover{
	color: #666699; 
}


