/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/

/* General elements */


* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	position:absolute;
}

body {
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	width:980px;
}
p {
	line-height:130%;
	font-size:80%;
	color:#254360;
	padding:0 4px;
}
h1, h2, h3, h4, h5, h6, .heading {
	color: #002B5D;
}
h1.info	{
	color:#9FB1C4;
	font-size:120%;
	margin-top:25px;
}

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}
blockquote {
	margin: 0px 30px 0px 30px;
}
p,
blockquote,
	.post ul,
	.post ol {
	margin-bottom: 1.5em;
}
input.text {
	border: 1px solid #336666;
}
input,
textarea {
	font-family: Verdana, sans-serif;
	font-size: 100%;
}
a, a:active {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a:hover,
a.emphasize:hover {
	color: #FFCC33;
}
a.emphasize {
	color: #336666;
}
a img,
a img:hover {
	background: transparent;
	border: 0;
}

/*		ANFANG		ALLGEMEINE KLASSEN		*/
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.cursiv{font-style:italic;}
.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
div.heighten {
	float: left;
	width: 1px;
	height: 768px;
}
div.heighten-53 {
	float: right;
	width: 1px;
	height: 53px;
}
/*ENDE           ALLGEMEINE KLASSEN*/

/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	width: 970px;
}
#content {
	border-right:1px solid #3D5B87;
	float: left;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	width: 540px;
}
/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header {
	height: 70px;
	margin: 5px 0;
	overflow: hidden;
}
#header #logo {
	float: left;
	padding: 10px;
	width:600px;
	height:50px;
}
#header #logo h1 a,
#header #logo h2 a {
	color: #002b5d;
	font-family: Georgia, 'Times New Roman', Times, serif;
}	
#header #logo h2.description {
	text-transform: lowercase;
	margin: 0px;
	font-size:100%;
	color:#669999;
}
#header #rss {
	background: url(images/yellow-dots-vertical.png) left top repeat-y;
	float: right;
	padding-left: 20px;
	text-align: right;
	width: 190px;
	height:86px;
}
#header #rss a.rss-link img {
	clear: both;
	margin-right:10px;
}
#header #rss .searchform {
	color: #3D5B87;
	font-weight: bold;
	margin-right:10px;
	font-size:10px;
}
#header #rss .searchform #s {
	width: 168px;
}
#header #rss .searchform #searchsubmit {
	margin-top:7px;
}
#header #quote {
	color: #336666;
	float: right;
	font-size: 90%;
	line-height: 100%;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	width: 280px;
}
#header #quote p {
	margin-bottom: 1em;
}
#header #quote em {
	font-style: normal;
	text-transform: uppercase;
}
#header #quote strong {
	color: #FF9900;
	font-weight: normal;
}
/*ANFANG------------- Navigation elements -----------------------*/
#navigation {
	width:100%;
	clear: both;
	overflow: hidden;
	background:#3D5B87 none repeat scroll 0 0;
	font-size:13px;
}
#navigation ul {
	line-height: 140%;
	padding:4px 10px;
	background:#3D5B87 none repeat scroll 0 0;
}
#navigation ul li {
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	background:#3D5B87 none repeat scroll 0 0;
}
#navigation ul.primary {
	float: left;
}
#navigation ul.primary li {
	margin:0px 0px;
}
#navigation ul.primary,
#navigation ul.primary a {
	color: #FFCC33;
	text-decoration: none;
	font-weight:normal;
}
#navigation ul.primary{
	border-right:#fff solid 1px;
	margin:0px;
}
#navigation ul.secondary {
	float: left;
	border-right:#fff solid 1px;
	margin:0px;
}
#navigation ul.secondary li {
	margin:0px 0px;
}
#navigation ul.secondary,
#navigation ul.secondary a 	{
	color: #8BBEBE;
	text-decoration: none;
	font-weight:normal;
}
#navigation ul.secondary a:hover, 
a.emphasize:hover {
	color:#FFCC33;
}
.outer-rss{
	background:#8BBEBE;
	float:right;
	height:20px;
	width:20px;
	margin:3px;
}
.outer-rss a img{
	width:18px;
	height:18px;
	margin:1px;
}
/*ENDE------------- Navigation elements -----------------------*/
/*ANFANG------------------- Sidebar elements -----------------*/
.sidebar {
	float: right;
	overflow: hidden;
	width: 180px;
	border-top: 1px solid #ccc;
	font-size:80%
}
.sidebar a{
	color:#669999;
}
.sidebar input[type="text"] {
	width: 146px;
}
#sidebar-primary.sidebar{
	padding-bottom:10px;
}
#sidebar-primary a	{
	color:#0000FF;
}
#sidebar-primary a:hover, 
a.emphasize:hover{
	color:#FFCC33;
}
#sidebar-secondary {	
	margin-left: 14px;
}
.sidebar .widget .heading {
	display: block;
	font-size: 160%;
	margin-bottom: 5px;
	text-align:center;
}
.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #002b5d;
}
.sidebar .widget ul li {
	border-bottom: 1px dashed #3d5b87;
	margin-bottom: 3px;
	padding:0 0 5px 0;
	color:#669999;
}
.meinung{
	float:right;
	width:375px;
	height:368px;
	background:url(images/fotoleinwand_kundenmeinungen.png) center 0 no-repeat transparent;
	text-align:center;
}
.meinung span{
	width:255px;
	margin:0 60px;
	display:block;
}
.meinung span span{
	text-align:right;
	margin:0;
	font-style:normal;
}
.meinung .t1{
	margin-top:15px;
	font-size:450%;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif,sans-serif;
	height:92px;
}
.meinung .t2{
	text-align:justify;
	font-size:60%;
	font-family:verdana;
}
.meinung .t3{
	margin-top:15px;
}
.meinung .h-1{
	text-align:left;
	font-weight:700;
	font-size:100%;
	color:#fff;
	margin-top:29px;
}
.meinung .t3, .meinung .t4{
	text-align:left;
	font-size:70%;
	font-family:tahoma;
	font-style:italic;
}
.meinung .t4{
	margin-top:17px;
}
.f-b-fan{
	float:right;
	margin:30px 35px;
	width:300px
}
#searchform label,
#searchform-side label {
}
.d-a{
	float:right;
	width:375px;
}
.d-a-mr{
	width:300px;
	height:250px;
	margin:50px 40px;
}
/*ENDE------------------- Sidebar elements -----------------*/
/*ANFANG---------------------- Post elements --------------*/
.post {
	background:transparent url(images/fotoleinwand-hori-balken1x1.png) left top repeat-x;
	clear: both;
	padding-top: 20px;
}
.post-header {
	color: #3D5B87;
}
.post-header p {
	margin-bottom: 0px;
	padding:0 4px;
}
.post-metadata p{
	font-family:Georgia serif;
	color:#669999;
	font-size:70%;
	float:right;
}
.post-header h1,
.post-header h2{
	padding:0 4px;
}
.post-header h1,
.post-header h2,
.pagetitle {
}

.post-header h1 a:link,
.post-header h2 a:link,
.post-header h1 a:visited,
.post-header h2 a:visited {
	color: #253C5B;
}
.post-header a {
	color: #FFCC33;
	text-decoration: none;
}
.post-header-wrapper {
	background:#EEF3F6;
	margin-bottom: 15px;
	padding-bottom: 7px;
}
.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}
.post-ads {
	padding: 0px 0 20px 0;
	text-align: center;
}
.post-ads p {
	font-size: 80%;
	margin: 0 auto;
	text-align: right;
	width: 468px;
}

.post-body a:link{
	color: #1B00FF;
}
.post-body a:visited{
	color: #1B00FF;
}
.post-body a:hover,
.post-body a.emphasize:hover {
	color: #FFCC33;
}	
.post-body a.emphasize 	{
	color: #336666;
}
.post-tags {
	font-size:60%;
	float:left;
	line-height:100%;
}
.post-tags a{
	color:#669999;
	font-weight:normal;
	padding:0 5px;
}
.post-tags p{
	float:left;
}
.post-tags li{
	float:left;
}
.single {
	background: transparent;
}
.interpost-nav {
	margin: 30px;
	text-align: center;
}
.interpost-nav .float-left {
}
.interpost-nav .float-right {
}
ul, ol, ul{
	list-style-type:none;
}
p.topsellLogo{
	text-align:center;
	padding:5px 12px;
	float:left;
	width:135px;
	margin-bottom:0px;
}
p.topsellLink{
	text-align:center;
	padding:5px 12px;
	width:140px;
	float:left;
	margin-top:5px;
}
p.topsellLogo a img{

}
/*ENDE---------------------- Post elements --------------*/
/*ANFANG------------ Metadata elements ---------------*/
.postmetadata {
	text-align: right;
}
.trackbackURL {
	font-size: 75%;
}
/* Comment elements */
#comments h3 {
	margin-top: 30px;
	color: #002B5D;
	padding-bottom: 10px;
}
#comments .comment-meta {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.comment {
	clear: both;
}
#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: #EAF6F6;
}
#comments .authorcomment { /* To emphasize replies from the author */
	background: #A3D7D7 !important;
}
#comments .authorcomment a {
	color: #000;
}
.comment-number {
	display: inline;
}
.comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.gravatar {
}
.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.comment-list cite {
}
.comment-content {
}
.breadcrumb{
	text-align:left;
	margin-bottom:5px;
	color:#ccc;
	font-size:90%;
	padding:3px 11px;
	line-height:10px;
}
.breadcrumb a {
	color:#ddd;
	font-family:arial,sans-serif;
	font-weight:normal;
}
.page h2 {
	font-size: 130%;
	color:#002B5D;
}
.teaser_gross	{
	height:315px;
	width: 966px;
}
.showman{
	background:url(images/teaser_gross/teaser_gross.png) no-repeat left top;
	width:170px;
	height:315px;
	float:left;
}
.eingang{
	float:left;
	width:790px;
	height:315px;
	background:url(images/teaser_gross/teaser_gross.png) no-repeat right top;
	text-align:center;
}
#page .teaser_gross .eingang ul{
	list-style-type:none;
	margin:0px;
}
#page .teaser_gross .eingang ul.fotos{
	height:196px;
}
#page .teaser_gross .eingang ul.links{
	height:100px;
}
.eingang h1{
	font-size:120%;
	padding-top:14px;
	color:#3D5B87;
}
.button li h2{
	font-size:125%;
	margin:0px;
	color:#002B5D;
}
.button li{
	float:left;
	margin:0px;
}
.button li h2{
}
.button li a{
	color:#1B00FF;
}
.button li a:hover, .button li a:active, .button li a:focus{
	color:#FFCC33;
}
.button li a img{
	padding:10px 20px;
}
.button li p{
	padding:10px;
}
.button li .link1{
	width:170px;
}
.button li a .button1{
	height:162px;
}
.button li .link2{
	width:228px;
}
.button li a .button2{
	height:145px;
}
.button li .link3{
	width:140px;
}
.button li a .button3{
	height:159px;
}
.button li .link4{
	width:148px;
}
.button li a .button4{
	height:146px;
}
.button li p{
	margin:0px;
}
h2.anbieter_heading{
	font-size:80%;
	padding:10px;
}
#page ul.anbieter_liste{
	height:55px;
	margin:0px 0px 10px 0px;
	padding:8px 0px;
	border-bottom:#e1ebeb solid 1px;
}
#page .anbieter_liste li{
	float:left;
	width:100px;
	height:33px;
	padding:10px;
	background: no-repeat 0 0 #eef3f6;
	margin:0 8px;
}
ul.anbieter_liste li a img{
}
#page ul.anbieter_liste_fotoleinwand,
#page ul.anbieter_liste_fotoposter,
#page ul.anbieter_liste_fototapete,
#page ul.anbieter_liste_fotokalender,
#page ul.anbieter_liste_fotokissen{
	height:130px;
	margin:0px 0px 10px 0px;
	padding:8px 0px;
	border-bottom:#e1ebeb solid 1px;
}
#page ul.anbieter_liste_fototapete,
#page ul.anbieter_liste_fotokalender{
	height:65px;
}
#page .anbieter_liste_fotoleinwand li,
#page .anbieter_liste_fotoposter li,
#page .anbieter_liste_fototapete li,
#page .anbieter_liste_fotokalender li,
#page .anbieter_liste_fotokissen li{
	float:left;
	width:100px;
	height:33px;
	padding:10px;
	background: no-repeat 0 0 #eef3f6;
	margin:5px 5px;
}
/*multibox*/
.multiboxtab{
}
.multiboxtab li{
	float:left;
	border-right:5px;
	border-color:#002B5D;
	display:block;
}
.multiboxtab li label{
	float:left;
	padding:0 10px;
	font:90%/180% Arial;
	font-weight:bold;
	color:#002B5D;
	cursor:help;
	border-width:1px 1px 0 0;
	border-color:#EEF3F6;
	border-style:solid solid none none;
}
.multiboxtext{
	display:block;
	background:url(images/multibox/multibox-text-bg.png) 0 0 repeat-x;
	border-width:0 1px;
	border-color:#EEF3F6;
	margin-bottom:15px;
	padding-top:4px;
}
.multiboxtext li.tabtext{
	border-width:0 1px 0 1px;
	border-style:none solid none solid;
	border-color:#EEF3F6;
}
#tabtext0 ,#tabtext1 ,#tabtext2 ,#tabtext3 {
	height:350px;
	display:none;
}
#tablabel0{
	background:#EEF3F6;
	border-left:1px solid #EEF3F6;
}
#tabtext0{
	display:block;
}
/* ENDEmultibox*/

#page .pagenav li{
	margin-left:30px;
}
.zahlungsarten{
	background:url(images/fotoleinwand_zahlungsarten_v02.png) no-repeat 0 10px transparent;
	float: right;
	height:29px;
	width:375px;
	margin-bottom:10px;
	padding-top:10px;
}
.garantie{
	background: transparent url(images/fotoleinwand_kontakt_v03.png) no-repeat scroll right 0;
	float: right;
	height:135px;
	width:375px;
}
.garantie .email{
	font-size:90%;
	margin:25px 0 0 30px;
	display:block;
}
.garantie .service{
	display:block;
	margin:10px 0 0 0;
}

.garantie h1{	
	margin-top:20px;			
	font-size:130%;
	background:left bottom repeat-x;
	overflow: hidden;
	width: 275px;
}
.garantie .beratung{
	background:transparent;
	width: 275px;
	color:#254360;	
}
.social{
	width:375px;
	float:right;
}
.social .mail{
	margin:10px;
}
p.info {
	margin-bottom:18px;
	color:#254360;
}
.info a {
	color:#1B00FF;
	font-size: 105%;
}
.info a:hover, 
a.emphasize:hover {
	color:#FFCC33;
}
hr {
	background-color:#C9C2C1;
	border:0 none;
	color:#C9C2C1;
	height:1px;
	margin:20px 0px;
}
/*ANFANG TABELLE2222222222222222>-------------*/
#formate{
	height:40px;
	display:inline-block;
	margin:10px 0px 0px;
	float:right;
}
.format-1{
	float:left;
}
.format-2{
	float:left;
}
.format{
	width:40px;
	height:40px;
	float:left;
	text-align:center;
	cursor:pointer;
	background:url(images/tabelle/buttons_tabelle_inaktiv.png) no-repeat;
	margin:0px 2px;
	font-size:12px;
	line-height:19px;
}
/*.format:hover{
	background:url(images/tabelle/buttons_tabelle_aktiv.png) no-repeat;
}*/
.format label{
	cursor:pointer;
	width:40px;
	height:40px;
	display:block;
	color:#254360;
}
.anfl{
	display:none;
	color:#254360;
}
#anfl0{
	display:inline;
}
#anfl .z{
	width:970px;
}
.s{
	height:30px;
}
.z{
	height:50px;
	margin:2px 1px;
	background-color:#E4E4E4;
	cursor:pointer;
}
.ZeileUeberschriften{
	background-color:#9fb1c4;
	color:#002b5d;
	font-weight:bold;
}
.ZeileUeberschriften .s{
	font-size:80%;
	text-align:center;
	
}
.z:hover{
	background-color:#FFCC33;
}
.ZeileUeberschriften:hover{
	background-color:#9fb1c4;
	cursor:default;
}
.s.s2{
	padding:10px 0;
}
.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8{
	float:left;
}
.s1, .s2,.s3,.s4,.s5,.s6,.s7{
	border-width:0px 1px 0px 0px;
	border-color:#fff;
	border-style:solid;
}
.s1{
	width:100px;
	height:34px;
	padding:8px;
}
.s2, .s3, .s4, .s5, .s6, .s7{
	padding:10px;
	text-align:center;
	font-size:80%;
	font-family:Arial,Sans-Serif;
}
.s2{
	width:60px;
}
.s3{
	width:60px;
}
.s4{
	width:50px;
}
.s4{
	width:85px;
}
.s5{
	width:60px;
}
.s6{
	width:60px;
	height:34px;
	padding:8px;
}
.s6 img{
	width:33px;
	height:33px;
}
.s7{
	height:40px;
	width:120px;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	font-size:70%;
}
.s8{
	height:33px;
	margin:8px 5px;
}
.bezs{
	height:33px;
	float:left;
}
.bezs img{
	height:18px;
	margin:7px 1px;
}
.s9{
}
.s10{
}
.s11{
}
.bez{
}
.hinweis{
	font-size:90%;
}
.fc{
	width:0;
	height:0;
	padding:0;
	margin:0;
	border:0;
	display:block;
}
/*ENDE TABELLE2222222222222222>-------------*/
.spar-tipp{
	background-color:#eef3f6;
	display:inline-block;
}
.textrot{
	color:red;
}

.fussnote{
	font-size:60%;
	color:#cccccc;
	width:320px;
	height:15px;
	float:right;
	line-height:12px;
	margin-top:200px;
	text-align:right;
}
.inv-ank{
	width:0;
	height:0;
}
.post-body .anker:hover{
    color:#002B5D;
}
ul.schritte{
	margin-top:10px;
	padding-top:16px;
	padding-bottom:10px;
	width:520px;
	background-position:0 -13px;
	background-repeat:no-repeat;
	display:block;
	color:#002B5D;
	font-weight:bold;
	background-image:url(/wp-content/uploads/2010/01/fotoleinwand-anforderungen.png);
}
.schritte li{
	margin-left:238px;
	list-style-type:decimal;
}
.schritte li a{
	color:#1B00FF;
}
.schritte li a:hover{
	color:#FFCC33;
}
ul.aufzaehlung {
	color:#002B5D;
	list-style-type:decimal;
	font-weight:bold;
	margin-left:10px;
}

ul.aufzaehlung a.schritt0{
	font-size:90%;
	color:#8BBEBE;
	font-weight:normal;
}
ul.aufzaehlung .schritt0:hover,
ul.aufzaehlung .schritt0:active,
ul.aufzaehlung .schritt0:focus{
	color:#1B00FF;
}
ul.aufzaehlung li p{
	font-weight:normal;
}
/* Taglinks*/
#page .taglinks li{
	float:left;
}

#page .taglinks li a{
	float:left;
	padding:0px 5px;
	font-size:65%;
	color:#669999;
}

/* Footer elements */
#footer {
	margin:10px 0px;
	text-align: center;
	clear: both;
}
#footer p{
	font-family:arial, sans-serif;
	margin:0px;
}
#footer p span a{
	font-size:80%;
	font-family:arial, sans-serif;
	color:#cccccc;
	margin:0px 10px;
}