/****  style sheet for www.helmut-langer.eu ****/
/* 13.03.2007 gf   new 					*/

body
{
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "lucida grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: transparent;
/*
	background-image: url(images/Bild_1_transp.png);
	background-position: center top;
	background-repeat: no-repeat;
*/
}

ul,li, p, h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
	color: #777;
	font-family: "lucida grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: white;
}

a,
a:link,
a:visited,
a:active 
{
	text-decoration: none;
	color: #000099;
}

a:hover
{
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;

/* 	background-color: #EEE; */
}

img
{
	border: 0px;
}
/*------------------------------------*/

#pagebox
	{
	width: 700px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	}
	
#headerbox
	{
	margin-bottom: 40px;
	}
	
	#headerbox h1
	{
	margin-bottom: 5px;
	font-size: 20px;
	/*
	color: #777;
	font-family: "lucida grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: white;
	*/
	}
	
	#headerbox h1#himage
	{
	float: left;
	width: 65%;
	height: auto;
	}
	#headerbox h1#himage img
	{	
	width: 100%;
	height: auto;
	}
		#headerbox h1#name
		{
		text-align: right;
		margin-right: 20px;
		}
		#headerbox h2
		{
		margin-bottom: 30px;
		text-align: left;
		font-size: 14px;
		letter-spacing: 0.12em;
		font-weight: normal;
		}
		
#contentbox
	{
	margin: 0 auto;
	}
	
#leftcontent 
	{
	float: left;
	width: 120px;
	}
	
	#leftcontent .imgleftbox
	{
	margin-top: 30px;
	width: 100px;
	}
	
	#leftcontent .imgleftbox  img:hover
	{
/*	display: block;
	position: absolute;
	width: 300px;
	height: auto;
	top: -100px;
	right: -150px;
	z-index: 1000;
	border: 2px solid #eaeaea;
*/
	}
	
	#leftcontent .imgleftbox p
	{
	color: #999;
	font-family: "lucida grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 1.2em;
	text-decoration: none;
	letter-spacing: 0.0em;
	}
	
#middlecontent
{
	width: auto;
	margin: 0 220px 0 140px;
	text-align: left;
	line-height: 1.3em;
	text-decoration: none;
	letter-spacing: 0.0em;
}
	
	#middlecontent h3,
	#middlecontent h4,
	#middlecontent p
	{
	width: auto;
	margin: 0 0 1.5ex 0;
	text-align: justify;
	font-weight: normal;
	}
	
	#middlecontent h3 strong,
	#middlecontent h4 strong,
	#middlecontent p strong
	{
	font-weight: bold;
	}

	#middlecontent h3
	{
	letter-spacing: 0.2em;
	}	
	
	#middlecontent h4,
	#middlecontent p
	{
	letter-spacing: 0.0em;
	}	

	#middlecontent .globalmap
	{
		word-spacing: 0em;
		line-height: 2em;
	}


#rightcontent
	{
	float: right;
	width: 200px;
	text-align: center;
	}

	#rightcontent .imgrightbox 
	{
	position: relative;
	width: 140px;
	margin: 10px auto 10px auto;
	text-align: center;
	}

	#rightcontent .imgrightbox img
	{
	width: 100px;
	height: auto;
	}
	
	#rightcontent .imgrightbox img:hover
	{
	display: block;
	position: absolute;
	width: 300px;
	height: auto;
	top: -100px;
	right: -150px;
	z-index: 1000;
	border: 2px solid #eaeaea;
	}
	
	#rightcontent .imgrightbox p
	{
	margin-top: 4px;
	color: #999;
	font-family: "lucida grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	line-height: 1.2em;
	text-decoration: none;
	letter-spacing: 0.0em;
	}



	
