BODY {
	margin: 0;
	padding:0;
	background: #ededed;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	/* */
	scrollbar-face-color : #ccc;
	scrollbar-3dlight-color : #333;
	scrollbar-arrow-color : #9f3;
	scrollbar-track-color : #ddd;
	/* */
}

P {
	margin: 0 0 10px 0;
	padding: 0;
}

TD {
	font: inherit;
	color: #333;
	font-size: 11px;
}

UL {
	list-style : square;
}

H1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size : 13px;
	font-weight : bold;
}

H2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size : 12px;
	font-weight : bold;
}

H3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size : 11px;
	font-weight : bold;
}

H4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size : 10px;
	font-weight : bold;
}

A {
	color: #44AA00;
	text-decoration : none;
}


A:hover {
	color : #333333;
	text-decoration :none;
}

#frame {
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
	border: 10px solid #fff;
  	width: 745px !important;
 	width /**/:765px;
}

#logo {
cursor: pointer;
}

#mainNav {
	margin: 0;
	padding: 10px 0 0 210px;
	background: #666;
  	height: 85px !important;
 	height /**/:95px;
}

	#mainNav1, #mainNav2 {
		padding: 10px 0 0 0;
		border-left: 1px dotted #99FF33;
	}

	#mainNav3 {
		padding: 10px 0 0 0;
	}
	
	#mainNav3Img {
		border-right: 1px dotted #99FF33;
		height: 58px;
	}

#header {
	margin: 0;
	padding: 15px 10px 10px 210px;
	background: #333 url(welcome0.gif) 0 0 no-repeat;
	color: #ccc;
	font-size : 10px;
  	height: 65px !important;
	height /**/:90px;
	/*text-align:justify;*/
}

#colorBar {
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #fff;
	background: #ededed;
  	height: 20px;
}

	#colorBar #langNav {
		margin: 0;
		padding: 4px 0 0 0;
		float: left;
		width: 210px !important;

		width /**/:207px;
	}
		#colorBar #langNav .active {
			border: 1px solid #000;
		}
		
		#colorBar #langNav .inactive {
			border: 1px solid #ccc;
		}
		
	#colorBar #searchBox {
		margin: 0;
		padding: 1px 0 0 0;
		float: right;
		vertical-align: super;
		text-align: right;
		border-left: 1px solid #bbb;
		width: 110px;
	}
		#colorBar #searchBox FORM {
			margin: 0;
			padding: 0;
		}
		
		#colorBar #searchBox .inp {
			margin: 0;
			padding: 1px 2px;
			background: #ddd;
			border: 1px solid #aaa;
			font-size: 9px;
			width: 80px;
		}
		
	#colorBar #altNav {
		margin: 0;
		padding: 5px 0 0 0;
		white-space: nowrap;
		width: 400px !important;
		width /**/:405px;
	}

#mainContent {
	margin: 0;
	padding: 0;
	background: #ededed;
}

	#mainContentLeft {
		margin: 0;
		padding: 0;
		float: left;
		width: 200px;
	}

	* html #mainContentLeft {
		width: 198px;	
	}	
	
		#mainContentLeftBody {
			margin: 0;
			padding: 30px 0 0 0;
		}
	
	#mainContentRight {
		margin: 0 0 0 200px;
		padding: 0;
		border-left: 10px solid #fff;
		height: auto;
	}

	* html #mainContentRight {
		margin: 0 0 0 198px;
		width: 544px;
	}	

		#mainContentRightHeader H1{
			display: block;
			margin: 0;
			padding: 1px 0 2px 10px;
			font-weight: bold;
			font-size: 11px;
			text-transform : uppercase;
			border: 1px solid #ccc;
		}
		#mainContentRightBody {
			padding: 10px;
			background: #ededed;
			/*text-align: justify;*/
		}
		#mainContentRightFooter {
			margin: 0 10px;
			padding: 8px 0;
			text-align: right;
			border-top: 1px solid #ccc;
		}

#footerNav {
	margin: 0;
	padding: 3px 3px 5px 3px;
	text-transform: uppercase;
	font-size : 9px;
	text-align: center;
	color: #fff;
	border-top: 10px solid #fff;
	font-weight: bold;
	background: #ededed;
}

#footerNav A {
	color: #999;
}

#footerNav A:hover {
	color: #666;
}

#footerNav2 {
	margin: 0;
	padding: 2px;
	color: #ccc;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
}

#footerNav2 A {
	color: #ccc;
	text-decoration: none;
}

#footerNav2 A:hover {
	color: #333;
	text-decoration: none;
}

/* CLASSES */

.error {
	color: #f00;
	font-weight: bold;
}

.imgCaption {
	font-family: inherit;
	color : #999;
	font-size : 9px;	
}

.thumb-border {
	border : 1px solid #333;
}

.box-border {
        border-bottom: 1px solid #333;
}

.partnerNav {
	background: #ccc;
}

.partnerNav A:hover {
	background: #999;
}

.floatLeft {
	padding: 0 5px 0 0;
	float: left;
}
.floatRight {
	padding: 0 0 0 5px;
	float: right;
}

.floatImage {
	padding: 0 5px 0 0;
	float: left;
}
.floatImage IMG {
	border: 1px solid #666;
}

/* EXTENSIONS */

/* ListView */

.itemListView {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #ccc;
	width:510px;
}
	.itemListView .header {
		padding: 5px;
		background: #fff;
		font-size: 10px;
		border-bottom: 1px dotted #ccc;
	}
	.itemListView .header H2 {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: bold;
	}
	.itemListView .body {
		padding: 10px;
	}
	
	.itemListView .footer {
		float: none;
		margin: 0;
		padding: 10px;
	}

/* SingleView */

.itemSingleView {
	margin: 0;
	padding: 0;
	width: 510px;
}

	.itemSingleView .floatImage {
		padding: 0 0 0 5px;
		float: right;
	}
	
	.itemSingleView .itemSingleView-imgBox {
		padding: 0 5px 0 0;
	}

/* Application */

#application {
	margin: 20px 0 0 0;
}

#application .header {
	font-weight: bold;
}

#application .itemListView {
	background: #ddd;	
}


/* noch benötigt?? */
#productArea  {
	padding: 0px 0px 20px 0px;
	border-bottom : 1px solid #333333;
}

/* INDEXED SEARCH */
#mainContent .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
#mainContent .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
#mainContent .tx-indexedsearch .tx-indexedsearch-searchbox INPUT { width:100px; font-size:12px; }
#mainContent .tx-indexedsearch .tx-indexedsearch-searchbox SELECT { font-size:12px; }
#mainContent .tx-indexedsearch .tx-indexedsearch-searchbox INPUT { width:150px; }
#mainContent .tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
#mainContent .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
#mainContent .tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:white; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; font-weight:bold; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background: #CCCCCC; padding: 2px 2px 2px 2px; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info Ar { color: #666666; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info A:hover { color: #FFFFFF; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#333333}
#mainContent .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align: middle }
#mainContent .tx-indexedsearch A:hover  { color: #999999; }


.contactform label.left {
	float: left;
	text-align:   right;
	width: 8em;
	margin-right: .5em;
	margin-top: 6px;
	margin-bottom: 5px;
}
.contactform label.leftS {
	float: left;
	text-align:   right;
	width: 25em;
	margin-right: .5em;
	margin-top: 6px;
	margin-bottom: 5px;
}

* html form.contactform label.left {
	float: none;
}

.contactform input[type=text], select {
	float: left;
}

.contactform input.right {
	width: auto;
	clear: both;
	margin-left:  8.5em;
	margin-right: .5em;
}

.contactform label.labright {
	margin-top: 4px;
	margin-bottom: 0px;
}

.contactform  input[type=checkbox].right, input[type=radio].right, input[type=submit].right {
	margin-left: 9.5em;
}
.contactform br {
	clear: both;
}
