/* REEDER.CSS 	for http://www.reeder.de
   CREATOR: 	Wilder Jaeger Mediengestaltung
            	Frank Sander
            	sander@wilder-jaeger.de
   VERSION: 	0.4
   DATE:	Feb/11/2010
*/

@import url("reset.css");

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: arial, "Trebuchet MS", helvetica, "microsoft sans serif", sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: 'Comic Sans', 'Comic sans', 'Comic Sans MS', monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #000; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.25em; line-height: 1.6em; }
.content h1 { font-size: 1.6em; }
.content h2 { font-size: 1em; }
.content h3 { font-size: 1em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

.content ul li { text-indent: -.85em; margin-left: .85em; }
.content ul li:before { content: "\2022\00a0\00a0"; }
.content ol { list-style-position: outside; list-style-type: decimal; }
.content dt { font-weight: bold; }

/* TABLES */

.content table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.content th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: 1.5em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 { margin: 1em 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* COLORS */

.content a:link { text-decoration: underline; color: #36c; }
.content a:visited { text-decoration: underline; color: #99c; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: underline; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */
.content p { color:#04787c; color:#01A5A7; color:#000; }
/* LAYOUT */

body { background:#fff url(../images/head.jpg) no-repeat center 10px; padding:210px 0 60px 0; }
.content { position:relative; background:transparent url(../images/body.gif) repeat-y center -5px; width:900px; margin-left:50%; /*For IE6: */ margin-right:-50%; left:-450px; padding-top:98px; padding-bottom:20px; z-index:2; }
.content p,
.content h1,
.content h2,
.content h3,
.content ul,
.content ol,
.content img.single { margin-left:120px; margin-right:310px; }
.content p { font-weight:normal; margin-top:0; margin-bottom:1.5ex; }

div.navigation { display:block; height:256px; width:15em; min-width:135px; position:absolute; margin-left:50%; top:32px; left:-270px; background:transparent url(../images/nav-left.gif) no-repeat left top; overflow:hidden; z-index:6; }
div.navigation ul { margin-top:18px; padding-top:87px; height:238px; width:15em; min-width:135px; background:transparent url(../images/nav-right.gif) no-repeat right top; }
h2.navigation { display:none; }

.navigation ul li { margin:0px 20px 10px 20px; z-index:50; } 
.navigation ul li.dressyourcat { white-space: nowrap; }
.navigation ul li a:link,
.navigation ul li a:visited,
.navigation ul li { color:#01A5A7; } 
.navigation ul li a { font-size:1.5em; font-weight:bold; }
.navigation ul li a:hover { letter-spacing:.3em; color:#01A5A7; }
.navigation ul li.dressyourcat a:hover { letter-spacing:0; }

.metanavigation { position:relative; margin-left:50%; top:15px; left:-330px; font-size: 1.35em; line-height: 1.6em; color:#666;}
.metanavigation p { float:left; display:none; }
.metanavigation li { float:left; list-style:none; margin-left:16px; } 
.metanavigation h2 { position:fixed; margin-left:-100em; }
.metanavigation abbr { border:0; font-size:85%;}

.footjump { position:relative; width:100%; height:171px; left:0; top:-134px; background:transparent url(../images/foot.gif) no-repeat center top; margin-bottom:-171px !important; z-index:1; }
.superfoot { position:absolute; width:100%; height:50px; left:0px; bottom:-37px; background:transparent url(../images/foot.gif) no-repeat center bottom; z-index:101; }

.id2 .navjump { position:relative; margin-top:-478px; margin-left:50%; left:180px; background:transparent url(../images/plant.gif) no-repeat right bottom; width:194px; height:326px; z-index:40; }

.jump { position:fixed; left:0; top:0; margin-left:-200em; }

.deko { background:transparent url(../images/plant.gif) no-repeat right bottom; width:194px; height:326px; z-index:40; }

.head h1 { position:fixed; top:5em; left:-200em; border:10px solid red;}

a.jump { position:absolute; top:0; left:0; }

h1 { position:absolute; top:0; left:0; margin:0; }

.content h2 { }

img.logo { position:absolute; margin-left:50%; top:10px; left:170px; }

/* PORTFOLIO */

.thumbnails {
	position:absolute; margin-left:50%; left:-34px; top:109px; width:400px; 
	padding:0;
}

.thumbnails li {
	width:80px;
	list-style:none;
	float:left;
	margin:0 16px 16px 0;
	position:relative;
}

.thumbnails li img {
	border:1px solid #D9D8DD;
}
 
#single, #single2 { display:block; clear:both; margin:10px 0 40px 120px; padding:0; width:434px; height:325px; }
#single img, #single2 img { margin:0; border:0; padding:0; } 

.categories {	width:200px; text-align:right; position:absolute; margin-left:50%; left:136px; top:314px; padding:0; font-size: 1.35em; line-height: 1.6em; color:#666; z-index:7; }
.categories h2 { position:absolute; top:-5em; left:-100em; }
.categories ul {  }
.categories a:link, .categories a:visited { color:#666; }
.categories a:hover { text-decoration:underline; }
.categories .menucurrent a { color:#01A5A7; !important}



ul.thumb {
	list-style:none; position:absolute; margin-left:50%; left:-58px; /*-38px*/ top:109px; width:400px; z-index:3;  
}
ul.thumb li {
	margin: 0 6px 6px 0; padding: 3px;
	float: right;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 63px;
	height: 63px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #bbb;
	padding: 4px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:transparent url(../images/thumbs-border_ie.gif) no-repeat center center;  /* Image used as background on hover effect */
	background:transparent url(../images/thumbs-border.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */
}

/* DRESS YOUR CAT */

ul.cats {
	margin-left:120px; /* for IE6: */ margin-right:-120px; list-style:none; width:700px; height:400px; z-index:5;
}
ul.cats li {
	margin: 0 0 0 0; 
	padding: 0;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 105px;
	height: 105px;
	left:0;
	top:0;
}
/* Standard von oben entfernen: */
.content ul.cats li { text-indent:0 !important; margin-left:3px; }
.content ul.cats li:before { content: ""; }

ul.cats li img {
	width: 105px; height: 80px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 0;
	position: absolute;
	left: 0; top: 0;
	margin:0;
}
.content ul li { text-indent: -.85em; margin-left: .85em; }
.content ul li:before { content: "\2022\00a0\00a0"; }

yyyul.cats { border:1px solid green; }
yyyul.cats li { display:inline; margin:0; padding:0; width:105px; height:90px; border:1px solid red; }
ul.cats li img { margin:0; padding:0; }

ul.cats a:hover { opacity:.75; }

.content .textpic { min-height:153px; clear:both; }
.content .imageblock { float:right; margin-right:120px; margin-bottom:20px; width:153px; height:153px;}
.content .imageblock img { background:#f0f0f0; background:#fff; padding:8px; margin-top:-4px; border:1px solid #ccc; }
.content .csc-default { clear:both; }
.id3 .content { padding-bottom:40px; }
/* KONTAKT */ 

.id5 .tx-powermail-pi1 { text-align:right; position:absolute; margin-left:50%; left:-38px; margin-top:-1.5em; top:100px; width:368px; z-index:51; }
.id5 form { margin:0; padding:0; }
.id5 fieldset { margin:0; padding:0; border:0; }
.id5 fieldset legend { display:none; margin:0; }
.mandatory { color:#ffcc00; font-weight:bold; }
.id5 .tx-powermail-pi1 label { display:block; font-size:80%; margin:0; padding:0; }
.id5 .tx-powermail-pi1 textarea,
.id5 .tx-powermail-pi1 input[type='text'] { width:368px; }
.id5 .tx-powermail-pi1 input[type='submit'] { background:transparent; }
.id5 #c9 { min-height:8em; }
textarea:hover, input[type='text']:hover, input[type='submit']:hover, input[type='password']:hover, select:hover { border: 1px solid #01A5A7; }
textarea:focus, input[type='text']:focus, input[type='submit']:focus, input[type='password']:focus, select:focus { border-color: #97C00E; outline: 2px solid #97C00E; }
 .id5 input[type='submit']:hover { border-width:2px; } 

.id5 .tx-powermail-pi1 p,
.id5 .tx-powermail-pi1 table { margin-left:0; margin-right:0;}

.tx-powermail-pi1_thx { position:absolute; margin-left:50%; left:-38px; margin-top:-1.5em; top:20px; width:368px; z-index:51; }
.tx-powermail-pi1_mandatory { text-align:left; margin-top:2.4em; margin-bottom:-2em; }
.tx-powermail-pi1_mandatory h2,
.tx-powermail-pi1_mandatory ul,
.tx-powermail-pi1_mandatory p { margin-left:0 !important; margin-right:0 !important; width="auto"; padding-left:0; }
yyy.tx-powermail-pi1_mandatory ul li { margin-left:em !important; margin-right:0 !important; width="auto"; padding-left:0; border:1px dashed orange; } 
.id2 .content h2 { margin-bottom:0; }
.id3 .content h2 { margin-bottom:0; }
.id2 .content h3 { margin-bottom:0; margin-top:1.5em; }

.id5 .content h2 { margin-bottom:0; }
.id5 .content h3 { margin-bottom:0; margin-top:4em; }

.loading { background:transparent url(/fileadmin/images/loading.gif) no-repeat center center; }

