@charset "utf-8";

/*
CSS Document
Theme Name: GreenOrange09
Theme URI: http://gruselfabrik.de
Description: "Ein schickes Halloween-Theme für Wordpress 2.x."
Tags: orange, green, fixed width, pumpkin, halloween, gruselfabrik 
Version: 1.0
Author: Thomas Franke
Author URI: http://mondsonde.de
License: GPL
*/

html, body {
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}

body {
	background:#2a250f url(images/gf_bgSkulls01.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b2101;
}

a:link, a:visited, a:active, a:hover {
	color:#cf461c;
	text-decoration:underline;
}

a.further:link, a.further:active, a.further:visited, a.further:hover {
	display:block;
	margin:10px 0px 0px 0px;
	padding:2px 0px 2px 22px;
	font-weight:normal;
	background:transparent url(images/blt_arrow04.gif) 0px 4px no-repeat;
}

a.redButton:link, a.redButton:active, a.redButton:visited, a.redButton:hover {
	display:inline-block;
	padding:5px 23px 7px 18px;
	background:#cf461c url(images/blt_arrow01.gif) 93% 50% no-repeat;
	border:#aa3917 1px solid;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

p {
	margin:5px 0px 5px 0px;
	padding:0px;
}

img {
	border:none;
}

img.alignleft, div.alignleft {
	float:left;
	margin: 0px 15px 5px 0px;
	padding:4px;
	background-color:#FFFFFF;
	border:#dfb89c 1px solid;
}

img.alignright, div.alignright {
	float:right;
	margin: 0px 0px 5px 15px;
	padding:4px;
	background-color:#FFFFFF;
	border:#dfb89c 1px solid;
}

img.aligncenter, div.aligncenter {
	text-align:center;
	margin:0 auto;
}

hr {
	margin:0px;
	padding:0px;
	border:none;
	color:#dfb89c;
	background-color:#dfb89c;
	height:1px;
	width:auto;
}

/*************** Überschriften ***************/

h1 {
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#ffe0be;
	text-decoration:none;
}

h2, h3, h5 {
	display:block;
	margin:0px 0px 12px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:#e9c5a8 1px solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	color:#4b2101;
	line-height:25px;
	text-decoration:none;
}

h3 {
	font-size:14px;
	color:#9d3f15;
	line-height:normal;
	text-decoration:none;
}

h4 {
	display:inline;
	padding:3px 0px 3px 0px;
	background-color:#2b1a0d;
	font-size:13px;
	color:#decda7;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
}

h5 {
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:20px;
	color:#f7e2d1;
	border:none;
}

/*************** Ende Überschriften ***************/

#conHeader {
	background:url(images/gf_bgheader01.gif) repeat-x;
	width:100%;
	height:252px;
	text-align:center;
}

#header {
	position:relative;
	width:990px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
	background:url(images/gf_head01.png) no-repeat;
	height:252px;	
/*	border:#990000 1px solid; */
}

/*************** Horizontale Tabs ***************/

ul#hTabs {
	width:auto;
	overflow:hidden;
	margin:0px;
	padding:0px;
	position:absolute;
	left:272px;
	bottom:14px;
	list-style:none;
	color:#fff2df;
}

ul#hTabs li {
	float:left;
	margin:0px 10px 0px 0px;
	background-color:#301107;
}

ul#hTabs li.tabRSS {
	background:#301107 url(images/blt_rss01.gif) 15px 16px no-repeat;
}

ul#hTabs li a:link, ul#hTabs li a:visited, ul#hTabs li a:active, ul#hTabs li a:hover {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#d4ba86;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
	padding:16px 15px 5px 15px;
	border:#ff913d 1px solid;
	border-bottom:none;
}

ul#hTabs li a:hover,
ul#hTabs li:hover a {
	color:#FFFFFF;
	background:transparent url(images/blt_arrow07.gif) 50% 0px no-repeat;
	cursor:pointer;
	border:#ff913d 1px solid;
	border-bottom:none;
}

ul#hTabs li.tabRSS a {
	padding-left:35px;
}

/*************** Ende Horizontale Tabs ***************/

#logo {
	position:absolute;
	left:1px;
	bottom:-49px;
	width:289px;
	height:263px;
	background:transparent url(images/gf_logo01.png) no-repeat;
}

/*************** Ende Horizontale Tabs ***************/
/*************** Ende CommentForm ***************/

#commentform, .simpleContact {
	display:block;
	padding-top:15px;
	border:#e9c5a8 1px solid;
	background:#f6d8b7;
}

#commentform label, .simpleContact label {
	display:inline-block;
	margin:0px 20px 0px 16px;
	width:100px;
	font-weight:bold;
}

#commentform label.lblTextarea, .simpleContact label.lblTextarea {
	vertical-align:top;
}

#commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea#comment,
.simpleContact input#sc-username, .simpleContact input#sc-email, .simpleContact input#sc-subject, .simpleContact textarea#sc-message, .simpleContact input#sc-code {
	width:450px;
	padding:4px;
	background:#FFFFFF;
	border:#ba9e88 1px solid;
}

#commentform input#submit, .simpleContact input#sc-btnSubmit {
	margin:10px 0px 20px 0px;
	padding:5px 16px 7px 16px;
	cursor:pointer;
	background:#cf461c;
	border:#aa3917 1px solid;
	color:#ffffff;
	font-weight:bold;
}

#commentform input#submit, input#sc-btnSubmit {
	margin:10px 0px 20px 0px;
	padding:5px 16px 7px 16px;
	cursor:pointer;
	background:#cf461c;
	border:#aa3917 1px solid;
	color:#ffffff;
	font-weight:bold;
}

.contactFormInput {
	margin:20px;
}

.nocomments, .shortinfo, .error {
	margin:20px 0px 15px 0px;
	padding:10px;
	border:#dfb89c 1px solid;
	background-color:#f8f8f8;
}

.error {
	background:#FF6600;
	color:#FFFFFF;
}

/*************** Ende CommentForm ***************/
/*************** ContactForm ***************/

.simpleContact {
/*	background:#ffecd7 url(images/gf_bgTwirls01.gif) right bottom no-repeat;
*/
}

.simpleContact .sc-form-error {
	margin:0px 0px 0px 140px;
	font-size:10px;
	font-style:italic;
}


/*************** Ende ContactForm ***************/
/*************** Quicksearch ***************/

#searchform {
	width:auto;
	position:absolute;
	left:608px;
	bottom:55px;
	color:#000000;
}

#searchform input.quickSearch {
	width:188px;
	margin:0px 0px 12px 0px;
	border:none;
	background:transparent;
	font-weight:bold;
	border:none;
	vertical-align:bottom;
}

#searchform input.quickSearchGo {
	background:transparent;
	border:none;
	width:60px;
	height:60px;
	cursor:pointer;
}

#searchform input.quickSearchGo:hover {
	background:transparent url(images/gf_bubbleLos01.png) top right no-repeat;
	border:none;
	width:105px;
	height:60px;
}

/*************** Ende Quicksearch ***************/
/*************** Searchform ***************/

.search-form {
	overflow:hidden;
	display:block;
}

.search-form .search-text {
	float:left;
	width:80%;
}

.search-form .search-submit {
	float:right;
	width:17%;
}

/*************** Ende Searchform ***************/

#conContent {
	width:100%;
	text-align:center;
	height:auto;
}

#content {
	width:990px;
/*	border:#990000 1px solid; */
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	text-align:right; /* this overrides the text-align: center on the body element. */
	height:auto;
	overflow:hidden;
}

#content .innerContent {
	float:right;
	margin:0px 18px 0px 0px;
	background:#ff913d url(images/gf_bgverticalLine01.gif) repeat-y;
	width:928px;

}

#colLeft {
	float:left;
	margin:0px 0px 25px -25px;
/*	background:#009933; */
	width:244px;
	text-align:left;
}

#colRight {
	float:right;
	margin:0px -12px 25px 0px;
/*	background:#009933; */
	width:712px;
	text-align:left;
	height:auto;
}

#colRight hr.divider01 {
	width:680px;
	color:#d77a33;
	background-color:#c2631a;
}

.featuredPost {
	position:absolute;
	top:-27px;
	right:15px;
	width:75px;
	height:65px;
	background:transparent url(images/gf_featuredPost.png) no-repeat;
}

/*************** Box Categories ***************/

#boxCategories {
	display:block;
	margin:12px 0px 0px 0px;
	border:#c2631a 1px solid;
	background:#ffe0be url(images/gf_bgdistressed01.gif) repeat-x;
}

#boxCategories ul {
	display:block;
	margin:42px 4px 0px -16px;
	padding:0px 0px 35px 0px;
}

#boxCategories ul li {
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#boxCategories ul li a {
	display:block;
	padding:5px 0px 5px 16px;
	background-color:#ff9b4e;
	color:#2b1a0d;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#boxCategories ul li ul {
	list-style-type:none;
	margin:0px 0px 4px 20px;
	padding:0px;
}

#boxCategories ul li ul li {
	list-style-type:none;
	margin:3px 0px 0px 0px;
}

#boxCategories ul li ul li a:link, #boxCategories ul li ul li a:visited, #boxCategories ul li ul li a:active,
#boxCategories ul li ul li:link a, #boxCategories ul li ul li:visited a, #boxCategories ul li ul li:active a {
	display:block;
	margin:0px;
	padding:5px 0px 5px 24px;
	background:#fff2df none;
	color:#4b2101;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

#boxCategories ul li ul li a:hover,
#boxCategories ul li ul li:hover a {
	background:#2b1a0d url(images/blt_skull02.gif) 8px 7px no-repeat;
	color:#a9cbd6;
}

.categories {
	color:#c2631a;
}


/*************** Ende Box Categories ***************/
/*************** Box LatestPosts  ***************/

#boxLatestPosts, #boxTagCloud, #boxArchive {
	display:block;
	margin:-30px 0px 0px 0px;
	width:100%;
}

#boxLatestPosts .tab {
	float:right;
	z-index:2;
	margin:0px 22px -1px 0px;
	background-color:#503118;
}

#boxLatestPosts .tab .innerTabSpace, #boxTagCloud .tab .innerTabSpace, #boxArchive .tab .innerTabSpace {
	margin:23px 20px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffe0be;
	font-weight:bold;
	text-transform:uppercase;
}

#boxLatestPosts .box {
	clear:both;
	z-index:1;
	border:#c2631a 1px solid;
	background:#ffe0be url(images/gf_bgdistressed02.gif) repeat-x;
}

#boxLatestPosts .box .innerBoxSpace {
	margin:26px 5px 35px 5px;
	font-size:11px;
}

#boxLatestPosts .box .innerBoxSpace ul {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}

#boxLatestPosts .box .innerBoxSpace ul li {
	margin:0px 0px 3px 0px;
	padding:0px;
}

#boxLatestPosts .box .innerBoxSpace ul li a:link, #boxLatestPosts .box .innerBoxSpace ul li a:visited, #boxLatestPosts .box .innerBoxSpace ul li a:active {
	display:block;
	padding:7px 5px 7px 10px;
	background-color:#fff2df;
	border-bottom:#dfc4a6 1px solid;
	color:#825648;
	text-decoration:none;
}

#boxLatestPosts .box .innerBoxSpace ul li a:hover {
	color:#a9cbd6;
	background-color:#2b1a0d;
}

/*************** Ende Box LatestPosts ***************/
/*************** Box TagCloud  ***************/

#boxTagCloud .tab {
	float:right;
	z-index:2;
	margin:0px 22px -1px 0px;
	background-color:#772810;
}

#boxTagCloud .box {
	clear:both;
	z-index:1;
	border:#c2631a 1px solid;
	background:#ffe0be url(images/gf_bgdistressed03.gif) repeat-x;
}

#boxTagCloud .box .tagList {
	list-style:none;
	vertical-align:bottom;
	margin:30px 5px 35px 10px;
	font-size:11px;
}

#boxTagCloud .box .tagList a:link, #boxTagCloud .box .tagList a:visited, #boxTagCloud .box .tagList a:active {
	text-decoration:none;
	color:#986d5a;
}

#boxTagCloud .box .tagList a:hover {
	color:#4b2101;
}

/*************** Ende Box TagCloud  ***************/
/*************** Box Archive ***************/

#boxArchive .tab {
	float:right;
	z-index:2;
	margin:0px 22px -1px 0px;
	background-color:#b24718;
}

#boxArchive .box {
	clear:both;
	z-index:1;
	border:#c2631a 1px solid;
	background:#ffe0be url(images/gf_bgdistressed04.gif) repeat-x;
}

#boxArchive .box .innerBoxSpace {
	margin:26px 5px 35px 5px;
	font-size:12px;
}

#boxArchive .box .innerBoxSpace ul {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}

#boxArchive .box .innerBoxSpace ul li {
	margin:0px 0px 2px 0px;
	padding:0px;
}

#boxArchive .box .innerBoxSpace ul li a:link, #boxArchive .box .innerBoxSpace ul li a:visited, #boxArchive .box .innerBoxSpace ul li a:active {
	display:block;
	padding:7px 5px 7px 20px;
	background-color:#fff2df;
	border-bottom:#dfc4a6 1px solid;
	color:#825648;
	text-decoration:none;
}

#boxArchive .box .innerBoxSpace ul li a.special:link, #boxArchive .box .innerBoxSpace ul li a.special:visited, #boxArchive .box .innerBoxSpace ul li a.special:active {
	display:block;
	padding:7px 5px 7px 18px;
	background:#ff913d url(images/blt_arrow01.gif) 8px 10px no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#boxArchive .box .innerBoxSpace ul li a:hover {
	color:#a9cbd6;
	background:#2b1a0d url(images/blt_arrow02.gif) 8px 10px no-repeat;
}

#boxArchive .box .innerBoxSpace ul li a.special:hover {
	color:#a9cbd6;
	background:#2b1a0d url(images/blt_arrow02.gif) 8px 10px no-repeat;
}

/*************** Ende Box Archive ***************/
/*************** Block Breadcrumb***************/

#blockBreadcrumb {
	margin:8px 0px 8px 0px;
	padding:5px 5px 5px 20px;
	border:#d77a33 1px solid;
	background-color:#f7e2d1;
	font-size:11px;
	color:#301107;
	font-weight:bold;
}

#blockBreadcrumb a {
	padding:0px 12px 0px 6px;
	background:transparent url(images/blt_arrow03.gif) right 60% no-repeat;
}

/*************** Ende Block Breadcrumb ***************/
/*************** Box Content01***************/
/*
.boxContent01 {
	margin:5px 0px 5px 0px;
	border:#d77a33 1px solid;
	background:#f7e2d1 url(images/gf_bgdistressed05.gif) repeat-x;
	font-size:11px;
	color:#301107;
}
*/

/*************** Ende Box Content01 ***************/
/*************** Box Cat ***************/

.boxCat01, .boxCat02, .boxCat03, .boxCat04 {
	position:relative;
	float:left;
	overflow:hidden;
	width:49%;
	height:300px;
	margin:5px 0px 5px 0px;
	border:#d77a33 1px solid;
	background:#ffe0be url(images/gf_bgdistressed02.gif) repeat-x;
	font-size:11px;
	color:#301107;
}

.boxCat01 h1 a, .boxCat02 h1 a, .boxCat03 h1 a, .boxCat04 h1 a {
	color:#ffe0be;
}

.boxCat01 h1 a, .boxCat02 h1 a, .boxCat03 h1 a, .boxCat04 h1 a,
.boxCat01 h2 a, .boxCat02 h2 a, .boxCat03 h2 a, .boxCat04 h2 a,
.boxCat01 h3 a, .boxCat02 h3 a, .boxCat03 h3 a, .boxCat04 h3 a,
.boxCat01 h4 a, .boxCat02 h4 a, .boxCat03 h4 a, .boxCat04 h4 a {
	text-decoration:none;
}

.boxCat01 h3 a, .boxCat02 h3 a, .boxCat03 h3 a, .boxCat04 h3 a {
	color:#9d3f15;
}

.boxCat02 {
	float:right;
	background:#ffe0be url(images/gf_bgdistressed04.gif) repeat-x;
}

.boxCat03 {
	background:#ffe0be url(images/gf_bgdistressed04.gif) repeat-x;	
}

.boxCat04 {
	float:right;
}

.boxCat01 .innerBoxSpace, .boxCat02 .innerBoxSpace, .boxCat03 .innerBoxSpace, .boxCat04 .innerBoxSpace {
	margin:14px 10px 0px 14px;;
	line-height:16px;
}

.boxCat01 a.thmb, .boxCat02 a.thmb, .boxCat03 a.thmb, .boxCat04 a.thmb,
.boxChronoPost a.thmb, .boxChronoPost a.thmb, .boxChronoPost a.thmb, .boxChronoPost a.thmb {
	float:left;
	margin:0px 10px 2px 0px;
	padding:3px;
	border:#c5a38a 1px solid;
	background-color:#FFFFFF;
}

.boxCat01 .footer, .boxCat02 .footer, .boxCat03 .footer, .boxCat04 .footer {
	position:absolute;
	bottom:0px;
	margin:0px;
	width:100%;
	background-color:#FFFFFF;
}

.boxCat01 .footer a.further, .boxCat02 .footer a.further, .boxCat03 .footer a.further, .boxCat04 .footer a.further {
	float:left;
	margin:10px 0px 10px 14px;
	padding:5px 0px 5px 22px;	
}

.boxCat01 .footer a.comments, .boxCat02 .footer a.comments, .boxCat03 .footer a.comments, .boxCat04 .footer a.comments {
	float:right;
	background:transparent url(images/blt_bubble01.gif) 0px 4px no-repeat;
	margin:12px 14px 10px 0px;
	padding:2px 0px 5px 22px;
	font-size:10px;
	font-weight:normal;
	color:#9f876c;
	text-decoration:underline;
}



/*************** Ende Box Cat ***************/
/*************** Box PopularPosts ***************/

.boxPopularPosts {
	position:relative;
	display:inline-block;
	margin:5px 0px 5px 0px;
	border:#d77a33 1px solid;
	background:#ffd8ad url(images/gf_bgdistressed02.gif) repeat-x;
	font-size:12px;
	color:#301107;
}

.boxPopularPosts .innerBoxSpace {
	margin:10px 0px 6px 6px;
	font-size:11px;
}

.boxPopular01 {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0px 6px 6px 0px;
	width:226px;
	height:325px;
	border:#ac8e78 1px solid;
	background:#ffecd7 url(images/gf_bgTwirls01.gif) right bottom no-repeat;
}

.boxPopular01 .innerBoxSpace {
	margin:8px 6px 6px 6px;
	font-size:11px;
}

.boxPopular01 .innerBoxSpace img {
	margin:0px 0px 6px 0px;
	padding:3px;
	background-color:#FFFFFF;
	border:#dfb89c 1px solid;
}

.boxPopular01 .innerBoxSpace h4 a {
	text-decoration:none;
	color:#decda7;
}

.boxPopular01 .innerBoxSpace hr {
	display:block;
	width:100%;
	margin:10px 0px 5px 0px;
	color:#dfb89c;
	background-color:#dfb89c;
}

.boxPopular01 .innerBoxSpace p {
	margin:0px;
	padding:0px;
}

.boxPopular01 .footer {
	position:absolute;
	bottom:0px;
	margin:0px;
	width:100%;
}

.boxPopular01 .footer a.further:link, .boxPopular01 .footer a.further:visited, .boxPopular01 .footer a.further:active, .boxPopular01 .footer a.further:hover {
	display:inline-block;
	margin:5px 0px 10px 6px;
	padding:0px 10px 0px 0px;
	background:transparent url(images/blt_arrow06.gif) right 60% no-repeat;
}

/*************** Ende Box Popular ***************/
/*************** Box ChronoPost ***************/

.boxChronoPost {
	position:relative;
	display:block;
	margin:5px 0px 5px 0px;
	border:#d77a33 1px solid;
	background:#f7e2d1 url(images/gf_bgdistressed06.gif) repeat-x;
	font-size:12px;
	color:#301107;
}

.boxChronoPost .innerBoxSpace {
	margin:16px 12px 20px 20px;
}

.boxChronoPost .innerBoxSpace p {
	line-height:16px;
}

.boxChronoPost .innerBoxSpace hr, .boxStandard02 .innerBoxSpace hr {
	clear:both;
	display:block;
	margin:0px 0px 12px 0px;
	color:#dfb89c;
	background-color:#dfb89c;
}

.boxChronoPost .innerBoxSpace h2 {
	border:none;
	margin:0px 0px 7px 0px;
	padding:0px;
}

.boxChronoPost .innerBoxSpace h2 a {
	text-decoration:none;
	color:#9d3f15;
}

.boxChronoPost .innerBoxSpace h2 a:hover {
	text-decoration:underline;
	color:#301107;
}

.boxChronoPost .innerBoxSpace a.further {
	float:left;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 22px;
}

.boxChronoPost .innerBoxSpace .date {
	display:inline-block;
	float:left;
	margin:0px 0px 5px 0px;
	padding:2px 0px 3px 0px;
	font-size:10px;
	color:#9f876c;
}

.boxChronoPost .innerBoxSpace a.comments {
	display:inline-block;
	float:right;
	background:transparent url(images/blt_bubble01.gif) 0px 4px no-repeat;
	margin:0px 0px 5px 0px;
	padding:2px 0px 5px 22px;
	font-size:10px;
	font-weight:normal;
	color:#9f876c;
	text-decoration:none;
}

.boxChronoPost .innerBoxSpace a.comments:hover {
	text-decoration:underline;
}

/*************** Ende Box ChronoPost ***************/
/*************** Box Standard01 ***************/

.boxStandard01, .boxStandard02, .boxStandard03 {
	position:relative;
	margin:5px 0px 5px 0px;
	border:#d77a33 1px solid;
	background:#f7e2d1 url(images/gf_bgdistressed05.gif) repeat-x;
	font-size:11px;
	color:#301107;
}

.boxStandard01 .innerBoxSpace, .boxStandard02 .innerBoxSpace, .boxStandard03 .innerBoxSpace {
	margin:16px 16px 20px 20px;
}

.boxStandard01 .innerBoxSpace ul {
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}

.boxStandard01 .innerBoxSpace ul li {
	display:block;
	margin:0px;
	padding:5px 0px 5px 0px;
	border-bottom:#e9c5a8 1px solid;
}

.boxStandard01 .innerBoxSpace ul li a {
	text-decoration:none;
}

.boxStandard01 .innerBoxSpace ul li a:hover {
	text-decoration:underline;
}

.boxStandard01 .innerBoxSpace ul li .date {
	color:#9f876c;
	font-size:11px;
}

.boxStandard01 .innerBoxSpace ul li .comments {
	color:#9f876c;
	font-size:11px;
}

/*************** Ende Box Standard01 ***************/
/*************** Box Standard02 ***************/

.boxStandard02 .innerBoxSpace {
	line-height:18px;
}

.boxStandard02 h1 a, .boxStandard03 h1 a {
	color:#ffe0be;
	text-decoration:none;
}


.boxStandard02 .innerBoxSpace h2{
	border:none;
	margin:0px 0px 7px 0px;
	padding:0px;
}

.boxStandard02 .innerBoxSpace .released {
	display:block;
	margin:0px 0px 5px 0px; 
	color:#9f876c;
	font-size:11px;
}

.boxStandard02 .innerBoxSpace .image2 {
	margin:0px 0px 15px 0px;
	padding:4px;
	background-color:#FFFFFF;
	border:#dfb89c 1px solid;
}

.boxStandard02 .innerBoxSpace dl.conTags {
	clear:both;
	display:block;
	overflow:hidden;
	margin:20px 0px 15px 0px;
	border:#dfb89c 1px solid;
	background-color:#f8f8f8;
}

.boxStandard02 .innerBoxSpace dl.conTags dt {
	float:left;
	margin:15px 0px 15px 25px;
	width:10%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
}

.boxStandard02 .innerBoxSpace dl.conTags dd {
	float:right;
	margin:15px 10px 15px 0px;
	width:83%;
}

/*************** Ende Box Standard02 ***************/
/*************** Box Standard03 ***************/
.boxStandard03 {
	background:#f7e2d1 url(images/gf_bgdistressed07.gif) repeat-x;
}
/*************** Ende Box Standard03 ***************/

#conFooter {
	position:relative;
	background:#3a3315 url(images/gf_bgfooter01.gif) left bottom repeat-x;
	width:100%;
	height:230px;
}

#footer {
	position:relative;
	width:990px;
	overflow:hidden;
	background:transparent url(images/gf_foot01.jpg) no-repeat;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
	height:100%;
	color:#8e824d;
	font-size:9px;
}

#footer ul {
	margin:100px auto;
	width:70%;
	list-style:none;
	overflow:hidden;
	padding:0px;
}

#footer ul li {
	float:left;
	margin:0px 20px 0px 0px;
}

#footer a {
	color:#cbba6e;
	text-decoration:underline;
}

#footer .design {
	overflow:hidden;
	position:absolute;
	bottom:7px;
	left:50px;
}

#footer .copyright {
	overflow:hidden;
	position:absolute;
	bottom:7px;
	right:20px;
}

/**************************************************************************************/

.navigation {
	position:relative;
	margin:0px;
	padding:0px;
	font-size:11px;
}

.navigationPages {
	display:block;
	position:relative;
	font-size:11px;
}
.navigation .bg, .navigationPages .bg {
	display:block;
	overflow:hidden;
	border:#d77a33 1px solid;
	background-color:#f7e2d1;
}

.navigationPages .bg .alignLeft a,
.navigationPages .bg .alignRight a {
	width:18%;
	display:inline-block;
	padding:5px 20px 7px 20px;
	background-color:#301107;
	font-weight:bold;
	text-decoration:none;
	color:#d4ba86;
}

.navigationPages .bg .alignLeft a:hover,
.navigationPages .bg .alignRight a:hover {
	color:#FFFFFF;
}

.navigationPages .bg .alignLeft a {
	float:left;
	text-align:left;
}
.navigationPages .bg .alignRight a {
	float:right;
	text-align:right;
}

.clearfloat {
	display:block;
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}

.ratingHeader {
	font-weight:bold;
}

.ratingblock div {
	clear:both;
}