
/* ---------------------- global ----------------------  */

body {
	margin: 0;
	background-color: #333333;
	background-image: url(images/back_main.gif);
}

#maincontent a:link, #maincontent a:visited {
	color: #5787a0;
	text-decoration: none;
}

#maincontent a:active, #maincontent a:hover {
	color:#9cd9f5;
	text-decoration: none;
}

.teaser a:link, .teaser a:visited {
	text-decoration: none;
	color: #7a7463;
	background-color: #fff;
	border: #fff 1px solid;
}

.teaser a:active, .teaser a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #7a7463;
	border: 0;
}

/* ----------------------  layout ---------------------- */

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 780px;
	height: 135px;
	background-image: url(images/header.gif);
}

#rounder {
	position: absolute;
	left: 0;
	top: 135px;
	width: 780px;
	height: 32px;
	background-image: url(images/back_rounder.gif);
}

#maincontent {
	position: absolute; /* REMEMBER IE5-BOXMODEL-HACK!!!!!!! */
	left: 155px;
	top: 165px;
	width: 400px;
	margin: 0;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	line-height: 16px;
	color: #333333;
	background-image: url(images/bg_main.gif); /*background for headline */
	background-position: top;
	background-repeat: no-repeat;
}

#teasers {
	position: absolute;
	left: 11px;
	top: 160px;
	width: 128px;
}

#sitetools {
	position: absolute;
	left: 585px;
	top: 165px;
	width: 180px;
	background-color: #f0efec;
}

/* ---------------------- navi ---------------------- */

#navcontainer {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 760px;
	height: 45px;
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#navigation a {
	float: left;
	padding: 25px 0 0 0;	
	overflow: hidden;
	height: 0; 
	height /**/:25px;	/* for IE5/Win only */
}

#navigation a:hover  {
	background-position: 0 -25px;
}

#navigation_news a {
	width: 42px;
	background: url(images/button_news.jpg) top left no-repeat;
}

#navigation_soundsets a  {
	width: 73px;
	background: url(images/button_products.jpg) top left no-repeat;
}

#navigation_order a  {
	width: 48px;
	background: url(images/button_order.jpg) top left no-repeat;
}

#navigation_about a  {
	width: 49px;
	background: url(images/button_about.jpg) top left no-repeat;
}

#navigation_faq a  {
	width: 31px;
	background: url(images/button_faq.jpg) top left no-repeat;
	display: none;
}

#navigation_press a  {
	width: 40px;
	background: url(images/button_press.jpg) top left no-repeat;
}

#navigation_links a  {
	width: 38px;
	background: url(images/button_links.jpg) top left no-repeat;
}

#navigation_testimonial a  {
	width: 85px;
	background: url(images/button_testimonial.jpg) top left no-repeat;
	display: none;
}

#navigation_contact a {
	width: 64px;
	background: url(images/button_contact.jpg) top left no-repeat;
}

#navigation_imprint a {
	width: 57px;
	background: url(images/button_imprint.jpg) top left no-repeat;
}

#navigation_member a  {
	width: 62px;
	background: url(images/button_member.jpg) top left no-repeat;
	display: none;
}

#navigation_spacer a,  #navigation_spacer a:hover {
	width: 304px;
	background: url(images/button_spacer_304.gif) top left no-repeat;
}

#navigation_lngde a  {
	width: 48px;
	background: url(images/button_deutsch.jpg) top left no-repeat;
}

#navigation_lngen a  {
	width: 45px;
	background: url(images/button_englisch.jpg) top left no-repeat;
}

/* ---------------------- tools / teasers ---------------------- */

.tool {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	line-height: 16px;
	width: 180px;
	margin: 0;
	padding: 0;
	color: #333;
}

.tool h2 {
	margin: 0 5px;
}

.tool p {
	padding: 5px;
}

.tool img {
	margin: 0;
	padding: 0;
	border: 0;
}

.teaser {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	line-height: 16px;
	width: 128px;
	margin: 5px;
	color: #666;
	background-color: #d0cfc9;  
}

.teaser p {
	padding: 5px;
}

.teaser img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ---------------------- type ---------------------- */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;	
	color: #968d7b; 
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0; 
	color: #333;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	color: #333;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

/* ---------------------- forms ---------------------- */

form {
	margin: 0;
	padding: 0;
}

textarea {
	border: 1px solid #cccbc5;
}

.item {
	border: 0;
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
}

.item p {
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-bottom: #cccbc5 1px solid;
	display: inline;
	float: right;
}

.item img {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

.buttons {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
}

.buttons img, .buttons input {
	margin: 5px 5px 0 0;
	padding: 0;
	border: 0;
}

.buttons a {
	text-decoration: none;
	border: none;
}

/* ---------------------- tables ---------------------- */

#shoppingcart {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}

#shoppingcart th {
	border-bottom: #cccbc5 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0 5px; 
	color: #F7B88F;
}

#shoppingcart img {
	border: 0;
}

.summe {
	border-top: #cccbc5 1px solid;
	border-bottom: #cccbc5 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	text-align: right;
	color: #F7B88F;
	margin: 10px 0 10px 0; 
	padding: 5px 0;
	width: 100%;
	display: block;
}

#registration {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}

#registration th {
	border-bottom: #cccbc5 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 0 0 5px 0; 
	color: #F7B88F;
}

#registration input {
	width=250px;
	border: 1px #cccccc solid;
}
