@charset "UTF-8";
/*  =========================================================
Central de estilos 
Datei: style_redwheel.css
Datum: 29.10.2010
Autor: El Gordo 
========================================================== */ 
body {
	scrollbar-track-color: #990000;
	padding: 0px;
	margin: 0px;
	background-color: #ffbf6d;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: #ffbf6d;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bd6700;
	border-bottom-color: #bd6700;
	border-left-color: #ffcf92;
}
#header {
	height: 200px;
	float: left;
	width: 960px;
	background-image: url(images_de/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C60;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.headline {
	margin: 0px 0px 0px 200px;
	padding: 5px;
	float: left;
	width: 500px;
	height: 150px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	text-align: center;
}
.toptext {
	margin: 180px 0px 0px 200px;
	padding: 0px 0px 0px 5px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}
#content {
	width: 960px;
	background-color: #ffbf6d;
}
#side_left {
	width: 200px;
	float: left;
	height: 1200px;
	background-color: #900;
}
#side_middle {
	width: 550px;
	float: left;
	margin-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #ffcf92;
	border-left-color: #ffcf92;
}
#side_right {
	width: 200px;
	float: right;
	background-color: #990000;
	height: 1200px;
	text-align: center;
}
.counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #900;
}
.counter a:link {
	color: #ff6f21;
}
.profilvorschau {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC9;
	border-right-color: #C60;
	border-bottom-color: #C60;
	border-left-color: #FC9;
	margin: 5px;
}
.sendername {
	text-transform: uppercase;
	color: #AD070F;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.sedcard_sendername {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	background-color: #900;
	height: 30px;
	background-image: url(images_de/balken_bg.jpg);
	background-repeat: repeat-x;
}
.vorschaubild_klein {
	background-color: #FFF;
	padding: 2px;
	width: 131px;
	margin: 0px;
}
.desc_vor {
	width:auto;
	height:40px;
	clip:rect(0px, 100px, 50px, 0px);
	overflow:hidden;
	text-align: center;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.camnavi-in {
 background-image: url(<?=$CONFIG['IMAGEPATH']?>/button_bg2.jpg);
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #bd2b00;
	border-bottom-color: #bd2b00;
	border-left-color: #660000;
	background-color: #660000;
	text-transform: uppercase;
	color: #ffbf6d;
}
.camnavi-in a:link {
	color: #FC9;
	text-decoration: none;
}
.camnavi-in a:hover {
	color: #FC9;
	text-decoration: underline;
}
.camnavi-in a:visited {
	color: #FC9;
	text-decoration: none;
}
.camnavi-out {
 background-image: url(<?=$CONFIG['IMAGEPATH']?>/button_bg1.jpg);
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bd2b00;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #bd2b00;
	background-color: #AD070F;
	color: #ffbf6d;
	text-transform: uppercase;
}
.camnavi-out a:link {
	color: #FC9;
	text-decoration: none;
}
.camnavi-out a:hover {
	color: #FC9;
	text-decoration: underline;
}
.camnavi-out a:visited {
	color: #FC9;
	text-decoration: none;
}
#trennzeile {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 960px;
	height: 30px;
	background-color: #990000;
	text-align: center;
	color: #FFF;
	background-image: url(images_de/balken_bg.jpg);
	background-repeat: repeat-x;
}
.sedcard_interessen {
	margin: 5px;
	padding: 5px;
	border: 1px solid #900;
}
.sedcard_beschreibung {
	margin: 5px;
	padding: 5px;
	border: 1px solid #900;
}
.sbrechts_content {
	margin: 5px 5px 15px 5px;
	float: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.sblinks_content1 {
	margin: 5px;
	float: none;
	padding: 0px;
	color: #FFF;
}
.sblinks_content1 li {
	margin: 0px;
	padding: 2px;
	height: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bd2b00;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #bd2b00;
}
.sblinks_link {
	color: #ff6f21;
	text-transform: uppercase;
	margin: 0px;
	padding: 2px;
	height: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #bd2b00;
}
.sblinks_text {
	color: #FFF;
	font-size: 10px;
}
a.sblinks_link: {
color: #ff6f21;
}
a.sblinks_link:link {
	color: #ff6f21;
	text-decoration: none;
}
a.sblinks_link:hover {
	color: #ff6f21;
	text-decoration: underline;
	background-color: #770000;
	height: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #bd2b00;
	border-bottom-color: #bd2b00;
	border-left-color: #660000;
	padding: 0px 2px 0px 2px;
}
a.sblinks_link:visited {
	color: #ff6f21;
	text-decoration: none;
}
.sbrechts_content1 {
	margin: 5px;
	float: none;
	padding: 0px;
	color: #FFF;
}
.sbrechts_content1 li {
	margin: 0px;
	padding: 2px;
	height: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bd2b00;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #bd2b00;
}
.sbrechts_link {
	color: #ff6f21;
	text-transform: uppercase;
}
.sbrechts_text {
	color: #FFF;
	font-size: 10px;
}
a.sbrechts_link: {
color: #ff6f21;
}
a.sbrechts_link:visited {
	color: #ff6f21;
	text-decoration: none;
}
a.sbrechts_link:link {
	color: #ff6f21;
	text-decoration: none;
}
a.sbrechts_link:hover {
	color: #ff6f21;
	text-decoration: underline;
}
#bottom {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 958px;
	height: 300px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #ffcf92;
	border-right-color: #bd6700;
}
.bottom_textbox {
	width: 220px;
	margin: 5px;
	padding: 2px;
	float: left;
	height: 280px;
	border: 1px dotted #ff6f21;
	text-align: center;
}
.bottom_bildbox {
	margin: 5px;
	padding: 2px;
}
table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
 a.navi: {
color: #2C4161;
}
a.navi:visited {
	color: #2C4161;
	text-decoration: none;
}
a.navi:link {
	color: #2C4161;
	text-decoration: none;
}
a.navi:hover {
	color: #6284AE;
	text-decoration: none;
}
 a.copy: {
color: #CC0000;
}
a.copy:visited {
	color: #CC0000;
	text-decoration: none;
}
a.copy:link {
	color: #CC0000;
	text-decoration: none;
}
a.copy:hover {
	color: #298213;
	text-decoration: none;
}
.navi {
	color: #2C4161;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 960px;
	margin: 0px auto;
	text-align: center;
	color: #666666;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
	display: inline
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #900;
	text-align: center;
}
h4 {
	color: #000;
	margin: 0px;
	padding: 0px;
}
.topsubtext {
	color: #FFF;
	margin: 0px 0px 20px 0px;
	padding: 4px;
}
.box_sblinks {
	margin: 0px;
	padding: 2px;
	text-align: center;
	height: 150px;
}
.box_sbrechts {
	margin: 0px;
	padding: 2px;
	text-align: center;
	height: 150px;
}
.gratis {
	color: #0F0;
}
.suchbutton {
	width: 111px;
	height: 31px;
	background-color: transparent;
	background-image: url(images_de/butlogin.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	margin-top: 5px;
	margin-left: 5px;
	text-indent: -5000px;
	cursor: pointer;
	border: 1px none #C60;
}
.gratisbutton {
	width: 111px;
	height: 31px;
	background-color: transparent;
	background-image: url(images_de/butgratis.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	margin-top: 5px;
	margin-left: 5px;
	text-indent: -5000px;
	cursor: pointer;
	border: 1px none #C60;
}
.loginfeld1 {
	width: 90px;
	height: 25px;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	text-align: center;
	margin: 2px;
	padding: 2px;
	color: #999;
}
.loginfeld2 {
	width: 90px;
	height: 25px;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	text-align: center;
	margin: 2px;
	padding: 2px;
	color: #999;
}
.coinsfeld {
	width: 150px;
	height: 25px;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	text-align: center;
	margin: 2px;
	padding: 2px;
	color: #999;
}
.yourmail {
	color: #CCC;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#footer {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	height: 100px;
	text-align: center;
	text-transform: uppercase;
	width: 960px;
	color: #FFF;
	background-color: #990000;
	float: left;
}
#footer a:link {
	color: #ff6f21;
	text-decoration: none;
}
#footer a:hover {
	color: #ff6f21;
	text-decoration: underline;
}
#footer a:visited {
	color: #ff6f21;
	text-decoration: none;
}
#footer a:active {
	color: #ff6f21;
	text-decoration: blink;
}
#copy {
	height: 30px;
	background-color: #900;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding: 0px;
	width: 960px;
	margin: 0px auto;
	font-size: 12px;
	clear: both;
}
#copy a:link {
	color: #FFF;
}
#copy a:hover {
	color: #FFF;
	text-decoration: none;
}
#copy a:visited {
	color: #FFF;
}
#copy a:active {
	color: #FFF;
}
.backlinks {
	text-align: center;
	padding: 5px 5px 15px 5px;
	width: 960px;
	margin: 0 auto;
	background-color: #900;
}
.bilderrahmen {
	background-color: #FFF;
	margin: 0px;
	padding: 2px;
}
#box_sidebar {
	padding: 2px;
	margin: 5px;
}
#box_header {
	text-transform: uppercase;
	height: 20px;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#box_inhalt {
	padding: 5px;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
#box_inhalt_bilder {
	padding: 2px;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	background-color: #FFF;
}
#box_inhalt_text {
	padding: 5px;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	color: #FC9;
	text-align: center;
}
#box_inhalt_text a:link {
	color: #ff6f21;
	text-transform: uppercase;
	text-decoration: none;
}
#box_inhalt_text a:hover {
	color: #ff6f21;
	text-transform: uppercase;
	text-decoration: underline;
}
#box_inhalt_text a:visited {
	color: #ff6f21;
	text-transform: uppercase;
	text-decoration: none;
}
mainnavi a {
	color: #ff6f21;
	text-transform: uppercase;
	text-decoration: none;
}
.mainnavi a:link {
	color: #ff6f21;
	text-transform: uppercase;
	text-decoration: none;
}
.mainnavi a:hover {
	color: #ff6f21;
	text-transform: uppercase;
	text-decoration: underline;
}
.mainnavi a:visited {
	color: #ff6f21;
	text-transform: uppercase;
	text-decoration: none;
}
.werbung {
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 0px 10px;
	text-align: center;
	border: 1px dotted #ff6f21;
}
#box_inhalt table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#box_inhalt table a:link {
	color: #ff6f21;
	text-decoration: none;
}
#box_inhalt table a:hover {
	color: #ff6f21;
	text-decoration: underline;
}
#box_inhalt table a:visited {
	color: #ff6f21;
	text-decoration: none;
}
#box_inhalt table a:active {
	color: #ff6f21;
	text-decoration: blink;
}

#box_inhalt table tr td {
	color: #CCC;
}
.tags {
	padding: 2px;
	margin: 5px;
	text-align: center;
	height: 200px;
}
.tags a:link {
	color: #ff6f21;
	text-decoration: none;
}
.tags a:hover {
	color: #ff6f21;
	text-decoration: underline;
}
.tags a:visited {
	color: #ff6f21;
	text-decoration: none;
}
.tags a:active {
	color: #ff6f21;
	text-decoration: blink;
}
.mainbg {	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #676767;
	border-bottom-color: #676767;
	border-left-color: #676767;
}
.pagenavi {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.right-headline {	background-image: url(<?=$CONFIG['IMAGEPATH']?>/right_headbg.jpg);
	line-height: 37px;	
}
.right_illuheadbg {  background-image:url(<?=$CONFIG['IMAGEPATH']?>/right_illuheadbg.jpg)
}
.sedcard_mini_main2 {  background-image:url(<?=$CONFIG['IMAGEPATH']?>/sedcard_mini_main2.jpg)
}.mainnavi {
	color: #ff6f21;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

