/*
* Julia Heymann 
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: Februar 2010
*/





/*
* STRUCTURE
*
*/
html {
	height: 101%;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #000;
	background-color: #fff;
	background-image: url(../images/htg_body.gif);
	background-position: left top;
	background-repeat: repeat-x;
	}




/*
* Structure Elements
*
*/
.container {
	width: 980px;
	text-align: left;
	}



/*
* Navigation Elements
*
*/
/* Navigation Service */	
.navigationService {
	background-image: url(../images/htg_lines.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 10px 0 30px;
	margin: 30px 20px 0 40px;
	text-align: right;
	width: 920px;
	}
		
.navigationService li {
	padding: 0 0 0 5px;
	display: inline-block;
	}

.navigationService li a {
	color: #000;
	font-size: 11px;
	line-height: 14px;
	padding: 0 2px;
	}

.navigationService li a:hover,
.navigationService li.hover a,
.navigationService li.active a {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	}





/*
* Other Elements
*
*/
/* Logo */
.logoBox {
	position: absolute;
	left: 39px;
	top: 45px;
	}
	
	
.imageBox {
	padding-top: 60px;
	}