/* 
	Theme Name: RichWP Superbloggerf
	Theme URL: http://www.RichWP.com
	Description: Superblogger theme created for WordPress.
	Author: Felix Krusch
	Author URI: http://www.RichWP.com
	Version: 1.0
	Tags: blog theme, blog design, blogging
	
	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	Design (c) 2009 by RichWP / Felix Krusch
	
	Changelog:
		V1.0 - 2009-02-17 Release of - RichWP Superblogger -
*/

body {
	/*background: #F7F7F7;*/
	background: center top url(Bright/body_background.gif) no-repeat;
	color: #2D2D2D;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#wrap {
	width: 960px;
	/*margin: 3px 0 152px;*/
	margin: 3px auto 0 auto;
	padding: 0 0 0 0;
}

body .home {
	
}

body.single, body.page {
	background: center top url(Bright/single_background.jpg) no-repeat;
}


/*************************** Header START ***************************/
#header {
	/*background:url(Bright/bg_header.gif) no-repeat;*/
	background: url(Bright/header_background.gif) no-repeat;
	height: 35px;
	padding: 0 0 0 0;
}


/* Header Title */
#logo {
	width: 7px;
	height:21px;
	float: left;
	padding: 7px 0 0 9px;
}
	
#header h1{
	color: #3D3D3D;
	font-size: 18px;
	font-family: Verdana, Arial, Tahoma;
	font-weight:bold;
	margin: 3px 0 0 5px;
	float:left;
	padding-bottom: .25em
}

#header h1 a, #header h1 a:active, #header h1 a:visited {
	color: #3D3D3D;
	text-decoration:none;
}

#header h2{
	color: #3D3D3D;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma;
	margin: 11px 0 0 5px;
	float:left;
}

#header h2 a, #header h1 a:active, #header h2 a:visited{
	color: #3D3D3D;
	text-decoration:none;
}

/* Header Title END */

/* Header Navigation (Big Thanx to Suckerfish ;-) */
#nav {
	float:right;
	margin: 0 2px 0 0;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	margin: 0px;
	/*padding: 8px 17px 10px 18px;*/
}

/*#nav li.events a, #nav li.events a:link, #nav li.events a:visited {
	padding: 8px 17px 10px 30px;
}*/

#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
	margin: 0px;
	/*padding: 8px 17px 10px 18px;*/
	text-decoration: underline;
	background: none;
}

/* padding der menue punkte */
#nav li.page-item-309 a, #nav li.page-item-309 a:link, #nav li.page-item-309 a:visited { width: 75px; padding: 8px 0 10px 0; text-align: center; }
#nav li.page-item-311 a, #nav li.page-item-311 a:link, #nav li.page-item-311 a:visited { width: 105px; padding: 8px 0 10px 0; text-align: center; }
#nav li.events a, #nav li.events a:link, #nav li.events a:visited { width: 120px; padding: 8px 0 10px 30px; }
#nav li.page-item-305 a, #nav li.page-item-305 a:link, #nav li.page-item-305 a:visited { width: 89px; padding: 8px 0 10px 0; text-align: center; }
#nav li.page-item-301 a, #nav li.page-item-301 a:link, #nav li.page-item-301 a:visited { width: 94px; padding: 8px 0 10px 0; text-align: center; }
#nav li.page-item-13 a, #nav li.page-item-13 a:link, #nav li.page-item-13 a:visited { width: 85px; padding: 8px 0 10px 0; text-align: center; }

/* over status der menue punkte */
#nav li.page-item-309 a:hover 	{ background: url(Bright/nav_neues.gif) no-repeat; }
#nav li.page-item-311 a:hover 	{ background: url(Bright/nav_medientage.gif) no-repeat; }
#nav li.events a:hover 			{ background: url(Bright/nav_veranstaltungen.gif) no-repeat; }
#nav li.page-item-305 a:hover 	{ background: url(Bright/nav_loophole.gif) no-repeat; }
#nav li.page-item-301 a:hover 	{ background: url(Bright/nav_kajuc.gif) no-repeat; }
#nav li.page-item-13 a:hover 	{ background: url(Bright/nav_kontakt.gif) no-repeat; }

#nav li.events a:hover, #nav li.events a:active {
	
}
	
#nav li.events li a, #nav li.events li a:link, #nav li.events li a:visited {
	/*opacity: .90;*/
	/*filter: alpha(opacity=90);*/
	font-size: 10px;
	background: #2e2427;
	width: 150px;
	color: #FFFFFF;
	text-transform: uppercase;
	float: none;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #665a55;
	/*border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;*/
}

#nav li.events li:last-child a, #nav li.events li:last-child a:link, #nav li.events li:last-child a:visited { border: none; }
	
#nav li.events li a:hover, #nav li.events li a:active {
	background-color: #331319;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}

#nav li {
	float: left;
	padding: 0px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#nav li li { 
}

#nav li ul a { 
	width: 140px;
}

#nav li ul a:hover, #nav li ul a:active { 
	text-decoration:none;
}

#nav li ul ul {
	margin: -21px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}
/* Header Navigation END */


/* Header Search */
#header_search {
	float: right;
	margin: 5px 5px 0 10px;
}

#header_search form {
	margin: 0;
	padding: 0;
	display:block;
}

#search input {
	color:#626262;
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	height:17px;
	width:165px;
	padding:0px 5px 0px 5px;
	margin:1px 5px 0px 9px;

}

#search .input {
	width:15px;
	height:16px;
	background:none;
	border:none;
	padding:0;
	margin:1px 2px 0 0;
	vertical-align:middle;
}
/* Header Search END */
/*************************** Header END ***************************/


/*************************** Border Corners START***************************/
.border_top_right {
	position:absolute;
	width:6px;
	height:5px;
	background:url(Bright/border_top_right.gif) no-repeat;
	z-index:2;
	right: -1px;
	top: -1px;
}

.border_top_left {
	position:absolute;
	width:6px;
	height:5px;
	background:url(Bright/border_top_left.gif) no-repeat;
	z-index:2;
	top: -1px;
	left: -1px;
}

.border_bottom_left {
	position:absolute;
	width:8px;
	height:9px;
	background:url(Bright/border_bottom_left.gif) no-repeat;
	z-index:2;
	bottom: 0px;
	left: -1px;
}

.border_bottom_right {
	position:absolute;
	width:8px;
	height:9px;
	background:url(Bright/border_bottom_right.gif) no-repeat;
	z-index:3;
	right: -1px;
	bottom: 0px;
}
/*************************** Border Corners END ***************************/


/*************************** Content START ***************************/
#col_left { 
	width: 640px;
	margin: 220px 0 30px 0;
	float: left;
}

#content {
	padding: 0 20px 40px 20px;
	margin: 0 0 20px 0;
	float:left;
	line-height: 22px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	background:url(Bright/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
	width: 598px;
}

#content a{
	color:#2D2D2D;
	text-decoration:underline;
}

#content a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}

#content p{
	margin: 0 0 15px 0;
}

#tag_box {
	margin: 0;
	height: 18px;
	padding: 10px 20px 10px 20px;
}

.boxes {
	position:relative;
	z-index:999;
	border-top: 1px solid #160710;
	border-left: 1px solid #7d6b67;
	border-right: 1px solid #7d6b67;
	border-bottom: 1px solid #d9d9d9;
}
	
.boxes a{
	color:#7D7D7D;
	text-decoration:none;
}

.boxes a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

.box_h2 a{
	color:#2D2D2D;
	text-decoration:none;
}

.box_h2 a:hover{
	color:#5D5D5D;
	text-decoration:underline;
}

.box960x1_h2
{
	background: url(Bright/hbg.png);
	padding: 2px;
}

/*************************** home.php START ***************************/
/*************************** home.php box 960px;  1 post ***************************/

#content_home_960x1 {
	width: 918px;
	font-size:12px;
	line-height:20px;
	margin: 12px 0 0 0;
	padding: 20px 20px 3px 20px;
	background: url(Bright/home_960x1_bg.jpg) no-repeat;
	height: 416px;
	font-family: Tahoma;
}

.content_home_960x1_img {
	width:450px;
	padding: 0 40px 0 0;
	float:left;
}

strong {
	font-weight: bold;
	text-decoration: none;
	/*color: #000000;
	font-size: 12px;
	padding-left: 10px;
	background: 0 50% url(Bright/arrow_sidebar.gif) no-repeat;*/
}

#content_home_960x1 h2 {
	font-size: 21px;
	font-weight: normal;
	margin: 20px 80px 0 530px;
}

.content_home_960x1_text {
	margin: 20px 0 0 545px;
	font-size: 15px;
}

.content_home_960x1_text p {
	padding:0 40px 0 0px;
	margin:0;
}

/*************************** home.php box 960px; 1 post END ***************************/
/*************************** home.php box 960px; 4 posts START ***************************/
#content_home_960x4 {
	margin: 24px 0 0 0;
	width:960px;
	padding: 2px 0 2px 0;
	border-top: 1px solid #160710;
}

.content_home_960x4_box {
	width: 220px;
	height: 304px;
	margin: 0 19px 0 0;
	padding: 0px 2px 0px 2px;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	float:left;
	font-size:11px;
	line-height:16px;
}

.content_home_960x4_box h2{
	font-size:14px;
	/*padding: 10px 0 5px 0;*/
	padding: 0;
	margin: 0;
}

.content_home_960x4_box h2 a {
	text-indent: -999em;
	display: block;
	height: 304px;
	width: 219px;
}

.content_home_960x4_text p{
	padding:0;
	margin:0;
}

.content_home_960x4_text a {
	color:#7D7D7D;
	text-decoration:none;
}

.content_home_960x4_text a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

.eventbox_1
{
	background: 2px 0 url(Bright/eventbox_1.jpg) no-repeat;
}

.eventbox_2
{
	background: 2px 0 url(Bright/eventbox_gartensparten.jpg) no-repeat;
}

.eventbox_3
{
	background: 2px 0 url(Bright/eventbox_achtbit.jpg) no-repeat;
}

.eventbox_4
{
	background: 2px 0 url(Bright/eventbox_finale.jpg) no-repeat;
	margin-right: 0;
	width: 219px;
}

.border_bottom
{
	background: url(Bright/line_shadow.gif) repeat-x;
	height: 6px;
	width: 100%;
	margin: 0 1px 0 1px;
}

/*************************** home.php box 960px; 4 posts END ***************************/
/*************************** home.php box 600px START ***************************/

#content_home_600 {
	width:558px;
	height: 445px;
	margin:50px 0 20px 0;
	padding: 10px 20px 25px 20px;
	float: left;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	background:url(Bright/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
}

.content_home_600_box {
	width: 560px;
	height: 90px;
	padding: 10px 0 10px 0;
	font-size:11px;
	line-height:16px;
	border-bottom: 1px solid #d9d9d9;
}

.content_home_600_box img {
	width: 120px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_home_600_box h2{
	font-size:14px;
	padding: 0 0 5px 0;
	margin:0;
}

.content_home_600_text p{
	padding:0;
	margin:0;
}


/*************************** home.php box 600px END ***************************/
/*************************** home.php box 340px START ***************************/
#content_home_340 {
	width:298px;
	height: 440px;
	margin: 50px 0 20px 0;
	padding: 20px 20px 20px 20px;
	float:right;
	line-height:13px;
	font-size:10px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	background:url(Bright/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
}

#content_home_340 h1{
	padding: 0 0 20px 0;
	margin: 0;
	font-size:14px;
}

#content_home_340 h2,p{
	padding: 0 0 5px 0;
	margin: 0;
}

#content_home_340 h2 {
	font-size:11px;
}


.content_home_340_text {
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_340_archive a{
	color: #2D2D2D;
	text-decoration:underline;
}

.content_home_340_archive a:hover{
	color: #5D5D5D;
	text-decoration:none;
}

/*************************** home.php box 340px END ***************************/
/*************************** home.php box 960px Footbar Start ***************************/

#footbar {
	width: 958px;
	font-size:12px;
	line-height:20px;
	margin:0 0 20px 0;
	padding: 15px 0px 17px 0px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	background:url(Bright/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
}

.footbar_boxes {
	width: 214px;
	margin: 0;
	padding: 0px 0px 0px 20px;
	float:left;
	font-size:11px;
	line-height:14px;
}

.footbar_boxes ul {
	list-style: none;
	margin:0;
	padding:0;
}

.footbar_boxes li {
	padding: 2px 0 3px 0;
	margin:0;
}

.footbar_boxes h3 {
	font-size:13px;
	color: #2D2D2D;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}


/*************************** home.php box 960px Footbar END ***************************/
/*************************** archives.php ***************************/
#box_archive_wrap{
	width:960px;
	padding: 20px 0 20px 0;
}

#box_archive_wrap ul{
	list-style: url(Bright/arrow_sidebar.gif);
}

#box_archive_wrap li a{
	color:#5D5D5D;
	text-decoration:none;
}

#box_archive_wrap li a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}


#box_archives_left {
	width: 264px;
	padding:0 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_middle {
	width: 265px;
	padding:0 20px 10px 20px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

#box_archives_right {
	width: 265px;
	padding:0 20px 20px 20px;
	margin: 0 0 0 0;
	float:right;
	display:inline;
}

/*************************** archives.php END ***************************/
/*************************** archive.php START ***************************/
#archive_wrap {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px 0;
	float:left;
	line-height:22px;
}

#archive_wrap a{
	text-decoration:none;
}

#archive_wrap a:hover{
	text-decoration:underline;
}

.content_archive_600_box {
	height: 90px;
	padding: 10px 0 10px 0;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
}

.content_archive_600_box img {
	width: 120px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_archive_600_box h2{
	font-size:14px;
	padding: 0 0 0 0;
	margin:0;
}

.content_archive_600_box h2 {
	font-size:14px;
	padding: 0 0 0 0;
	margin:0;
}

.date_archive{
	font-size:10px;
	padding: 0 0 5px 0 ;
	margin: 0;
	color: #4D4D4D;
}
.content_archive_600_text p{
	padding:0;
	margin:0;
}

/*************************** archive.php END ***************************/
/*************************** page.php / single.php START ***************************/

#page_content_left {
	width: 600px;
	float:left;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	line-height:22px;
}

#page_content_left p {
	margin: 0 0 15px 0;
}

#page_content_left a {
	color: #5D5D5D;
}

#page_content_left a:hover {
	color: #2D2D2D;
}

#crumps {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	font-size:10px;
	color: #2D2D2D;
	border-bottom:1px dotted #5D5D5D;
	line-height:18px;
}

#crumps a {
	text-decoration:none;
}

#crumps a:hover {
	text-decoration:underline;
}


.page_title_left {
	font-size:20px;
	padding: 15px 0 20px 0;
	margin: 0 0 0 0;
}

.single_title {
	font-size:20px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

.date {
	font-size:10px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

/* Images @ page.php & single.php */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding:0;
	margin: 4px 10px 6px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.wp-caption-text {
	background:#EEEEEE;
	font-size:10px;
	margin:0;
	padding:0 5px 0 5px;
}

.wp-caption.alignleft{
	margin: 4px 10px 0 0;
	display: inline;
}

.wp-caption.alignright{
	margin: 4px 0 0 10px;
	display: inline;
}

.gallery-icon img{
	width: 180px;
	height: 135px;
	padding: 5px;
}
/*************************** page.php / single.php END ***************************/
/*************************** Tag Box START ***************************/
#tag_box
{
	border: 1px solid #d6d6d6;
	border-bottom: none;
	background:url(Bright/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
}
/*************************** Comments START ***************************/
#comments_wrap {
	margin: 20px 0 0 0;
	padding: 0 20px 30px 20px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	background:url(Bright/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
}

#comments_wrap a{
	color: #5D5D5D;
	text-decoration:none;
}

#comments_wrap a:hover{
	color: #5D5D5D;
	text-decoration:underline;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	padding: 10px 0 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* Comments END */
/*************************** Content END ***************************/
/*************************** Sidebar START ***************************/
#sidebar {
	width: 280px;
	float: left;
	margin: 402px 0 20px 10px;
	padding: 0 0 0 0px;
}

.sidebox {
	position:relative;
	z-index:999;
	width:265px;
	background:url(Bright/border_bottom_mid.gif) bottom repeat-x #FFFFFF;
	border-left: solid 1px #D6D6D6;
	border-top: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	padding: 0 20px 13px 20px;
	margin: 0 0 8px 0;
}

#sidebar form {
	margin: 0;
}

#sidebar ul {
	margin: 0 0 0 20px;;
	padding: 0 0 0 0;
	list-style: url(Bright/arrow_sidebar.gif);
}

#sidebar li {
	margin-bottom: 5px;
	color: #2D2D2D;
}

#sidebar li li {
	margin-bottom: 0;
	padding: 0 0 0 5px;
}

#sidebar a {
	color: #5D5D5D;
	text-decoration: none;
}

#sidebar a:hover {
	color: #5D5D5D;
	text-decoration:underline;
}

/* sidebar - When Widgets are not activated */
#sidebar h3{
	color: #2D2D2D;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0 0 10px 0;
}

#side_search input {
	color:#5D5D5D;
	font-family: Verdana, Arial, Tahoma;
	font-size:14px;
	width:160px;
	height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 9px;
	vertical-align:middle;
}

#side_search .input {
	width:21px;
	height:20px;
	background:none;
	border:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}

#calendar a a:link a:visited a:hover {
	font-weight:bold;
}

#calendar caption {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

#s, input.textbox {
	border:1px solid #e0e0e0;
	margin-bottom:10px;
}

#searchbtn, input.submit {
	background:#fff;
	border:1px solid #e0e0e0;
}

.textwidget {
font-size: 12px;
line-height:19px;
}
/*************************** Sidebar END ***************************/
/*************************** Footer START ***************************/
#footer {
	position:relative;
	z-index:999;
	clear:both;
	border-top: #fdf24a 1px solid;
	margin: 0 auto 50px auto;
	padding:6px 0 20px 0;
	width:955px;
}

#footertop {
	position:relative;
	z-index:999;
	clear:both;
	border-bottom: #7d7d7d 1px solid;
	margin: 0 auto 0 auto;
	padding:6px 0 10px 0;
	width:955px;
}

#footer .footerlogo
{
	float: right;
	width: 178px;
	height: 30px;
	background: url(Bright/loophole_logo.jpg);
	position: absolute;
	top: 7px;
	right: 0px;
}

#rss_top {
	position:absolute;
	top: 1px;
	right: 1px;
	z-index:1;
	width:16px;
	height:16px;
}

.footer_text {
	color:#4D4D4D;
	font-size:11px;
	position: relative;
}

.footer_text a{
	color: #7D6D6D;
	text-decoration:none;
}

.footer_text a:hover{
	color: #7D6D6D;
	text-decoration:underline;
}
/*************************** Footer END ***************************/

/* META CLASS START: Klassen fuer die man in den Meta Daten eines Artikel angeben kann. */
body.bg2 { background: center top url(Bright/single_background_2.jpg) no-repeat; } body.bg2 #col_left { margin-top: 290px; } body.bg2 #sidebar { margin-top: 360px; }
body.bg3 { background: center top url(Bright/single_background_3.jpg) no-repeat; }
body.bg4 { background: center top url(Bright/single_background_4.jpg) no-repeat; }
body.bg5 { background: center top url(Bright/single_background_5.jpg) no-repeat; }
body.bg6 { background: center top url(Bright/single_background_6.jpg) no-repeat; }
/* META CLASS END */
