a:link {
	color:#063;
	text-decoration:none
}
a:active {color:#006600; text-decoration:none}
a:visited {
	color:#063;
	text-decoration:none
}
a:hover {
	color:#F00;
	text-decoration:none
}
a:focus {-moz-outline-style: none}
body  {
	/*
	background: #666666;
	margin-bottom:30px;
	*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #000000;
	height:100%;
}
.thrColFixHdr #container {
	/*
	background-color: #FFF;
	padding:1em 0 1em 0;
	border: 1px solid #000000;
	display: inline;
	height: 629px;
	*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left;
} 
.thrColFixHdr #header {
	position: relative;
	left: 0px;
	width: 960px;
	height: 100px;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #navbar {
	width: 743px;
	height: 29px;
	font-size: 12px;
}
.thrColFixHdr #navbarLeft {
	/*
	background-color: #666;
	color: #1D2535;
	text-align: left;
	display: block;
	border: 1px solid #000;
	border-width: 1px 1px 0 1px;
	padding: 2px 0 0 20px;
	*/
	float: left;
	position: relative;
	left: 0px;
	width: 300px;
	height: 20px;
	margin: 0;
	line-height: 20px;
}
.thrColFixHdr #navbarRight {
	float: right;
	width: 400px;
	height: 20px;
	_height: 10px;
	padding: 0;
	text-align: right;
	margin: 0;
	line-height: 20px;
}
.thrColFixHdr #langList {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #navbarRight ul li {
	display: inline;
	padding: 0px 10px;
	_height: 20px;
	line-height: 20px;
	_line-height: 20px;
	border-right:1px solid #666;
}
.thrColFixHdr #innerContainer {
	/*
	position: relative;
	left: 0px;
	width: 978px;
	text-align: left;
	border: 1px solid #000;
	border-width: 1px 1px 1px 1px;
	*/
}
.thrColFixHdr #sidebar1 {
	/*
	background-color: #FFF;
	*/
	position: relative;
	left: 0px;
	width: 180px;
	height: 450px;
	_height: 436px;
	padding-top: 0px;
	_padding-top: 14px;
	padding-left: 0px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	float: left;
	border: 1px solid #000;
	border-width: 1px 0px 1px 1px;
}
.thrColFixHdr #navmenu a {
	background: #FFF;
	link {color: #000000; background-color: #ffffff; text-decoration: none};
}
.thrColFixHdr #navmenu a:hover {
	color:#F00;
	text-decoration:none;
}
.navLayer {
	background-color: #666;
}
.thrColFixHdr #navLink {
	line-height: 14px;
	color: #063;
	border: 1px solid #666;
	border-width: 0 0 0 1px;
	padding-left: 10px;
}
.thrColFixHdr #navLink a {
	/*
	background:#fff;
	link {color:#000; background-color:#ffffff; text-decoration:none};
	visited {color:#993300; background-color:#ffffff; text-decoration:none};
	active {color:#ffffff; background-color:#993300; text-decoration:none};
	hover {text-decoration:underline};
	*/
	color:#006600;
	text-decoration:none
}
.thrColFixHdr #navLink a:hover {
	color:#F00;
	text-decoration:none;
}
.thrColFixHdr #navLink a:visited {
	color:#063;
	text-decoration:none;
}
.thrColFixHdr #mainContent {
	/*
	background-color: #FFF;
	position: absolute;
	border: 1px solid #000;
	position: relative;
	top: 0px;
	width: 620px;
	height: 450px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	*/
	float: left;
	border: 1px solid #000;
	border-width: 1px 1px 1px 0;
	text-align: left;
}
.thrColFixHdr #sidebar2 {
	/*
	border: 1px solid #000;
	*/
	background-color: #FFF;
	position: relative;
	width: 159px;
	height: 410px;
	padding-top: 20px;
	font-size: 14px;
	padding: 20px;
}
.thrColFixHdr #mainFrame {
	/*
	position: relative;
	left: 0px;
	padding: 0;
	margin: 0;
	*/
	width:560px;
	height:450px;
	border: 1px solid #CCC;
	border-width: 0px 0px 0px 1px;
	text-align: left;
}
.thrColFixHdr #footer {
	/*
	background-color: #DDDDDD;
	top: 0px;
	border-top: 1px solid #000000;
	*/
	position: relative;
	left: 0px;
	width: 800px;
	margin: 0;
	padding-left: 20px;
	font-size: 10px;
	color: #666;
	clear: both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #navLayer ul {
	/*
	list-style-image: url(../images/pfeil.gif);
	vertical-align: bottom;
	*/
	list-style: none;
	margin-left: 10px;
	padding: 0;
}
.thrColFixHdr #navLayer ul li {
	/*
	clear: left;
	height: 32px;
	vertical-align: middle;
	*/
	float: left;
	width: 130px;
	height: 23px;
	padding-left: 30px;
	margin-left: 0;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: 0 1em;
}
ul li a:hover {
	/*
	background: #fa8072;
	*/
}
ul li a:link {
}
.itemTitle {
	display: block;
	/*
	vertical-align: middle;
	width: 200px;
	*/
}
.contentText {
	width: 500px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 20px 0 20px 20px;
	/*
	background: #CCC;
	*/
}
.contentText2 {
	width: 540px;
}
.contentText p {
	/*
	width: 500px;
	padding: 0;
	margin: 0;
	*/
}
.clearfix  {
	display: block;
	clear: left;
}
.partners {
	width: 500px;
	margin: 0;
	text-align: center;
}
.partBox {
	width: 480px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	left: 0px;
}
.partInner {
	/*
	height: 100px;
	margin-bottom: 20px;
	border: 1px solid #333;
	*/
	clear: left;
}
.partText {
	position: relative;
	left: 0px;
	padding: 10px 0 0 20px;
	float: left;
}
.partImg {
	position: relative;
	left: 0px;
	float: left;
	width: 120px;
	margin-bottom: 20px;
	cursor: pointer;
}
.partImg a {
	color: #FFF;
	border-bottom-color: #FFF;
}

/**************Form styles*************************/
div.contact-form
{
    width: 269px;
}
div.fieldset,
div.fieldset div.notice,
div.fieldset div.legend
{
 	font-family: arial,sans-serif;
    font-size:11px;
	line-height:16px;
}
div.fieldset
{
    margin-bottom: 5px;
    clear:both;
}
div.fieldset input
{
    color: #333333;
    border: 1px solid #999999;
    font-size: 11px;
    padding-left: 5px;
    
    width:254px /* All Browsers */;
    *width:253px /* IE6 and IE7 */;
    _width:253px /* IE6 */;
}
div.fieldset textarea
{
    color: #333333;
    border: 1px solid #999999;
    font-size: 11px;
    padding-left: 5px;
    
    width:254px /* All Browsers */;
    *width:254px /* IE6 and IE7 */;
    _width:254px /* IE6 */;
}
div.fieldset select
{
    color: #333333;
    border: 1px solid #999999;
    font-size: 11px;

    width:261px /* All Browsers */;
    *width:261px /* IE6 and IE7 */;
    _width:261px /* IE6 */;
}
div.fieldset input.half
{
    width:119px /* All Browsers */;
    *width:118px /* IE6 and IE7 */;
    _width:118px /* IE6 */;
    margin-right:6px;
}
div.fieldset input.last
{
    margin-right:0px;
}
div.TabbedPanelsContent div.fieldset input.half {
    width:119px; 
    *width:118px;
    _width:118px;
    margin-right:9px;
}
div.TabbedPanelsContent div.fieldset input.last {
    margin-right:0px;
}
div.fieldset input.simple
{
    width:auto;
    border: none;
	margin-left: 0px;
}
div.fieldset div.notice
{
    color: #999999;
    float: left;
}
div.fieldset button,
div.fieldset a.generic-button
{
    float: right;
    margin-right: 9px;
}
div.contact-form div#ErrMessage
{
    font-family: arial,sans-serif;
    font-size:11px;
	line-height:16px;
    color: #cc0000;
    width:262px;
    padding-top:16px;
    height: 58px;
}
div.form-message {
	height: 180px;
	overflow: auto;
}

table.order-data {
	width: 250px;
	font-size: 11px; 
	line-height: 15px;
}

form#contactform button.handledGeneric {
    background:#999999 none repeat scroll 0%;
    color:#FFFFFF;
    display:block;
    font-size:11px;
    line-height:14px;
    overflow:visible;
    padding:0pt 6px;
    text-align:center;
    width:auto;
}
