/*------------------------------------------------------------*
 *  
 *   CSS coding by Heiko Holtkamp (Nothbaum GmbH)
 *   Contact: info@nothbaum.com
 *
 *------------------------------------------------------------*/


/*------------------------------------------------------------*
 *  Global
 *------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
}


/*------------------------------------------------------------*
 *  Main Container
 *------------------------------------------------------------*/	
#Container {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	width: 750px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 0px;
/* optional: border
 *	padding: 10px;
 *	border: 1px solid #CCCCCC;
 */
}

/*------------------------------------------------------------*
 *  Top (area for logos etc.)
 *
 * Logo-Farben: #0066CC, #003399, #FC7316, #999999
 *------------------------------------------------------------*/
div#Top {
	width: 750px;
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}


/*------------------------------------------------------------*
 *  MainText
 *
 *  (logo colors: #0066CC, #003399, #FC7316, #999999)
 *------------------------------------------------------------*/
div#MainText {
	width: 750px;
	clear: both;
	float: left;
	padding-bottom: 0px;
}

div#MainText h1{
	font-size: 14pt;
	font-weight: normal;
	line-height: 18pt;
	color: #0066CC;
	margin-top: 10px;
}

div#MainText h2{
	font-size: 12pt;
	font-weight: normal;
	line-height: 16pt;
	color: #0066CC;
	margin-top: 10px;
}

div#MainText h3{
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
	color: #0066CC;
	margin-top: 10px;
}


div#MainText a{
	color: #666666;
	text-decoration: underline;
}

div#MainText a:hover{
	color: #FC7316;
	text-decoration: underline;
}


/*------------------------------------------------------------*
 *  MainText-left (Navigation)
 *------------------------------------------------------------*/
/* Container */
div#MainText-left {
	width: 200px;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;

}

div#MainText-left ul {
	height: 25px;
	list-style: none;
	width: 200px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 200px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 9pt;
	font-weight: normal;
}

div#MainText-left ul li a{
	width: 100%;
	height: 25px;
	display: block;
	color: #FC7316;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}

div#MainText-left ul li a:hover{
	width: 100%;
	height: 25px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	background-color: #FC7316;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}

div#MainText-left ul li a.active{
	width: 100%;
	height: 25px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	background-color: #FC7316;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}

/*------------------------------------------------------------*
 *  MainText-right (Content)
 *------------------------------------------------------------*/
/* Container */
div#MainText-right {
	clear: both;
	width: 525px;
	float: right;
	font-weight: normal;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
}

/*------------------------------------------------------------*
 *  Footer
 *------------------------------------------------------------*/
div#Footer {
	width: auto;
	margin-left: auto;	
	margin-right: auto;
	margin-top: 10px;
	padding: 2px;
	border-top: #666666 1px solid;
	font-size: 8pt;
	text-align: center;
	color: #000000;
  	clear: both;
}  

div#Footer a{
	color: #FC7316;
	text-decoration: none;
}

div#Footer a:hover{
	color: #0066CC;
	text-decoration: none;
}

/*------------------------------------------------------------*
 *  Other styles
 *------------------------------------------------------------*/
.price{
	color: #fc7316;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.inset{
	float: right;
	width: 140px;
	padding: 4px;
	padding-right: 0px;
	border: #FC7316 1px solid;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	background: #ffeecc;
	background: #ffeeaa;
	text-align: center;
	font-size: 7pt;
	line-height: 8pt;
}
