html,body {
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000A5A;
}

#contentspace {
	position: relative;
	min-height: 100%;
}

* html #contentspace {  /* IE Hack for 100% height */
	height: 100%;
}
	
#contentkurz {
	z-index: 1;
	position: relative;
	width: 770px;
	height: 341px;
	left: 117px;
	margin-top: 66px;
}

#contentkurz2 {
	z-index: 1;
	position: relative;
	width: 770px;
	height: 341px;
	left: 117px;
	margin-top: 49px;
}

#contentintro {
	z-index: 1;
	position: relative;
	width: 770px;
	height: 341px;
	left: 117px;
	margin-top: 107px;
}

#contentlang {
	z-index: 1;
	position: relative;
	width: 770px;
	height: 496px;
	left: 117px;
	margin-top: 49px;
}

#contentlang1nav {
	z-index: 1;
	position: relative;
	width: 770px;
	height: 496px;
	left: 117px;
	margin-top: 66px;
}

#content_linie {
	z-index: 2;
	position: relative;
	left: 60px;
	bottom: 17px;
	width: 700px;
}
	
#footercontent {
	z-index: 3;
	position: relative;
	height: 106px;
	width: 100%;
	margin: -106px auto 0 auto;
}
	
#footerspace {
	z-index: 3;
	height: 24px;
}
	
#header {
	left: 70px;
}
	
#navigation {
	position: relative;
	margin-top: 28px;
	background: url(../img/p_hg_navi.gif);
	background-repeat: no-repeat;
}

#subnavigation {
	position: relative;
	left: 0px;
	margin-top: 5px;
	background: url(../img/p_hg_subnavi.gif);
	background-repeat: no-repeat;
}


	
/*.linie {
	opacity: 0.3;
	filter: alpha(opacity=30);	/* for IE */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;	/* for Mozilla */
/*}*/

.normal {
	font-size: 12px;
	line-height: 120%;
}

.bold {
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}

.footer {
	font-size: 11px;
	color: #919599;
}

.title	{
	font-size: 24px;
	line-height: 120%;
}

a:link	{
	color: #990000;
	text-decoration: none;
}

a:visited	{
	color:#990000;
	text-decoration: none;
}

a:hover	{
	color: #000A5A;
	text-decoration: none;
}


a:active	{
	color: #000A5A;
	text-decoration: none;
}




a.footer:link	{
	color: #990000;
	text-decoration: none;
}

a.footer:visited	{
	color:#990000;
	text-decoration: none;
}

a.footer:hover	{
	color: #000A5A;
	text-decoration: none;
}

a.footer:active	{
	color: #000A5A;
	text-decoration: none;
}

ul {
	/*list-style-image: url(../img/i_linie.gif);*/
	list-style: none;
	padding: 0px;
	margin: 2px;
	margin-left: 0px;
}

.hand{ 
  cursor: pointer;
}