/*
* Etwas Neues Entsteht
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: Oktober 2008
*/


/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol, dl {
  list-style: none;
}

img, fieldset { border: 0; }

a { color: #999; text-decoration: underline; }
a:hover { color: #00a0ff; }


/*
* General Helpers
*
*/
.killfloat {
	overflow: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	display: inline;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0;
	height: 0;
	}




/*
* STRUCTURE
*
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #999;
	text-align: center;
	background-image: url(../../files/static/images/gif/htg_body.gif);
	background-repeat: repeat-x;
	background-position: center 160px;
}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
}


/*
* Structure Elements
*
*/
#container {
	width: 800px;
	margin: 100px auto 0 auto;
	text-align: left;
	}

#containerHeader {
	height: 60px;
	border-bottom: 1px solid #999;
	position: relative;
	}

#containerBottom {
	height: 41px;
	background-image: url(../../files/static/images/gif/htg_contBottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 11px 0 0 20px;
	}



/*
* Other Elements
*
*/
/* Logo */
#logo {
	left: -15px;
	position: absolute;
	}

#navigationA {
	position: absolute;
	right: 0;
	bottom: 20px;
	}

#navigationA li {
	float: left;
	}
	

/*
* General Content Styles
*
*/
#containerCenter p {
	font-size: 11px;
	line-height: 18px;
	}
	
/*#containerCenter h2 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 14px;
	}

#containerCenter h3 {
	font-size: 11px;
	line-height: 18px;
	}

#containerCenter ul {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 14px;
	}

#containerCenter h1 {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	}*/
	
.containerAddress {
	padding: 15px 0 16px 0;
	border-bottom: 1px solid #999;
	}
	
.containerContent {
	float: left;
	width: 300px;
	padding-top: 13px;
	}
	
.containerPicture {
	float: right;
	width: 500px;
	padding-top: 19px;
	}
	
.imageBox {
	padding: 0 0 0 19px;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
	}	
	
.containerContent .textBox {
	padding: 0 20px 0 0;
	height: 346px;
	margin-bottom: 20px;
	}
	
.downloadBox {
	height: 31px;
	background-image: url(../../files/static/images/gif/htg_linkBox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px 0 0 10px;
	}
	
.navigationBox {
	height: 31px;
	background-image: url(../../files/static/images/gif/htg_linkBox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px 10px 0 0;
	text-align: right;
	}
