a:link { color: #1A46AF }
a:visited { color: #618CB4 }
a:hover { color: #E4641C }

body { 
		text-align: center;
		/*margin: 10px;*/
		padding: 0;
		background: #F9F9F9 url(background.png) repeat-x; /* #C6D8E9*/
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		color: #000000; 
		text-decoration: none; 
}
				  
#page {           /* centered page background */
		text-align: left;   
		width: 768px;
		margin: 0 auto;
		padding: 0px;
		background: #FFFFFF url(page_background_top.png) top left no-repeat;
 } 
		  
#pageheader { 
		border: none; 
		text-align: right; 		  
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px;
		color: #000000; 
		text-decoration: none;
		padding: 35px 43px 2px 2px;
 }

#pageheader a:link    { color: #000000; text-decoration: none }
#pageheader a:visited { color: #000000; text-decoration: none }
#pageheader a:hover   { color: #0783E7; text-decoration: underline } 					  

#pagefooter { 
		border: none;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 10px; 
		color: #A9AAAA; 
		text-decoration: none;
		border-top: 1px solid #CACACA;
		background:  url(page_background_bottom.png) bottom left no-repeat;
		margin: 0; 
		width: 768px;
		position: relative;
		clear: both;
		padding: 12px 0px 20px 0px;

}

#content { 
		width: 560px;  /*wrong box model*/
		w\idth: 545px;
		margin: 20px 0 0 0; 
		padding: 0 0 35px 15px;
		position: relative;
		float: left;
		clear: right;
		border: none;
		border-left: 1px solid #D0D0D0;*/
		text-align: left;
		vertical-align: top;
}

#content.fullwidth { 
		width: 708px;
		/*width: auto;*/
		w\idth: 693px;
		margin: 40px 0 35px 0; /* 20px = Abstand von der Nav.leiste */
		padding: 0 20px 0 20px;
		border: none;
}


#text { 
		position: relative;
		margin: 0;
		padding: 0;
}			

img.banner { padding: 0; margin: 0 0 28px 0 }


/* Secondary navigation: div.sidebar is the container, a floating 
   column that is positioned left or right of div.content */

#sidebar { 
		width: 193px;  /*wrong box model*/
		w\idth: 173px;
		margin-top: 20px; 
		padding: 0 0 0 20px;
		position: relative;
		float: left;
		vertical-align: top;
		text-align: left;
}

/* Secondary navigation block: vertical menu inside of div.sidebar */

#secondary_nav { 
		width: 100%;
		vertical-align: top;
		margin: 0;
		padding: 0;
		text-align: left;
		background:  url(sidebar_background_bottom.png) bottom left no-repeat;
}			
/* Linke Sidebar: Überschrift */
#secondary_nav div.header {
		margin: 0;
		padding: 6px 10px 6px 20px;
		background:  url(sidebar_background_top.gif) top left no-repeat;
		border-bottom: 1px solid #D4D6D9;
		font-weight: bold;
		color: #FFFFFF;
}		  				 

#secondary_nav ul {
		list-style: none;
		font-weight: normal;
		font-size: 11px;
		line-height: 1.5;
		padding: 10px 10px 10px 10px;/*padding: 10px 10px 10px 20px;*/
		margin: 0;
}		  				 

#secondary_nav li {
		padding-left: 10px;
}		  				 

#secondary_nav li.separator {
		/*padding-top: 16px;
		padding-bottom: 6px;*/
		padding: 16px 10px 6px 10px;
		color: #909090;
		background:  url(secondary_nav_arrow_down.gif) bottom right no-repeat;
}		  				 

#secondary_nav li.subentry {
		margin-left: 14px;
}		  				 

#secondary_nav li.tellafriend {
		text-indent: 10px;
		background:  url(mail.gif) no-repeat 0px 0px;
}	

#secondary_nav hr {	
		height: 2px; 
		border: none;
		border-top: 1px solid #D4D6D9; 
		border-bottom: 1px solid #FFFFFF; 
		margin: 4px 0px; 
		padding: 0;
}		

#secondary_nav li ul {
		list-style: none;
		padding: 10px 10px 10px 20px;
		margin: 0;
}		  	

#secondary_nav_selected {
		background:  url(secondary_nav_selected.gif) center left no-repeat;
}		  				 

#secondary_nav a:link    { color: #000000; text-decoration: none }
#secondary_nav a:visited { color: #000000; text-decoration: none }
#secondary_nav a:hover   { color: #0783E7; text-decoration: underline } 					  

img.sidebutton { 
		margin: 15px 0 0 15px;
		border: none;
}

/* main navigation bar and drop down menus */
#primary_nav {       
		float: right;   
		clear: right;
		width: 692px;  /* wrong box model */
		w\idth: 668px;
		height: 28px;
		background:  url(nav_background.png) top left no-repeat; 
		padding: 0px 43px 0px 4px;
}
									 
#nav, #nav ul {   
	float: left;
	width: 668px;
	z-index: 999;
	line-height: 1.4;
	list-style: none;
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	width: auto;   /* main menu entry -> automatic width */
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px 5px 15px;  /* y, x - for all menu entries */
	background: transparent url(nav_separator.gif) center right no-repeat;
}

#nav a.navlast {
	background: none;
}

#nav li {
	float: left;
	padding: 0;
}

/* dropdown menu box */
#nav li ul {  
	position: absolute;
	left: -9990px;
	height: auto;
	width: 15.1em;  /* width of dropdown menü */
	font-weight: normal;
	font-size: 11px;
	line-height: 1.2;
	background: #4B87D8;
	border: 0.1em solid #CCCCCC;
	border-top: none;
	padding: 8px 0 5px 0;
	margin: 0;
}

#nav li li {
   /*background: #707070; */
	width: 15.1em;
}

/* dropdown entry */
#nav li ul a {  
   text-align: left;
	width: 13em;
	background: transparent;
}

#nav li ul a.subnav {
	width: 13em;
	background: transparent url(nav_arrowright.gif) center right no-repeat;
}

#nav li ul ul {
	width: 15.1em;
	margin: -2.35em 0 0 13.5em;  /* position of sub-dropdowns */
}

#nav hr {	
		height: 1px; 
		border: none;
		/*border-top: 1px solid #303030; */
		border-bottom: 1px solid #8b8b8b; 
		margin: 2px 0px 2px 10px; 
		padding: 0;
}		

#nav li.selected { 
	background: #F49446 url(nav_background_hi.gif) top left repeat-x; 
}

#nav li.separator { 
	display: block;
	width: auto;   /* main menu entry -> automatic width */
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;  /* y, x - for all menu entries */
}

#nav li.subentry { 
   /*background: #b0b0b0;*/
	text-indent: 10px;
	line-height: 1.0;
	padding: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* Hauptzeile - Hover Farbe */
#nav li:hover, #nav li.sfhover {
	/* background: #0066cc; */
	background: #F49446 url('nav_background_hi.gif') top left repeat-x; 
}
/* Untermenü - Hover Farbe */
#nav li li:hover, #nav li li.sfhover {
	/* background: #0088FF; */
	background: #F49446 url('nav_background_hi.gif') top left repeat-x; 
}

#nav li li.separator:hover, #nav li li.separator {
	background: transparent;
}

#nav li li.hr:hover, #nav li li.hr {
	background: transparent;
}


/* RSS newsfeed items */

#news { 
		list-style: none; 
		margin: 0; 
		margin-bottom: 30px;
		padding: 0; 
}

#news li.newsitem {
		margin: 0 0 20px 0;
		padding: 0;
		border: 1px dashed #D0D0D0;
		background: #FFE8CC;
}

#news div.header {
		margin: 0;
		padding: 6px 6px 6px 24px;
		background: #ff00aa;
		border-bottom: 1px solid #E3E3E3;
		background: #C8D7E4 url(icon_news.gif) no-repeat 6px 6px;
}
		
#news p.title { 
		font-weight: bold;
		margin: 0; 
		padding: 0;
}
#news p.date { 
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		font-weight: normal;
		text-decoration: none;
		color: #707070; 
		margin: 0;
		padding: 0; 
}

#news a.expand { 
		font-weight: bold;
		text-decoration: none;
}

#news div.desc { 
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		font-weight: normal;
		text-decoration: none;
		margin: 0; 
		margin-left: 24px;
		padding: 6px 0 6px 0px;
}

#news a.link { 
		font-weight: normal;
		text-decoration: none;
		background:  url(icon_link.gif) center left no-repeat;
		margin-left: 22px;
		padding: 0 0 0 20px;
}

/* RSS feed from user forum */

#forumthreads { 
		list-style: none; 
		margin: 0; 
		padding: 0; 
}

#forumthreads li {
		margin: 0;
		padding: 0 0 0 20px;
		background:  url(icon_news.gif) top left no-repeat;
}

#forumthreads li div {
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 10px; 
		margin: 0;
		padding: 0;
}
		
#forumthreads li p.title { 
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		font-weight: bold;
		margin: 0; 
		padding: 0;
}


/* text styles */

#content p { margin: 0px 0px 10px 0px }

p.center { text-align: center; }
div.center { 
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center; 
}

div.quote { 
		background:  url(quote_bottom486.gif) bottom right no-repeat;
		margin: 0;
		padding: 0 0 11px 0;
}

div.quote486 { 
		width: 486px;
		background:  url(quote_bottom486.gif) bottom left no-repeat;
		margin: 0;
		padding: 0 0 11px 0;
}

div.quotebody { 
		font-family: Tahoma, Arial, Helvetica, sans-serif; 
		font-size: 14px; 
      font-weight: normal;
      color: #000000; 
		text-align: left;
		vertical-align: top;
		padding: 6px 20px;
		margin: 0;
		background: #FFFFC8 url(quote_header.gif) top left no-repeat; 
		border-right: 1px solid #c0c0c0;
} 

div.quotesmall { 
		width: 142px;
		background:  url(quote_bottom243.gif) bottom right no-repeat;
		margin: 0;
		margin-left: 13px;
		padding: 0 0 11px 0;
}

div.quotebodysmall { 
		font-family: Tahoma, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
      font-weight: normal;
      color: #000000; 
		text-align: left;
		vertical-align: top;
		padding: 2px 10px 2px 10px;
		margin: 0;
		background: #FFFFC8 url(quote_header.gif) top left no-repeat; 
		border-right: 1px solid #c0c0c0;
} 

p.quotesig { 
		font-style: italic;
		text-align: right;
		padding: 0;
		margin: 0;
}
	
div.review {
		margin: 0 0 30px 0;
		padding: 0;
		border: none;
		border-top: 4px solid #618CB4;
		background: #f9f9f9;
}	

p.review_heading {
		margin: 0;
		padding: 6px 12px 12px 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14px; 
      font-weight: bold;
      color: #000000; 
		text-align: left;
		vertical-align: top;
		background:  url(review_header.jpg) top left no-repeat;
}	

p.review_body {
		margin: 0;
		padding: 0 12px 12px 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
      font-weight: normal;
      color: #000000; 
		text-align: left;
		vertical-align: top;
}	
	
p.infomessage {
	   margin-top: 12px;
	   margin-bottom: 12px;
		padding: 8px;
		border: 1px dotted #FF8000;
		background: #FFFFC8;
}		
	
img.inline_left {
		float: left;
		border: none;
		padding: 0 20px 10px 0px;
}		

img.inline_right {
		float: right;
		border: none;
		padding: 0 0 10px 20px;
}		

h1 { 	font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 18px; 
		font-weight: bold;
		color: #000000; 
      text-decoration: none;
		margin: 0 0 18px 0;
}
	
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 16px; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 24px 0 10px 0;
}		

h3 {  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 14px; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 24px 0 10px 0;
}

.c { /* color: #0066FF; */
     color: #538BD3;
     font-family: Arial, Helvetica, sans-serif; 
}
.d { font-size: 13px;
  	 color: #538BD3;
     font-family: Arial, Helvetica, sans-serif;  
}

.underline{ font-size: 14px;
			font-family: Arial, Helvetica, sans-serif; 
			color: #538BD3;
		 	border-bottom: 1px solid #c0c0c0;
            padding-bottom: 2px }
						  
.small { 
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		font-weight: normal;
		text-decoration: none;
		color: #000000; 
}

.large { 
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 16px; 
		font-weight: normal;
		text-decoration: none;
		color: #000000; 
}

.note { 
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 11px; 
      color: #CFCFCF; 
      text-decoration: none;
}


.error { background-color: #F4BCBC }
			 
table {
	   border: none; 
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
}

tr {	border: none;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		vertical-align: top;
}

td {	border: none;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
		/* MSIE5: */
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		color: #000000; 
		text-decoration: none; 
}

table.basic {
		width: 100%;
}				
	
table.input { 
		padding: 4px; 
		background-color: #F1F1F1;
}
table.input tr td { padding: 2px }

td.code {   /* code examples in articles from user forum */
		font-family: Courier New, fixed; 
      font-size: 12px; 
      color: #000000; 
      text-decoration: none;
		border: 1px dotted #CFCFCF;
		background-color: #F0F0F0;
		padding: 10px;
}

		 
.h1 { font-family: Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 18px; 
      font-weight: bold;
      color: #000000; 
      margin: 0px 0px 18px 0px;
      text-decoration: none }

.h1red { font-family: Verdana, Arial, Helvetica, Sans-Serif; 
         font-size: 18px; 
         font-weight: bold;
         color: #FF8000; 
		   margin: 0px 0px 18px 0px;
         text-decoration: none }

.h2 { font-family: Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 16px; 
      font-weight: bold;
      color: #000000; 
		margin: 0px 0px 10px 0px;
      text-decoration: none }

.h2red { font-family: Verdana, Arial, Helvetica, Sans-Serif; 
         font-size: 16px; 
         font-weight: bold;
         color: #FF8000; 
		   margin: 0px 0px 10px 0px;
         text-decoration: none }

.h3 { font-family: Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 14px; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 0px 0px 10px 0px;
		}

.h3red { font-family: Verdana, Arial, Helvetica, Sans-Serif; 
         font-size: 14px; 
         font-weight: bold;
         color: #FF8000; 
		   margin: 0px 0px 10px 0px;
         text-decoration: none }

hr {	clear: left;
		height: 1px; 
		border: none;
		border-top: 1px solid #c4ced4; 
		margin: 8px 0px; 
}			
			
/* Miscellaneous settings */

a.download { 
		background:  url(icon_link.gif) top left no-repeat;
		padding: 0 0 0 20px;
		display: block;
}

a.weblink { 
		background:  url(icon_link.gif) top left no-repeat;
		padding: 0 0 0 20px;
		display: block;
}
		       
a.openpdf { 
		background:  url(icon_pdf.gif) top left no-repeat;
		padding: 0 0 0 20px;
		display: block;
}
	
.linkindent { 
      padding: 0 0 0 20px;
}		

/* Frontpage news */

#frontnews p { 
		padding: 8px 0;
		margin: 0;
		border-top: 1px solid #618CB4;
}

#frontnews p.title {
		font-weight: bold;
		padding: 2px 0;
		margin: 16px 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
      font-weight: bold;
      color: #618CB4; 
		text-align: left;
		vertical-align: top;
		border: none;
}

#frontnews p.small:hover {
		background-color: #FDEFC6;
}

#frontnews a {
		text-decoration: none;
		color: #606060;
}

#frontnews a:hover {
		color: #E4641C;
}


#order {
	   border: None; 
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		vertical-align: top;
		background:  url(review_header.jpg) top left no-repeat;
}
#order td {
		text-align: right;
		padding: 2px;
		background: #FFFFFF;
}

#order td.tab {
		text-align: right;
		padding: 0px;
		border-bottom: 4px solid #618CB4;
}

#ordertab {
      padding: 0;
		margin: 0;
}

#ordertab td {
		width: 180px;
		padding: 10px 0px 10px 0px;
		text-align: center;
	   font-family: Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 14px; 
      font-weight: bold;
      color: #FFFFFF; 
      background-color: #618CB4; 
		background:  url(ordertab_active.jpg) top left no-repeat;
}

#ordertab td.inactive {
      color: #000000; 
      background-color: #FFFFFF; 
		background:  url(ordertab_inactive.jpg) top left no-repeat;
}

#ordertab a:link    { color: #000000; text-decoration: none }
#ordertab a:visited { color: #000000; text-decoration: none }
#ordertab a:hover   { color: #0783E7; text-decoration: underline } 					  


#order td.orderheader {
		padding: 10px 2px;
		text-align: right;
		font-weight: bold;
		background-color: transparent;
}
#order td.ordertotal {
		padding: 10px 2px;
		text-align: right;
		font-weight: bold;
		border-top: 1px solid #DEDEDE;
		background-color: #f9f9f9;
}


form {
	 margin: 0;
    border: none;
    display: inline;
}

textarea {
    font: normal 12px Arial, Helvetica, Sans-Serif; 
    border-top: 1px solid #999999;  
    border-bottom: 1px solid #DEDEDE;  
    border-left: 1px solid #999999;  
    border-right: 1px solid #DEDEDE;  
    color: #333333;
    background-color: #FFFFFF;
    padding: 2px;
}
input {
    font: normal 12px Arial, Helvetica, Sans-Serif; 
    border-top: 1px solid #999999;  
    border-bottom: 1px solid #DEDEDE;  
    border-left: 1px solid #999999;  
    border-right: 1px solid #DEDEDE;  
    color: #333333;
 	 padding: 2px;
}

select {
    font: normal 12px Arial, Helvetica, Sans-Serif; 
    border: 1px solid #333333;
}

input.radio {
    border: none ! important;
}

input.button {
    text-align: center;
    font: bold 14px Arial, Helvetica, Sans-Serif; 
	 color: #000000;
 	 border: outset;
	 background-color: #F5F5E1;
	 cursor: hand;
    padding: 0px 6px;
    margin: 0;
}

input.checkbox  {
    border: none ! important;
    padding: 0;
    margin: 0 2px 0 0;
}

input.radio  {
    border: none ! important;
    padding: 0;
}

input.image  {
    border: none ! important;
}

input.searchterms {
	border: 1px solid #D0D0D0;
	height: 15px; 
	width: 80px;
	font-size: 10px;
	padding: 0 2px;
	margin: 0;
}

input.submit {
	border: 1px solid #D0D0D0;
	text-align: center;
	font: normal 11px Arial, Helvetica, Sans-Serif; 
	vertical-align: center;
 	margin: 0 0 2px 0;
	padding: 0 2px;
	height: 15px; 
}

input.searchbutton {
    text-align: center;
    font: normal 10px Arial, Helvetica, Sans-Serif;
	 color: #000000;
 	 border: outset;
	 background-color: #D0D0D0;
	 cursor: hand;
    padding: 0px 6px;
    margin: 0;
	height: 16px;
}