/*
* figurManufaktur
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: August 2008
*/


/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol, dl {
  list-style: none;
}

img, fieldset { border: 0; }

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

.lineTop {
	padding-top: 35px!important;
	background-image: url(../images/htg_line.gif);
	background-position: left top;
	background-repeat: repeat-x;
	}


/*
* 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: #000;
	background-image: url(../images/htg_body.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #fbf8f7;
}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
}


/*
* Structure Elements
*
*/
#container {
	width: 960px;
	background-image: url(../images/htg_container.gif);
	background-position: left top;
	background-repeat: repeat-y;
	}

#containerHeader {
	height: 160px;
	position: relative;
	background-image: url(../images/htg_header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

#containerMain {
	background-image: url(../images/htg_main.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 960px;
	}

#containerMarginalA {
	width: 340px;
	float: left;
	}
	
#containerCenter {
	width: 560px;
	float: right;
	background-color: #dedb00;
	min-height: 580px;
	}

#containerBottom {
	text-align: right;
	background-image: url(../images/htg_bottom.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right:20px;
	height: 140px;
	font-size: 10px;
	color: #1a171b;
	}



/*
* Navigation Elements
*
*/
/* Navigation A */
.navigationA {
	padding: 45px 0 0 0;
	}

.navigationA li {
	padding-bottom: 10px;
	}
	
.navigationA li a {
	display: block;
	}
	
	

/* Navigation Service */
.navigationBottom {
	
	}
	
.navigationBottom li {
	float: left;
	}
	
.navigationBottom li a {
	display: block;
	padding-right: 8px;
	font-size: 11px;
	color: #6f6e6a;
	}

.copyright {
	float: left;
	padding-right: 8px;
	font-size: 11px;
	color: #6f6e6a;
	}
	

/*
* Other Elements
*
*/
/* Logo */
#logo {
	left: 36px;
	position: absolute;
	top: 63px;
	}

#slogan {
	left: 401px;
	position: absolute;
	top: 0;
	}
	
#slogan2 {
	left: 776px;
	position: absolute;
	top: 63px;
	}
	
.qypeBox {
	/*padding: 30px 0 0 0;*/
	position:absolute;
	top:430px;
	width: 300px;
	}

.qypeBox p a {
	font-size: 12px;
	line-height: 18px;
	padding: 15px 10px;
	display: block;
	}

/*
* General Content Styles
*
*/
#containerCenter p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 14px;
	}
	
#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;
	}
	
.containerContent {
	padding-bottom: 20px;
	}
	
.textBox {
	padding: 0 25px 18px 0;
	margin-left: 100px;
	}
	
.introBox {
	padding: 18px 25px 0 100px;
	font-weight: bold;
	}
