<!--[if lt IE 6]>
  #wrapper {
    text-align:center;
  }
<![endif]-->

html {
	overflow: scroll;
}
body {
  margin:0px;
  background:#1f8c98;
  background-image:url(./grafix/bg.gif);
  background-repeat:repeat-x;
  
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#1F8C98;
}
#wrapper {
  width:753px;
  margin:21px auto;
}

/*****************************************************************
	Navigation on top
******************************************************************/
#topNav {
	width:753px;
	height:24px;
	margin:0px auto;
}
#topNav div {
	float:right;
}
#topNav img {
  margin:5px 7px 0px 7px;
  border:0px;
}
#topNav a:link, #topNav a:active, #topNav a:visited, #topNav a:hover {
	display:block;
	text-decoration:none;
	padding:5px 3px 3px 3px; /* nötig, um <a> größer zu machen */
	color:#DCD8B4;
}
#topNav a:hover {
	background:#DCD8B4;
	color:#145d65;
}

/*****************************************************************
	Navigation left
******************************************************************/
#leftNav {
	width:180px;
	float:left;
}
#leftNav .logo {
  border:0px;
  margin:0px 0px 5px 0px;
}
#leftNav img {
  border:0px;
}
#leftNav .navigation {
  background-image:url(./grafix/menu_inactive.gif);
  height:26px;
  background-repeat:no-repeat;
  padding:4px 0px 0px 33px; /* Beschriftung der Menulinks */
}
#leftNav a:link.menulink, #leftNav a:active.menulink, #leftNav a:visited.menulink, #leftNav a:hover.menulink {
  text-decoration:none;
  color:#1F8C98;
}
#leftNav a:link.menulink_active, #leftNav a:active.menulink_active, #leftNav a:visited.menulink_active, #leftNav a:hover.menulink_active {
  text-decoration:none;
  color:#FFFFFF;
}
#leftNav ul {
  list-style-type:none;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:8px;
  margin-left:10px;
  padding-left:10px
}
#leftNav li {
  padding:3px;
  text-align:right;
  font-size:11px;
  
  border-bottom:1px solid #1F8C98;
  border-right:10px solid #1F8C98;
  
  background:url(./grafix/menu_bg.gif) no-repeat;
  background-color:#FFFFFF;
}
#leftNav li:hover {
  color:#988c1f;
  background:url(./grafix/menu_bg_active.gif) no-repeat;
  background-color:#FFFFFF;
}
#leftNav li a:link, #leftNav li a:active, #leftNav li a:visited {
  text-decoration:none;
  color:#1F8C98;
  font-size:11px;
}
#leftNav li a:hover {
  color:#988c1f;
}

/*****************************************************************
	Content
******************************************************************/
#content {
  width:558px;
  background-color:#FFFFFF;
  background-image:url(./grafix/content_bg.gif);

  margin-left:190px;

  border:1px solid #69B2BA;
  
  min-height:375px;
}
* html #content { 	/* Nur IE 6: http://www.thestyleworks.de/tut-art/ie7.shtml#ie7-hacks */
	height:375px;
}
#inner_content {
  background-image:url(./grafix/asia.gif);
  background-repeat:no-repeat;
  background-position:top right;
  padding:15px 35px 15px 15px;
  min-height:375px;
}
* html #inner_content { 	/* Nur IE 6: http://www.thestyleworks.de/tut-art/ie7.shtml#ie7-hacks */
	height:375px;
}

/*****************************************************************
	Content text
******************************************************************/
h2 {
  font-size:20px;
  color:#988C1F;
}
h3 {
  font-size:16px;
  color:#988C1F;
}
h4 {
  font-size:14px;
}
#content #buchkopf {
  border-bottom:1px solid #1f8c98;
  width:505px;
  padding-bottom:10px;
  margin-bottom:10px;
  text-align:center;
}
#content .buchtitel {
  font-size:24px;
  color:#dcd8b4;
}
#content .autor {
  color:#000000;
  font-style:italic;
}
#content .subheadline {
  color:#988c1f;
  font-weight:bold;
}
#content .text {
  line-height:2;
}
#content .preis {
  margin-top:20px;
}
#content .bestellen {
  font-size:14px;
  color:#988c1f;
}
#content .buchbild {
  float:right;
  margin-left:10px;
  border:1px solid #dcd8b4;
}
#content img {
  border:0px;
}
#content a:link, #content a:active, #content a:visited, #content a:hover {
	text-decoration:none;
	color:#988c1f;
}
#content a:hover {
	color:#1F8C98;
}

#uebersicht td {
  border-bottom:1px solid #BAB269;
  font-size:14px;
  text-align:center;
}
#uebersicht td.left {
  border-right:1px solid #BAB269;
}
#uebersicht img {
  margin:3px;
  margin-right:8px;
  
}
#uebersicht a:link, #uebersicht a:active, #uebersicht a:visited, #uebersicht a:hover {
  color:#1F8C98;
}

#links {
  list-style-type:square;
}
#links  li {
  margin-top:7px;
}
#links ul li {
  margin-top:2px;
}
#bestellbalken {
  width:500px;
  text-align:right;
  background:#69B2BA;
  padding:2px;
}
legend { /* Überschrift, Rahmen, Bestelldetails */
  font-size:14px;
  font-weight:bold;
  padding:0px 8px;
  color:#988c1f;
}
.quelle {
  display:block; 
  text-align:right; 
  margin-top:-4px; 
  font-size:11px; 
  line-height:1em;
}
.coming {
  color:#988C1F;
}

/*****************************************************************
	Formularfelder
******************************************************************/
input, textarea {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#e7e8e4;
	border:1px solid #1F8C98;
	color:#1F8C98;
	padding:2px;
	margin:2px 0px 2px 0px;
}
select {
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  background:#e7e8e4;
  border:0px;
  color:#1F8C98;
  margin:2px 0px 2px 0px;
}

/*****************************************************************
	Bottom
******************************************************************/
#bottom {
  clear:left;
	font-size:9px;
	margin:5px 0px 10px 190px;
	color:#FFFFFF;
}
* html #bottom { /* IE Hack */
  margin:5px 0px 10px 194px;
}
#bottom img {
	border:0px;
	margin-right:5px;
}
#bottom a:link, #bottom a:active, #bottom a:visited, #bottom a:hover {
  color:#FFFFFF;
	text-decoration:none;
}
#bottom a:hover {
	color:#69B2BA;
	text-decoration:none;
}
