/* RESET all Styles */

@import url('reset.css');

html {
    height: 100%;
}

.red_bg {
	background-color:#6f0e0f;
}

.green_bg {
	background-color:#73ac1d;
}

.black_bg {
	background-color:#000;
}

body {
    background-position: top center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    text-align: center;
}

#bgbild {
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100%; /* Mindesthöhe in modernen Browsern */
    height: 100%; /* Mindesthöhe in IE (<7) */
}

#tropfen {
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100%; /* Mindesthöhe in modernen Browsern */
    height: auto !important; /* !important-Regel für moderne Browser */
    height: 100%; /* Mindesthöhe in IE (<7) */
}

#container {
    margin: 0 auto;
    text-align: left;
    padding: 10px 0;
    width: 992px;
}

#header {
    height: 120px;
    position: relative;
}

#logo {
    position: absolute;
    top: 4px;
    left: 0;
}

#logo-topic {
    position: absolute;
    top: 26px;
    left: 126px;
}

#header .meta-navi {
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
}

.meta-navi li {
    background: url('../img/arrow.gif') 0px 5px no-repeat;
		#background: url('../img/arrow.gif') 0px 3px no-repeat;
    float: left;
    margin-left: 13px;
    padding-left: 11px;
}

html* .meta-navi li { /* Safari hack */
    /*background-position: 0px 4px;*/
}

.meta-navi li a {
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.meta-navi li.shop {
    background: none;
    height: 10px;
    padding: 5px 0 0 0
}

.meta-navi li.shop a {
    background: url('../img/vita-cola-shop.png') top left no-repeat;
    color: #ffed00;
    display: block;
    height: 7px;
    width: 100px;
}

.meta-navi li a:hover,.meta-navi li.selected a {
    text-decoration: underline;
    background-position: bottom;
}

#navi {
    list-style: none;
    position: absolute;
    top: 64px;
    left: 112px;
}

#navi li {
    float: left;
    margin-left: 17px;
		margin-right: 11px;
    display: inline;
}

#navi li a {
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    height: 17px;
}

#navi li a:hover,#navi li.selected a {
    background-position: 0 -17px;
}

#flashcontent {
    z-index: 2;
}

#content {
    padding: 397px 375px 18px 14px;
    position: relative;
}

#content-threecols {
    margin-bottom: 18px;
    position: relative;
}

#content-threecols .left {
    float: left;
    padding-top: 25px;
    width: 208px;
}

.contentarea p {
  margin-bottom: 15px;
}

.back {
    background: #cd071e url('../img/back-arrow.gif') 3px 4px no-repeat;
    color: #ffffff;
    font-size: 10px;
    padding: 1px 4px 1px 11px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    width: 127px;
}

.logout {
    background-color: #cd071e;
    color: #ffffff;
    font-size: 10px;
    padding: 1px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

#submenu {
    list-style: none;
    margin-bottom: 40px;
    position:relative;
    z-index:1000;
}

#submenu li {
    margin-bottom: 6px;
}


#submenu li.level2 a {
    background-image: url('../img/arrow.gif');
    background-position: 4px 4px;
    background-repeat: no-repeat;
    font-size: 11px;
    padding-left: 15px;
    color: #ffec00;
}

#submenu li.level2.last {
    margin-bottom: 24px;
}

#submenu li a {
    color: #ffec00;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 0 7px;
    text-decoration: none;
    text-transform: uppercase;
}

#submenu li a:hover,#submenu li.selected a {
    color: #ffffff;
}

#content-threecols .left .picinfo {
    border-bottom: 1px dotted #6f0e0f;
    display: block;
    font-size: 10px;
    margin-bottom: 15px;
    padding-bottom: 9px;
}

#content-threecols .center {
    float: left;
    margin-left: 40px;
    padding: 21px 12px 0 12px;
    position: relative;
    width: 488px;
}

#content-threecols .right {
    float: right;
    padding-top: 16px;
    width: 232px;
}

#content-twocols {
    margin-bottom: 18px;
}

#content-twocols .left {
    float: left;
    padding-top: 54px;
    width: 208px;
}

#content-twocols .right {
    float: right;
    padding: 50px 12px 0 12px;
    width: 720px;
}

.split-two {
    margin-bottom: 20px;
}

.split-two .st-left {
    float: left;
    width: 49%;
}

.split-two .st-right {
    float: right;
    width: 49%;
}

.split-three {
    margin-bottom: 20px;
}

.split-three .sth-left {
    float: left;
    width: 240px;
}

.split-three .sth-center {
    float: left;
    width: 240px;
}

.split-three .sth-right {
    float: left;
    width: 240px;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    line-height: 0;
}

.h1 {
    margin-bottom: 7px;
}
h1.graphic {
    background-repeat:no-repeat;
    text-indent:-5000px;
}
.h2 {
    margin-bottom: 0;
}

.h3 {
    margin-bottom: 25px;
   font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Arial Black", Arial, sans-serif;
    margin: 10px 0;
}

h2 {
    font-size: 20px;
}

h3 {
   font-size: 16px;
   line-height: 20px;
   font-weight:normal;
}

h4 {
   font-size: 14px;
}

.tx_mailformplus_field label,
p {
   font-family: "Arial Black", Arial, sans-serif;
   line-height: 14px;
   margin-bottom: 25px;
   font-weight: normal;
}

div.news-single-item p {
   font-family:Arial, sans-serif;
}

p a {
   color: #ffffff;
}

table {
    margin-bottom: 24px;
    width: 100%;
}

table.gda {
    margin-bottom: 12px;
}

table th {
    height: 26px;
    padding: 0 5px;
}

table td {
    border-bottom: 1px dotted #6f0e0f;
    line-height: 21px;
    vertical-align: top;
}

table td.td-0 {
	width: 175px;
}

table td.textright {
    text-align: right;
}
/* Tabelle Vorentscheide */
table.dates td {
    padding-top:3px;
    padding-bottom:2px;
    border-top: 1px dotted #6f0e0f;
    border-bottom:0px;
}
table.dates .tr-0 td {
    border-top: 0px;
}
table.dates td.td-0 {
    width:auto;
}
table.dates td.td-2 {
    width:110px;
}

table.glossary {
    position:relative;
    left:0px;    
}
table.glossary td {
    border-bottom:0px;
    border-right:1px dotted #6f0e0f;
    padding-left:10px;    
}
table.glossary td.td-last {    
    border-right:0px;    
}

table.training td.td-0 {    
    width:auto;
    padding-right:20px;
}

img.gda {
    display: block;
    margin-bottom: 12px;
}

span.gda-info {
    font-size: 10px;
}

.prodcut-image {
    height: 246px;
}

.content-teaser-h {
    margin-bottom: 15px;
    padding-top: 4px;
}

.content-teaser-h img {
    float: left;
    margin: -7px 7px 0 0;
}
.content-teaser-h img.spacer-gif {
    float: none;
    margin:0px;
}
.content-teaser-h p {
    margin-bottom: 6px;
}

h1 a {
    background: url('../img/link_arrow.png') 1px 12px no-repeat;
    color: #ffed00;
    font-family: "Arial Black", Arial, sans-serif;
    padding-left: 22px;
    text-decoration: none;
    text-transform: uppercase;
}

.content-teaser-h a,
.external-link-arrow,
.internal-link-arrow,
table.glossary a,
table.training a {
    background: url('../img/link_arrow.png') 1px 2px no-repeat;
    color: #ffed00;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding-left: 22px;
    text-decoration: none;
    text-transform: uppercase;
}

h1 a:hover,.content-teaser-h a:hover, table.glossary a:hover {
    color: #ffffff;
}

.content-teaser-h a.topic {
    background: none;
    font-size: 16px;
    padding-left: 0;
}

.content-teaser-v {
    margin-bottom: 15px;
}

.content-teaser-v img {
    margin-bottom: 5px;
}

.content-teaser-v p {
    margin-bottom: 6px;
}

.content-teaser-v a {
    background: url('../img/link_arrow.png') 1px 2px no-repeat;
    color: #ffed00;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 12px;
    padding-left: 22px;
    text-decoration: none;
    text-transform: uppercase;
}
.csc-textpic-imagewrap a {
    background: none;
    padding-left:0px;
}
.content-teaser-v a:hover {
    color: #ffffff;
}

.content-teaser-v a.topic {
    background: none;
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 5px;
    display: block;
    line-height: 19px;
}

.sth-center .content-teaser-v {
    margin-left: 7px;
}

.sth-right .content-teaser-v {
    margin-left: 12px;
}

a.arrow {
    background: url('../img/link_arrow.png') 4px 2px no-repeat;
    color: #ffed00;
    line-height: 20px;
    font-family: "Arial Black", Arial, sans-serif;
    padding: 0 10px 0 25px;
    text-decoration: none;
    text-transform: uppercase;
}

a.arrow:hover {
    color: #ffffff;
}

form a.arrow {
    padding-right: 0;
}

a.internal-link-arrow-back {
    background:url("../img/gallery/arrow_back.png") no-repeat scroll 1px 2px transparent;
    color:#FFED00;
    font-family:"Arial Black",Arial,sans-serif;
    font-size:12px;
    padding-left:22px;
    text-decoration:none;
    text-transform:uppercase;
}

.media {
    margin-bottom: 15px;
}

.mediabox-txt {
    color: #ffed00;
    display: block;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mediabox {
    height: 95px;
    margin-bottom: 15px;
    padding: 8px 53px 0 42px;
    position: relative;
}

.mediabox .previous {
    background: url('../img/mediabox-previous.png') top left no-repeat;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 31px;
    left: 11px;
}

.mediabox .next {
    background: url('../img/mediabox-next.png') top left no-repeat;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 31px;
    right: 11px;
}

.mediabox .previous:hover,.mediabox .next:hover {
    background-position: top right;
}

.mediabox ul {
    list-style: none;
}

.mediabox ul li {
    float: left;
    margin-left: 12px;
}

ul.green {
    border-top: 1px dotted #73ac1d;
    font-family: Arial;
    font-weight: normal;
    margin-bottom: 15px;
}

ul.green li {
    border-bottom: 1px dotted #73ac1d;
    padding: 5px 0;
}

ul.green li a {
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    text-transform: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.dl-liste {
    list-style: none;
}

.dl-liste li {
    background: #cd071e;
    border: 1px dotted #feed01;
    margin-bottom: 12px;
}

.dl-liste li img {
    border-right: 1px dotted #feed01;
    float: left;
    margin-right: 15px;
}

.dl-liste li .info {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 15px 0 0;
}

.dl-liste li .info a {
    font-family: "Arial Black", Arial, sans-serif;
    float: left;
}

.dl-liste .dl-element {
}



.dl-liste .dl-link {
    position: relative;
    bottom: 10px;  
	font-family:"Arial Black";   
}
.dl-liste .dl-link a {
    color:#fff;   
}
.dl-liste li span.fileupload-title {    
    display:block;
    margin-bottom:20px;
}
.dl-liste li span.fileupload-extension {    
    text-transform:lowercase;
}

form {
    background-color: #9d0d15;
    margin-bottom: 15px;
    padding: 15px 11px;
    width: 464px;
}
fieldset {
    border:0px;
    padding:0px;
    margin:0px;
    background:transparent;    
}
input,select,textarea {
    border: 1px solid #000000;
    height: 20px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 12px;
    margin-right: 10px; #
    margin-right: 5px;
    padding-left: 4px;
    padding-top: 2px;
}

select {
    padding-left: 0;
    height: 22px;
    padding-top: 0;
}

textarea {
    height: 198px;
    padding-bottom: 2px;
}
/* Login */
label.login-label {
	font-size:12px;
	font-family:arial;
	font-weight:normal;
	float:left;
	margin-right: 10px; #
    margin-right: 5px;
	display:inline;
	padding-bottom:4px;
}
.formrow-left {
	width:180px;
	float:left;
}
.formrow-right {
	width:180px;
	float:left;
}
.formrow-left input,
.formrow-right input{
	clear:both;
}
#formlogin a {
	position:relative;
	top:20px;
}

/* Benutzerregistrierung */
.tx-srfeuserregister-pi1 dt {
    float:left;
    clear:both;
    width:160px;
    font-family:"Arial Black",Arial,sans-serif;
    font-weight:normal;    
}
.tx-srfeuserregister-pi1 dd {
    float:left;
    margin-bottom:10px;
    width:280px;
}
.tx-srfeuserregister-pi1 dd input.tx-srfeuserregister-pi1-text {
    width:100%;
}
.tx-srfeuserregister-pi1-notice {
    clear:both;
    padding-top:20px;    
}
.arrow-button {
    background:transparent url('../img/gallery/arrow_link.png') no-repeat 2px 6px;
    padding-left: 24px;
    border:0px;
    color:#FFED00;
    cursor:pointer;
    text-align:left;
    display:inline;
    margin-right:0px;    
}
.arrow-button:hover {
    color:#FFF;    
}

.tx-srfeuserregister-pi1 .checkbox-container {
    float:left;
    width:20px;
}
.tx-srfeuserregister-pi1 .checkbox-label-container {
    clear: left;
    float:right;
    width:440px;    
}
.tx-srfeuserregister-pi1 .checkbox-container input {
    border:0px;    
}
.tx-srfeuserregister-pi1 .radio-container input{
    float:left;
    clear:both;
    border:0px;
    height:13px;
    width:13px;
}
.tx-srfeuserregister-pi1 .radio-container label{
    float:left;        
}
#tx-srfeuserregister-pi1-gender-0 {
    margin-bottom:6px;    
}
#tx-srfeuserregister-pi1-date_of_birth,
#tx-srfeuserregister-pi1-zip {
    width:80px;    
}
.tx-srfeuserregister-pi1-password {
    width:150px;    
}
.tx-srfeuserregister-pi1-error,
.tx-srfeuserregister-pi1-error-mail1 {
    margin-bottom:5px; 
    color:#f84;   
}
.tx-srfeuserregister-pi1-error2 {
    display:none;    
}
.tx-srfeuserregister-pi1-trash {
    margin-bottom:0px;
    padding-top:10px;
    clear:both;    
}
img.tx-srfreecap-pi2-image {
    margin:0px;
    padding-top:5px;    
}
.captcha-cantread {
    color:#fff;
    padding-top:2px;
    clear:both;    
}
.tx-srfeuserregister-pi1 a {
    color:#FFED00;
    text-decoration:none;    
}
.tx-srfeuserregister-pi1 a:hover {
    color:#FFF;        
}


#teaser .leftbracket {
    position: absolute;
    top: 0;
    left: 0;
}

#teaser .rightbracket {
    position: absolute;
    top: 0;
    right: 0;
}

#teaser .teaser {
    float: left;
    margin-right: 5px;
}

#welt #teaser .teaser {
    margin-right: 11px;
}

#teaser .teaser-last {
    margin-right: 0 !important;
}

#teaser .box {
    height: 96px;
    margin: 0 4px;
    padding: 0 20px;
}

#teaser .width250 {
    width: 250px;
}

#teaser .width366 {
    width: 366px;
}

#teaser .width621 {
    width: 621px;
}

#teaser .green {
    background-color: #97bf0d;
}

#teaser .red {
    background-color: #cd071e;
}

#teaser .black {
    background-color: #000000;
}

#footer {
    height: 48px;
    margin: 10px 0 20px 0;
}

#logos {
    float: left;
    list-style: none;
}

#logos li {
    float: left;
    margin-right: 3px;
}

#logos li a {
	background-image: url('../img/footer-logos.png');
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 55px;
	text-decoration:none;
}

#logos li.original a {
    background-position: 0 0;
    width: 111px;
}

#logos li.original a:hover {
    background-position: 0 -55px;
}

#logos li.schwarz a {
    background-position: -111px 0;
    width: 55px;
}

#logos li.schwarz a:hover {
    background-position: -111px -55px;
}

#logos li.mix a {
    background-position: -223px 0;
    width: 54px;
}

#logos li.mix a:hover {
    background-position: -223px -55px;
}

#logos li.limo a {
    background-position: -278px 0;
    width: 110px;
}

#logos li.limo a:hover {
    background-position: -278px -55px;
}

#footer .meta-navi {
    float: right;
    list-style: none;
    margin: 21px 29px 0 0;
}

#share {
    float: right;
    list-style: none;
    margin-top: 20px;
}

#share li {
    float: left;
    margin-left: 2px;
}

.teaser .l {
    margin-right: 15px;
}

.teaser .r {
    margin-left: 15px;
}

.teaser span {
    color: #ffed00;
    display: block;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
}

.teaser p {
    margin-bottom: 0;
}

.teaser .small {
    font-size: 11px;
}

.teaser .abs {
    bottom: 0;
    position: absolute;
}

.teaser .pb {
    position: absolute;
    bottom: 15px;
}

.uc {
    text-transform: uppercase;
}

.button {
    position: absolute;
    top: 15px;
    right: -60px;
}

.sitemap-type1 {
    list-style: none;
    margin-bottom: 20px;
}

.sitemap-type1 li {
    margin-top: 6px;
}

.sitemap-type1 li a {
    background-color: #73ac1d;
    color: #ffed00;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 14px;
    padding: 0 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.sitemap-type1 li.level-1 a {
    background: #9d0d15 url('../img/arrow.gif') 4px 3px no-repeat;
    font-family: Arial;
    font-size: 11px;
    padding-left: 15px;
}

.sitemap-type1 li.level-2 a {
    background: #9d0d15 url('../img/arrow.gif') 4px 3px no-repeat;
    font-family: Arial;
    font-size: 11px;
    margin-left: 15px;
    padding-left: 15px;
}

.sitemap-type1 li.level-3 a {
    background: #9d0d15 url('../img/arrow.gif') 4px 3px no-repeat;
    font-family: Arial;
    font-size: 11px;
    margin-left: 30px;
    padding-left: 15px;
}

.sitemap-type2 {
    list-style: none;
    margin-bottom: 18px;
}

.sitemap-type2 li {
    margin-top: 6px;
}

.sitemap-type2 li a {
    color: #ffffff;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#newsletter input,#kontakt input,#kontakt select,#kontakt textarea {
    margin-bottom: 13px;
    width: 341px;
}

input.last {
    margin-bottom: 0 !important;
}

#kontakt textarea {
    margin-bottom: 0;
    margin-right: 0;
}

#newsletter input.radio,#kontakt input.radio {
    border: 0;
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 20px;
}

#newsletter label,#kontakt label {
    display: block;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 12px;
    float: left;
    margin-right: 15px;
    padding-top: 1px;
}

.small {
    font-size: 10px;
    margin-bottom: 15px;
}

ul.presse {
    list-style: none;
    border-top: 1px dotted #ffed00;
    margin-bottom: 38px;
}

ul.presse li {
    border-bottom: 1px dotted #ffed00;
    padding: 11px 0;
}

ul.presse li span {
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
}

ul.presse li p {
    margin-bottom: 0;
}

ul.presse li p a {
    background: url('../img/link_arrow.png') 4px 2px no-repeat;
    color: #ffed00;
    line-height: 20px;
    font-family: "Arial Black", Arial, sans-serif;
    padding: 0 10px 0 25px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.presse li p a:hover {
    color: #ffffff;
}

div.presse {
    border-bottom: 1px dotted #ffed00;
    margin-bottom: 20px;
}

div.presse .pleft {
    float: left;
    width: 488px;
}

div.presse .pright {
    float: right;
    width: 208px;
}

div.presse span {
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
}

div.presse h2 {
    margin-top: 0;
}

#navi li.navi_link1 a {
    background-image: url('/fileadmin/templates/img_temp/produkte.png');
    width: 98px;
}

#navi li.navi_link2 a {
    background-image: url('/fileadmin/templates/img_temp/unvitastehlich.png');
    width: 155px;
}

#navi li.navi_link3 a {
    background-image: url('/fileadmin/templates/img_temp/erleben.png');
    width: 203px;
}

#navi li.navi_link4 a {
    background-image: url('/fileadmin/templates/img_temp/bildergalerie.png');
    width: 141px;
}

#navi li.navi_link5 a {
    background-image: url('/fileadmin/templates/img_temp/geschichte.png');
    width: 140px;
}

.tx-ttnews-browsebox table {
    width: auto;
}

.tx-ttnews-browsebox table td {
    border-bottom: 0;
    padding: 0 3px;
}

/* FCE -  2Column*/
DIV.fce-2-column {
    width: 100%;
}

DIV.fce-2-column  DIV.left {
    float: left !important;
    width: 45% !important;
}

DIV.fce-2-column  DIV.right {
    float: right !important;
    width: 45% !important;
}

object {
    -moz-outline-width: 0;
    border: none;
}

DIV.contentarea DIV.csc-textpic {
    border: 1px solid tranparent;
}

/* ch@mellow : IE6 / 7 FIX*/
#teaser .teaser .csc-textpic {
    width: 1%;
}

* html .contentarea .csc-textpic {
	position: relative;
	z-index: 110;
}

#teaser div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0;
}

.fce-infobox {
	padding:20px;
	padding-bottom:1px;
	margin-bottom:20px;
}

.fce-infobox h1,
.fce-infobox h2,
.fce-infobox h3{
	margin-top:0px;
	line-height:100%;
}

#alternative-flash-html {    
	min-height:580px;
	float:left;
	display:inline;
	margin-left:260px;
	margin-top:55px;
	width:720px;
}

#alternative-flash-html ul {
	list-style-position:inside;
	font-family:"Arial Black",Arial,sans-serif;
	font-weight:normal;
	line-height:14px;
}

.content-link-back-to-products {
	display: block;
	float: left;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 0 5px 0 15px;
	text-decoration: none;
}

.content-link-back-to-products:hover {
	background-image: url('/fileadmin/templates/img/arrow-back-to-products-hover.gif');
	color: #ffffff;
}

.register .row {
	margin-bottom: 10px;
}

.register label {
	font-family:"Arial Black",Arial,sans-serif;
	font-weight:normal;
	width: 160px;
	float: left;
}

.register .inputcontainer {
	float: left;
	width: 280px;
}

.register .checkboxcontainer input {
	border: 0;
	float: left;
}

.register .checkboxcontainer label {
	float: left;
	width: 400px;
}

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border:1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important; padding: 5px 0 !important; border: 0;}
.flickr_badge_image img {border: 1px solid black !important; margin: 0;}
#flickr_badge_uber_wrapper td {border: 0;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important;color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important;background:inherit !important;color:#CC0000;}
#flickr_badge_wrapper {}
#flickr_badge_source {display: none;}


/* IE6 */
* html #lbOverlay {display:none;}