/* we have the following sections in this style sheet
       # allgemein: is for all general style attributes
       # header: is for styles in the head area of the page
       # rahmen: defines the frame work of the page
       # news: all styles for the news boxes on index
       # navigation:
         *mainnavi: The top main navigation
         *subnavi: The sub navigation on the right
         *sub sub navi: navigation subsidiarily to subnavi
       # formular data
  */
 body {
	margin: 0px;
	padding: 0px;
	scrollbar-base-color: #72AAE3;
	/*overflow:hidden;*/
}

#contentbox { height:400px; display:block; overflow:auto;}

#etracker {
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 1;
}

 /* allgemein //BEGIN */
 p,li {
	font-family: sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

 
  a:link, a:visited, a:active {
	color: #000000;
	font-family: sans-serif;
}

 
 a:hover, a:focus {
	color: #000000;
	font-family: sans-serif;
	text-decoration: none;
}

 /*p:first-letter {
	color: #FF0000;
	font-family: sans-serif;
	font-size: 28px;
	font-weight: 500;
}
*/
 
 h1 {
	background-color: #EFEFEF;
	border: 1px solid #000000;
	color: #000000;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: 3px;
	margin-top: 1px;
	text-align: center;
}

 
 h2{
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

h3 {
	color: #000000;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

 hr {
	border-top: 1px solid #0066FF;
	width: 99%;
}

 
 th {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}

 #content {
	margin-top: 10px;
}

 /* allgemein //END */
 /* header //BEGIN */
 .text {
	font-family: sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
}

 
  .boldtext {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}

 .alltec {
	color: #C0C0C0;
	font-family: sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-left: 2px;
}

 
 
    a.alltec:link,  a.alltec:active,   a.alltec:visited{
	color: #C0C0C0;
	font-family: sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-left: 2px;
	text-decoration: none;
}

 
   a.alltec:hover, a.alltec:focus {
	color: #C0C0C0;
	font-family: sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-left: 2px;
	text-decoration: underline;
}

 .grautext {
	color: #C0C0C0;
	font-family: sans-serif;
	font-size: 20px;
}

 
    a.grautext:link,  a.grautext:active,   a.grautext:visited{
	color: #C0C0C0;
	font-family: sans-serif;
	font-size: 20px;
	text-decoration: none;
}

 
   a.grautext:hover,  a.grautext:focus {
	color: #C0C0C0;
	font-family: sans-serif;
	font-size: 20px;
	text-decoration: underline;
}

 a.top:link, a.top:visited {
	color: #000000;
	font-family: sans-serif;
	font-size: 10px;
	text-decoration: none;
}

 a.top:hover,a.top:active,a.top:focus {
	text-decoration: underline;
}

 a.sdb:link, a.sdb:visited {
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	text-decoration: underline;
}

 a.sdb:hover,a.sdb:active,a.sdb:focus {
	text-decoration: none;
}

 /* header //END */
 /* rahmen //BEGIN */
 td.right {
	border-right: 2px solid #000000;
}

 td.rightbottom {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
}

 td.bottom {
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: bottom;
}

 /* rahmen //END */
 /* news //BEGIN */
 .newstext {
	font-family: sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
}

 td.newsheadline {
	background: #FF7373;
	border-bottom: 1px solid #000000;
	padding: 2px 1px 2px 1px;
	vertical-align: top;
}

 
.newsheadline a:link, .newsheadline a:visited {
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.newsheadline a:hover, .newsheadline a:focus {
	text-decoration: none;
}

 td.newsdate {
	background-color: #72AAE3;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: 900;
	padding-right: 2px;
	text-align: right;
}

 
 .newsdate {
	color: #000000;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: 900;
	padding-right: 2px;
	text-align: right;
}

 td.newscontent {
	background-color: #CCCCCC;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 100%;
	padding: 2px;
	vertical-align: top;
}

 table.news {
	border: 1px solid #000000;
	margin-top: 5px;
}

 
 a.more:link,a.more:visited,a.more:active {
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 2px;
}

 a.more:hover {
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 2px;
	text-decoration: none;
}

 /* news //END */
 img.product {
	border: 1px solid #000000;
	margin-top: 63px;
}

 /*  navigation // BEGIN*/
 /* mainnavi */
 table.mainnavi a {
	display: inline-block; /*width:120px;*/
}

 div.mainnavi a {

	font-family: sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding: 2px 2px;
	text-align: center;
	text-decoration: none;
}

 	div.mainnavi a:link, div.mainnavi a:visited {
	background-color: #FF0000;
	border: 1px solid #FF0000;
	color: #FFFFFF;
	font-size: 11px;margin-bottom: 5px;
}

 	div.mainnavi  a:hover, div.mainnavi a:active, div.mainnavi a:focus {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	color: #000000;
	font-size: 11px;margin-bottom: 5px;
}

 /* /mainnavi */
 /* subnavi */
 table.submenu a {
	border: 1px solid #333333;
	display: block;
	width: 120px;
}

 div.submenu a {
	font-family: Tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 5px;
	text-decoration: none;
}

 div.submenu a:link, div.submenu a:active, div.submenu a:visited {
	background-color: #72AAE3;
	border: 1px solid #000000;
	color: #FFFFFF;
}

 div.submenu a:hover,a:focus {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #72AAE3;
}

 /* /subnavi */
 table.subsubmenu a {
	border: 1px solid #333333;
	display: block;
	float: right;
	width: 100px;
}

 div.subsubmenu a {
	font-family: Tahoma, verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	padding: 2px 5px;
	text-decoration: none;
}

 div.subsubmenu a:link, div.subsubmenu a:active, div.subsubmenu a:visited {
	background-color: #72AAE3;
	border: 1px solid #000000;
	color: #FFFFFF;
}

 div.subsubmenu a:hover, div.subsubmenu a:focus {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #72AAE3;
}

 /*  navigation // END */
/* formular // BEGIN */
input, textarea {
	background: #DCDCDC;
	border: 1px solid #00000;
	font-family: sans-serif;
	font-size: 10px;
}

input:focus, textarea:focus {
	background: #FFFFF0;
	border: 1px solid #00000;
	font-family: sans-serif;
	font-size: 10px;
}

select {
	background: #DCDCDC;
	border: 1px solid #00000;
	font-family: sans-serif;
	font-size: 10px;
	width: 218px;
}

select:focus {
	background: #FFFFF0;
	border: 1px solid #00000;
	font-family: sans-serif;
	font-size: 10px;
	width: 218px;
}

input.submit {
	background: #555555;
	border: 1px outset #555555;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 10px;
}

 
/* formular data //END */
