/* 

Stylesheet for:  

Contents:

1.	Reset Styles
2.	Default Styling
3.  Colours
4.  Fonts
5.	Headings
6.	Links
7.	Layout
8.	Header
9.	Main Naviation
10.	Main Content
11.	Sub Content
12. Forms

*/

/* @group 1. Reset Styles */

body, div, dl, dt, dd, ul, ol, li, dt, dd, dl
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
}

html>body {
  font-size: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
}

hr {
  border: none;
}

/* @end */

/* @group 2. Default Styles */

body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;


/* 62.5% relative font size resets to 10px */
}

p {
  margin: 0 0 0.5em;
}

p, li, td {
  font-size: 1.1em;
  line-height: 150%;
}

li li {
  font-size: 1.0em;
}

blockquote {
	margin: 1.5em;
	font-style: italic;
	font-weight: bold;
}

strong {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

li ul, li ol {
  margin: 0;
}

ul, ol {
  margin: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

table {
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

div.clear {
  clear: both;
  height: 0;
  margin: 0;
  line-height: 0%;
  font-size: 1px;
}

br.clear {
  clear: both;
  font-size: 10px;
}

ul#nav_access {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

/* @end */

/* @group 3. Colours */

body {
  color: #484337;
}

#container {
  
}

#banner,
#footer {
  
}

/* @end */

/* @group 4. Fonts */

body,
div.row input.text,
div.row textarea {
  font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
#main_navigation li {
  font-family: Georgia, serif;
}

/* @end */

/* @group 5. Headings */

h1, h2, h3, h4, h5, h6 {
}

h2 {
}

h3 {
}

h4 {
}

/* @end */

/* @group 6. Links */

a {
  color: #930909;
  text-decoration: none;
}

h3 a {
  color: #ca0000;
  text-decoration: none;
}

a:link,
a:visited {
  
}

a:hover,
a:focus {
  
}

/* @end */

/* @group 7. Layout */

body {
  text-align: center;
  background: black url(../images/body_bg.jpg) no-repeat 50% 0;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 949px;
  background: #dacfb8;
}

#sidebar {
  width: 300px;
  float: right;
  margin-right: 4px;
}

#main_content {
  width: 619px;
  float: left;
}

#features,
#reviews {
	float: left;
	margin-left: 19px;
	width: 582px;
}

body.home #features {
	width: 395px;
}


#interaktiv {
  width: 187px;
  margin: 0 9px;
  float: right;
}


/* @end */

/* @group 8. Header */

#header {
	background: black url(../images/header_bg_heller.jpg) no-repeat 0 0;
	height: 189px;
	position: relative;
}

#header h1 {
	position: absolute;
  display: block;
  width: 340px;
  height: 175px;
  top: 0;
  left: 0;
}

#header h1 a {
	position: absolute;
  display: block;
  width: 340px;
  height: 175px;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

#issue {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 189px;
  background: transparent url(../images/issue1.png) no-repeat right 0;
  background-image: none;
}

#issue a {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 189px;
}

#next {
  position: absolute;
  top: 20px;
  left: 24px;
  color: #9a958b;
  font-size: 1.1em;
}

/* @end */

/* @group 9. Main Navigation */

#main_navigation ul {
  list-style-type: none;
  padding: 10px 16px;
  height: 27px;
}

#main_navigation li {
  float: left;
  display: inline;
  font-size: 20px;
  margin-right: 12px;
}

#main_navigation li.last {
  margin-right: 0;
}

#main_navigation li a {
  color: #484337;
}

#main_navigation li.active a {
  color: #930909;
}


/* @end */

/* @group 10. Main Content */

.outline {
  display: none;
}

#content {
  margin: 0 11px;
  background: #fbfae6 url(../images/content_div.gif) repeat-y 613px 0;
}

#top_features {
  height: 126px;
  background: #f8f6d5;
  border-top: 1px solid #cabea6;
  border-bottom: 1px solid #cabea6;
  margin: 0 9px 0 9px;
}

#features h3 {
	position: relative;
	top: 0; left: 0;
  color: #920000;
  font-size: 22px;
  font-weight: normal;
 margin: 5px 0;
	xpadding-bottom: 20px;
}

#features .details {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6e6a5c;
  font-style: italic;
	xposition: absolute;
	xtop: 0; left: 0;
	xmargin: 0;
	margin-bottom: 5px;
}

#features .details strong {
  color: #484337;
}

.feature, 
.artikel,
.result {
  position: relative;
  margin: 10px 0 20px 0;
}

.feature p {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-left: 170px;
	width: 410px;
	float: right;
	color: #484337;
}

body.home .feature p {
	width: 230px;	
}

#features .hr,
#reviews .hr {
	background: transparent url(../images/feature_div.gif) repeat-x 0 0;
	height: 8px;
	margin: 10px 0 20px 0;
}

#features .hr2 {
	height: 2px;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #eae4cf;
}

p.zuruck {
  margin: 16px 0 5px 0;
}

.zuruck a {
  padding-left: 14px;
  background: transparent url(../images/zuruck.gif) no-repeat 2px 50%;
}

.order li.zuruck {
  margin-left: 0;
}

body.drehwurmer #interaktiv {
  width: 100%;
}

body.drehwurmer #interaktiv .top5 {
  width: 180px;
  margin-right: 10px;
  float: left;
}


#interaktiv .top5 {
	margin-top: 12px;
  background: white;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
	position: relative;
}

#interaktiv .disc {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	background: transparent url(../images/disc.png) no-repeat 0 0;
	right: -7px;
	top: -12px;
}

#interaktiv h3 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 20px 9px 10px 9px;
  color: #484337;
  text-decoration: underline;
}

body.autor #interaktiv h3 {
	font-weight: bold;
	position: relative;
	top: 0;
	padding: 0;
}

#interaktiv dl {
	margin: 0 9px;
}

#interaktiv dt {
	font-size: 11px;
  color: #484337;
  font-weight: normal;
}

#interaktiv dt .no {
	color: #495e6b;
	font-family: Georgia;
	font-weight: bold;
	font-size: 20px;
}

#interaktiv dd {
	font-size: 11px;
	color: #807a67;
	font-style: italic;
	margin: 0 0 0 22px;
	padding: 0;
}

#interaktiv .von {
	margin-top: 10px;
  background: #495e6b url(../images/top5_bg.gif) no-repeat 0 bottom;
  padding: 9px 9px 20px 9px;
  color: white;
}

#interaktiv .author-top5 .von {
  background: #5e4437 url(../images/top5_bg2.gif) no-repeat 0 bottom;
}

#interaktiv .von a {
	font-size: 11px;
	color: white;
	text-decoration: underline;
}

#interaktiv .hr {
	background: transparent url(../images/interaktiv_div.gif) no-repeat 0 0;
	height: 16px;
	margin: 20px 0;
}

#sidebar {
  	font-size: 12px;
  	color: #484439;
}

#sidebar .advert {
	margin: 20px 0;
}

.sidebar_navigation {
  list-style-type: none;
  height: 30px;
  margin-top: 17px;
}

.sidebar_navigation li {
	float: left;
	display: inline;
	font-size: 12px;
	margin-right: 15px;
	font-weight: bolder;
	padding-bottom: 15px;
}

.sidebar_navigation li a {
	color: #6e6a5e;
	text-decoration: underline;
	padding-bottom: 15px;
	outline: none;
}

.sidebar_navigation li.ui-state-active a {
	color: #930909;
	text-decoration: none;
	background: transparent url(../images/sidebar_nav_bg.gif) no-repeat 50% bottom;
}

.ui-tabs-hide {
  display: none;
}

.sidebar_tabs {
	margin: 0 10px;
}

.sidebar_tabs div {
  background: #eae4cf;
  padding: 10px;
}

#rocks_tabs div {
  background: #d9e4d6;
}

#rocks_tabs .sidebar_navigation li.ui-state-active a {
	background: transparent url(../images/sidebar_nav_shop_bg.gif) no-repeat 50% bottom;
}

.sidebar_tabs div h3 {
  display: none;
}

.sidebar_tabs img {
  float: left;
  margin: 0 10px 0 0;
}

.sidebar_tabs input.input {
  width: 250px;
  padding: 5px 3px;
}

.hiddenFields {
  display: none;
}

.sidebar_tabs .right {
  text-align: right;
}

.sidebar_tabs #fax img {
  margin-bottom: 20px;
}

.sidebar_tabs .fax_no {
  font-size: 24px;
  margin: -5px 0 0 0;
  font-family: Georgia;
}

#sidebar .video_des_tages {
  margin: 0 14px 16px 14px;
  position: relative;
}

#sidebar .video_des_tages h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #930909;
	margin-bottom: 10px;
}

#sidebar .video_des_tages p.alle_videos {
	position:absolute;
	top: 0;
	right: 0;
}

#sidebar .video_des_tages p.video_comment {
  background: #FFA800 url(../images/comment_arrow.gif) no-repeat scroll 50% 0;
  padding:12px 5px 3px 5px;
  text-align: center;
  border-bottom: 3px solid #474337;
  height: 18px;
}
#sidebar .video_des_tages p.video_comment a {
  color: #494337;
}

#sidebar .video_des_tages p {
  font-size: 1.0em;
  margin: 0;
}

#sidebar .video_des_tages p span {
	font-size: 0.9em;
}

#sidebar .video_des_tages p span a {
  color: #6e6a5c;
}

#top_features {
  position: relative;
	padding: 0 15px;
}

#top_features ul {
  list-style-type: none;
    width: 9999px;
}

.top_feature_wrapper {
	overflow: hidden;
	width: 571px;
	position: relative; /* IE Fix */
}

.top_feature {
  width: 282px;
  position: relative;
  margin: 24px 12px 26px 0;
  float: left;
  display: inline;
}

.top_feature h3 {
  color: #930909;
  font-size: 12px;
  font-weight: bold;
	position: absolute;
	top: 16px;
	left: 110px;
}

.top_feature h4 {
	font-size: 11px;
	color: #484337;
	position: absolute;
	top: 0;
	left: 110px;
	font-family: Arial, Helvetica, sans-serif;
}

.top_feature p {
	color: #484337;
	line-height: 120%;
	position: absolute;
	top: 36px;
	left: 110px;
}

#top_features .back a,
#top_features .next a {
  outline: none;
}

#top_features .back {
  position: absolute;
  left: -7px;
  top: 50px;
}

#top_features .next {
  position: absolute;
  right: -7px;
  top:50px;
}

#features .artikel .details {
	position: relative;
	top: 0;
	left: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  color: #6e6a5c;
  font-style: italic;
}

#features .artikel h3 {
	position: relative;
	top: 0; left: 0;
  color: #CA0000;
  font-size: 22px;
  font-weight: normal;
  margin: 5px 0;
	padding-bottom: 10px;
}

#features .category {
	font-size: 1.2em;
	margin: 25px 0 5px 0;
	padding-left: 13px;
	background: transparent url(../images/red_star.gif) no-repeat 0 50%;
	text-transform: uppercase;
}

#features .category a {
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

#features ul {
  margin-left: 16px;
}

.artikel h4 {
	font-family: Arial;
  font-size: 1.2em;
  line-height: 150%;
}

.artikel .intro {
	font-size: 1.1em;
}

.artikel p {
  font-size: 1.2em;
}

.artikel img.left {
	clear: left;
  float: left;
  margin: 3px 20px 1.0em 0;
}

.artikel blockquote {
  border-top: 5px solid #aaa797;
  border-bottom: 5px solid #aaa797;
  margin: 4px 20px 0.5em 0;
  font-family: Georgia;
  float: left;
  width: 214px;
}

.artikel blockquote p {
  padding: 10px 5px;
  font-size: 16px;
    line-height: 135%;
    color: #d10000;
}

.artikel .related {
  margin-bottom: 1em;
}

.artikel .related h4 {
	clear: left;
	float: left;
	width: 120px;
	text-align: right;
	margin-bottom: 1em;
}

.artikel .related p,
.artikel .related ul {
	float: right;
	width: 430px;
}

.artikel .related p {
	font-style: italic;
}

.artikel .related li {
	font-size: 1.2em;
	margin-left: 10px;
}

.comment-header,
.comment-header2 {
  font-size: 1.2em;
  background: #ffa800;
  padding: 4px;
	font-weight: bold;
	position: relative;
	padding-right: 460px;
	text-align: right;
	color: black;
}

.comment-header {
  background: #ffa800 url(../images/comment_arrow.gif) no-repeat 50% 0;
  padding-top: 12px;
}

.comment-header a {
	position: absolute;
	left: 150px;
	font-weight: normal;
	text-decoration: underline;
	color: black;
}

.comment-header span {
	position: absolute;
	left: 140px;
	font-weight: normal;
	text-decoration: underline;
	color: black;
}

.comment {
	clear: both;
  background: #fff9c9;
  border-bottom: 1px dotted #999;
  padding: 10px 0;
  position: relative;
}

.comment .comment-detail {
  float: left;
  width: 120px;
  margin: 0 20px 0 10px;
  margin-right: 20px;
  font-size: 1.2em;
  text-align: right;
}

.comment .comment-detail h5,
.comment .comment-detail h6 {
  font-family: Arial;
	line-height: 150%;
}

.comment .comment-detail h6 {
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
}

.comment .comment-count {
	float: left;
}

.comment .comment-body {
  float: left;
  width: 400px;
}

.comment .comment-body p {
	font-size: 1.2em;  
}

.artikel .comment-body blockquote {
  width: auto;
  font-family: Arial,sans-serif;
  color: #484337;
  border: 0;
  border-left: 4px solid #999;
  padding: 0 10px;
  float: none;
}

.artikel .comment-body blockquote p {
  color: #484337;
	font-weight: normal;
	xfont-style: normal;
	padding: 4px 0;
}

.comment-quote {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#comment_form {
  background: #fff9c9;
  padding: 10px 0;
  margin-bottom: 10px;
}

/* Reviews */

#reviews .column {
  float: left;
  margin-right: 20px;
  width: 172px;
}

#reviews .review {
  margin-bottom: 64px;
}

.review h3 {
  font-size: 1.4em;
}

.review h3 a {
  color: #484337;
}

.review h4 {
  border-top: 1px solid #848172;
  border-bottom: 1px solid #848172;
  font-size: 1.2em;
  margin: 2px 0;
  padding: 2px 0;
  font-weight: normal;
}

#reviews .artikel h4,
#reviews .artikel p,
#reviews .artikel .ratings {
  margin-left: 140px;
}

 {
  margin-left: 140px;
}

.review h5 {
	color: #950f0f;
	font-size: 1.2em;
	margin: 10px 0;
}

.review h4 a {
	color: #484337;
}

.review .label {
  text-transform: uppercase;
  font-size: 0.9em;
}

.review img {
  float: left;
  margin: 3px 10px 5px 0;
}

.review .ratings {
  margin: 10px 0;
  font-style: italic;
}

.review .ratings a {
  text-transform: uppercase;
  color: #484337;
  text-decoration: underline;
}

.review span.rating {
  width: 61px;
  height: 10px;
  display: block;
  background: transparent url(../images/rating-0.gif) no-repeat 0 0;
  float: left;
  text-indent: -9999px;
}

.review span.rating_1 {
  background-image: url(../images/rating-1.gif);
}
.review span.rating_2 {
  background-image: url(../images/rating-2.gif);
}
.review span.rating_3 {
  background-image: url(../images/rating-3.gif);
}
.review span.rating_4 {
  background-image: url(../images/rating-4.gif);
}
.review span.rating_5 {
  background-image: url(../images/rating-5.gif);
}
.review span.rating_6 {
  background-image: url(../images/rating-6.gif);
}

.review .user_ratings span.rating_0 {
  background-image: url(../images/ministar-0.gif);
}
.review .user_ratings  span.rating_1 {
  background-image: url(../images/ministar-1.gif);
}
.review .user_ratings  span.rating_2 {
  background-image: url(../images/ministar-2.gif);
}
.review .user_ratings  span.rating_3 {
  background-image: url(../images/ministar-3.gif);
}
.review .user_ratings  span.rating_4 {
  background-image: url(../images/ministar-4.gif);
}
.review .user_ratings  span.rating_5 {
  background-image: url(../images/ministar-5.gif);
}
.review .user_ratings  span.rating_6 {
  background-image: url(../images/ministar-6.gif);
}

.review .comments_link {
  background: transparent url(../images/review_comment_link.gif) no-repeat 50% 0;
  padding: 8px 0;
  color: #484337;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}

.review .comments_link a {
  color: #484337;
}

.review img.rating_star {
  margin: 0;
  float: none;
}

#reviews .artikel {
  margin-bottom: 0;
}

p#pagination,
p#bodylinks {
  clear: both;
  background-color: #c9c2a6;
  height: 20px;
}

p#pagination span {
	display: block;
	float: left;
	font-size: 1.1em;
	padding: 2px;
}

p#pagination .left,
p#pagination .right {
  width: 130px;
}

p#pagination .right {
	text-align: right;
}

p#pagination .center {
	width: 300px;
	text-align: center;
}

p#bodylinks {
	margin-bottom: 10px;
}

p#bodylinks .left {
	float: left;
  width: 130px;
  padding: 2px 5px;
  font-weight: bold;
}

p#bodylinks .right {
  padding: 2px 5px;
	width: 240px;
	float: right;
}

#main_content .autor img {
  float: left;
  margin-right: 20px;
}

.autor .bio {
    margin-left: 150px;
}

#features .autor .bio h3 {
  color: #474337;
  font-size: 1.4em;
  margin: 0 0 5px 0;
  font-weight: bold;
  position: relative;
  top: 0;
  padding: 0;
}

.autor .bio p {
  font-size: 1.2em;
}

ul#autor_list {
  margin: 0 0 20px 16px;
  float: left;
  width: 360px;
}

ul#autor_list li {
  color: #6d6a5b;
  margin: 1em 0;
}

ul#autor_list li strong {
  color: #474337;  
}

ul#autor_list li a {
  color: #474337;
  text-decoration: underline;
}

ul#autor_list .category {
  font-size: 1em;
  margin: 0;
}

ul#autor_list .category a {
	color: #474337;
}

.issue_image,
.issue_section {
  float: left;
}

.issue_section {
	margin-left: 20px;
  width:  440px;
}

#features .issue_section h3 a {
	font-size: 0.75em;
	font-weight: bold;
	color: #474337;
  text-decoration: underline;
}

#features .artikel h3.light {
  color: #474337;
  background-color: #eae4ce;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 4px 16px;
  margin: 20px 0;
}

body.newsletter #features .artikel h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #474337;
  font-size: 1.4em;
  font-weight: bold;
}

body.newsletter .newsletter {
  background: white;
  margin: 10px 0 30px 0;
  padding: 20px;
}

body.newsletter .newsletter input {
  vertical-align: middle;
}

.order {
  border-top: 2px solid #eae4ce;
  background-color: #f6f3e0;
  padding: 8px;
  height: 20px;
  margin: 32px 0 20px 0;
}

body.home .order {
  margin-left: 10px;
  margin-right: 10px;
}

.order ul {
  float: right;
}

.order li {
  float: left;
  display: inline;
  margin-left: 10px;
  font-size: 1.2em;
}

.order li a {
  text-decoration: underline;
}

.order li.active a {
  text-decoration: none;
}

.interaktiv_ads {
  margin: 0 8px;
}
.interaktiv_ads a {
  padding: 4px;
}

#content ul.lg-polls-answers {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}

.lg-polls-answers td {
	font-size: 16px;
	padding: 5px 20px;
	margin: 0;
}

#footer .lg-polls-answers td {
	font-size: 16px;
	padding: 5px;
	margin: 0;
}

.lg-polls-answers li {
	font-size: 12px;
	padding: 10px 20px;
	margin: 0;
	font-family: Georgia, serif;
}

.a-0,
.a-2,
.a-4,
.a-6,
.a-8,
.a-10,
.a-12 {
	background: #e7e2c6;
}

.a-1,
.a-3,
.a-5,
.a-7,
.a-9,
.a-11,
.a-13 {
	background: #f4f3d8;
}

.percentage {
  background-color: #ff9f00;
	padding: 10px 0;
}

#footer .percentage {
  background-color: #ff9f00;
	padding: 5px 0;
}

.percentage-66 {
  background-color: #ffcc5c;
}

.percentage-33 {
  background-color: #ffe39b;
}

.percentage small {
	margin-left: 5px;
	white-space: nowrap;
	font-size: 11px;
}

td.answer {
  text-align: right;
  color: #e21000;
  font-size: 24px;
}

table.big td {
  font-family: Georgia, serif;
}

table.big td p {
  line-height: 125%;
}

table.cd td {
  padding: 6px 10px;
}

td.number {
	font-size: 18px;
	font-weight: bold;
	color: #003d82;
}

table.cd tr.odd {
  background-color: #e7e2c6;
}

table.cd tr.even {
  background-color: #f4f3d8;
}

td.cd-track {
  width: 320px;
}

td.cd-rating {
  width: 180px;
}

p.cd-title {
  font-weight: bold;
}

p.cd-artist {
	font-style: italic;
}

table.drehwurmer td {
  xfont-family: Arial, sans-serif;
  padding: 10px;
  font-weight: bold;
}

table.drehwurmer td input {
  padding: 3px 3px;
  font-size: 1.2em;
  font-weight: normal;
  color: #333;
}


body.drehwurmer #features h3 {
  left:  170px;
  top: 32px;
}

body.drehwurmer #features .top5 h3 {
  left: 0;
  top: 0;
}

p.all {
	float: right;
	position: relative;
	top: -36px;
	clear: left;
	margin-bottom: -36px;
}

#sidebar .album_der_woche {
	margin:0 14px 16px;
	position:relative;
}

.album_der_woche img {
  float: left;
}

#sidebar .album_der_woche h3 {
	color:#930909;
	font-family:Arial,Helvetica,sans-serif;
	margin-bottom:10px;
}

#sidebar .album_der_woche h4,
#sidebar .album_der_woche p  {
  margin-left: 85px;
}

#sidebar .album_der_woche p  {
	font-size: 11px;
}

#sidebar .album_der_woche h4 a  {
	font-size: 11px;
	color: #484439;
}

#sidebar .album_der_woche h4  {
	margin-bottom: 10px;
}

#sidebar .new_comments {
	margin: 0 14px 16px;
	position:relative;
	background: #fff9c9;
	padding-bottom: 10px;
}

#sidebar .new_comments h3 {
	text-align: center;
	color: #fff9c9;
	background: #474337 url(../images/new_comments_bg.gif) repeat-x 50% bottom;
	font-family: Arial, sans-serif;
	padding: 4px 4px 14px 4px;
}

#sidebar .new_comments .sep {
	border-bottom: 1px dotted #474337;
	margin: 0 4px 8px 4px;
	padding: 4px 0 0 0;
}

#sidebar .new_comments h4,
#sidebar .new_comments p {
	margin: 4px 10px;
	font-size: 11px;
}

#sidebar .new_comments h4 {
	font-size: 12px;
}

#sidebar .new_comments emph {
	font-style: italic;
}



#sidebar .hr {
	background: transparent url(../images/feature_div.gif) repeat-x 0 0;
	height: 8px;
	margin: 10px;
}

/* @end */

/* @group 11. Footer */

#footer {
  margin: 11px;
  background-color: #fbfae6;
  padding: 0 0 19px 0;
  border-bottom: 11px solid #dacfb8;
}

#footer h2 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #cabea6;
  padding: 10px 0 8px 0;
  margin-bottom: 12px;
}

#footer .reviews {
  float: left;
  width: 590px;
  margin-left: 19px;
}

#footer .poll {
  width: 280px;
  float: right;
  margin-right: 19px;
}


#footer .review {
  width: 172px;
  float: left;
  margin-right: 20px;
}

#footer .last {
	margin-right: 0;
}

#footer .review h5 {
  margin: 3px 0;
}

/*
#footer .review h3 {
  font-size: 16px;
  font-weight: normal;
  color: #484337;
}

#footer .review p.sub {
	font-family: Georgia;
	font-size: 13px;
	line-height: 120%;
	border-top: 1px solid #7d7d73;
	border-bottom: 1px solid #7d7d73;
	color: #484337;
	padding: 1px 0;
	margin: 1px 0;
}

#footer .review p.sub2 {
	color: #be1b1b;
	font-style: italic;
	margin: 4px 0;
}

#footer .review img {
	float: left;
}

#footer .review p.summary {
  float: right;
  width: 120px;
  line-height: 120%;
  color: #484337;
}
*/

#footer .hr {
	margin: 15px 0;
  border-top: 2px solid #dacfb8;
}

#footer .footer_links {
	margin: 0 19px;
  background: black url(../images/footer_bg.jpg) no-repeat 0 0;
	color: white;
  padding: 19px 20px 17px 20px;
}
#footer .footer_links a {
	color: white;
	text-decoration: underline;
}

/* @end */

/* @group 12. Forms */

div.row {
  clear: left;
  padding: 1em 0;
  margin: 0 15px;
}

div.row-last {
  border-bottom: 0;
}

div.row label {
  float: left;
  width: 120px;
  margin-right: 10px;
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
  color: #45432e;
}

div.row label span.instructions {
  display: block;
  color: #666;
  padding-top: 2px;
  font-weight: normal;
  font-size: 0.916em;
}

div.row label em {
  font-weight: normal;
  font-style: normal;
  font-size: 1.0em;
  color: #060;
  padding-top: 2px;
  background: white url(../images/flag_green.png) no-repeat 0 0;
  padding-right: 12px;
}

div.row textarea {
  width: 250px;
  height: 90px;
}

div.row input.text,
div.row textarea {
  padding: 5px 3px;
  font-size: 1.2em;
  font-weight: normal;
  color: #333;
}

div.row input.submit {
  color: white;
  border: 0;
  padding: 8px 16px;
  font-weight: bold;
  float: right;
}

div.row p.error {
  color: #900;
  margin: 5px 0 0 130px;
  background: white url(../images/close.png) no-repeat 0 0;
  padding-left: 20px;
}

fieldset legend {
  display: none;
}

#comment-box {
  width: 410px;
  height: 220px;
}

input.blur {
  color: #666;
}

.sidebar_tabs input.input-email {
 background: white url(../images/email_icon.gif) no-repeat 6px 8px; 
 padding-left: 24px;
 width: 226px;
}

.sidebar_tabs input.input-search {
 background: white url(../images/search_icon.gif) no-repeat 6px 7px; 
 padding-left: 24px;
 width: 226px;
}

.submit-button {
	width: 117px;
	height: 38px;
	text-align: center;
	background: transparent url(../images/ROCKS_btn_red.png) no-repeat 0 0;
	padding: 0;
	line-height: 38px;
	cursor: pointer;
}

.submit-button {
	background: transparent url(../images/ROCKS_btn_grey.png) no-repeat 0 0;
	border:0;
	color:white;
	font-weight: bold;
	font-size: 12px;
}


/* @end */

#user_message #container {
  margin-top: 20px;
}

#user_message #content {
  background-image: none;
  border-top: 11px solid #dacfb8;
  border-bottom: 11px solid #dacfb8;
}

#user_message #content h3 {
  color: #950f0f;
  font-size: 16px;
  margin: 1em 20px;
}

#user_message #content p,
#user_message #content li,
#user_message #content ul {
  margin: 1em 20px;
  font-size: 12px;
}


