.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-image: url(images/hg-body_designer.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.standardNoBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	color: #333333;
}

.standard_transBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	list-style-image: url(images/spacer_designer.gif); 
	color: #333333;
}

.highlight_custom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	list-style-image: url(images/arrow_right.png); 
	color: #333333;
	background-color: #66FF66;
}

.small_standard {  
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   color: #333333;
}

.very-small_standard {  
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   color: #333333;
}

.very-small_standard_header {  
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   color: #FFFFFF;
}

.unimportant {  
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   color: #666666;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #996600;
}

.small_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #996600;
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
}

.warning {

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   color: #FF0000;
}

.news-table {
   font-family: "Courier New", Courier, mono;
   font-size: 11px;
   font-weight: normal;
   color: #333333;
}

th {
   background-color:#EEEEEE;
   font-weight: bold;
}

td {
	font-weight: normal;
}

hr {
   border: 0px; /* Für Firefox und Opera */
   border-top: solid 1px #996600;
   border-bottom: transparent;
}

a:link {
	color: #003399;
	text-decoration: none;
	border-color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
	border-color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #003399;
	border-color: #003399;
}
a:active {
	text-decoration: none;
	color: #006699;
	border-color: #006699;
}

/*Styles für Klappmenü im Gitarrendesigner*/

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #336699;
	border-right: solid 1px #99CCFF;
	border-top: solid 1px #336699;
	border-bottom: solid 1px #99CCFF;
}

.CollapsiblePanelTab {
	font: bold 0.8em sans-serif;
/*	background-color: #6699CC; */
	border-bottom: solid 1px #3399CC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font: 0.8em sans-serif;
	font-stretch: ultra-condensed; 
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
	font-size: 11px;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #CC9900;
	color: #FFFFFF;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #3399CC;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #CC9900;
	color: #FFFFFF;
}
