/*www.talesfromthesilentlife.com */


/* global */

*{
margin:0;padding:0;
}/*all browser synchron*/

body {
background-color:#fff;color:#444;
margin-left:2.5em;
padding:0.5em;
padding-top:1.5em;
height:100%;
overflow:visible;
white-space:normal;
vertical-align:top;
/* border:solid 1px brown; */
}


/* central text and graphic format */

a,img,h1,h2,h3,h4,p,dl,dt,dd,input,textarea,fieldset {
font-size:100%;
font-family:'Courier New','Courier 10 Pitch','Courier',monospace;
font-style:normal;
font-weight:bold;
line-height:160%;
text-align:left;
vertical-align:top;
text-decoration:none;
border:none;
}

a:link,
a:visited{
color:#66b5ff;
}

a:hover,
a:focus,
a:active {
color:#444444;
}

h1,h2,h3 {
line-height:140%;
letter-spacing:0.045em;
}

h1 {
font-size:1.4em;
}

h2 {
font-size:1.85em;
margin-bottom:1.8em;
}

h3 {
font-size:3.2em;
margin-bottom:1em;
}

h4 {
font-size:5.2em;
margin-bottom:1em;
}

p {
font-size:1.2em;
margin-top:1.2em;
margin-bottom:1.5em;
line-height:160%;
}

input,textarea {
background-color:#eee;
}


/* lettercolors */

*.orange {
color:#ff9844;
}

*.red {
color:#c4165c;
}

*.green {
color:#34c334;
}

*.grey {
color:#e8e8e8;
}

*.bigtext {
font-size:1.6em;
line-height:160%;
}



*.slogan {
display:block;
float:right;
width:100%;
margin-bottom:1em;
text-align:right;
font-size:2em;
color:#34c334;
}

a.slogan:link,
a.slogan:visited{
color:#34c334;
}

a.slogan:hover,
a.slogan:focus,
a.slogan:active{
color:#444444;
}



/* central element format */

/* id */

#header,#main {
display:block;
overflow:visible;
margin-bottom:1em;
padding:10px;
text-align:left;
}

#header h1 {
margin-top:0.4em;
margin-bottom:1.5em;
}


#main h1,h2,h3 {
margin-bottom:0.5em;
}


#left {
width:75%;
/* clear:left; */
padding:0px;
/* margin-right:20em; */
/* border:solid 1px green; */
}

#right {
width:10em;
float:right;
margin-bottom:2em;
padding:0.75em;
border:solid 1px #444;
}


/* class */

a.navi {
margin-right:0.5em;
}/*navigation links only*/

*.small {
float:left;
width:170px;
padding:0px;
margin-right:40px;
margin-bottom:40px;
/* border:solid 1px green; */
}

*.small img {
width:100px;
padding:20px;
border:solid 15px #000;
}

*.pagenav {
display:block;
width:100%;
clear:both;
}

div.big {
display:block;
width:370px;
padding:0px;
}

img.bigframe {
width:200px;
padding:50px;
margin-bottom:1em;
border:solid 35px #000;
}


div.info {
float:left;
width:370px;
margin-right:0em;
/* margin-bottom:4em; */
}

*.smalltext {
margin-top:0;
margin-bottom:2em;
font-size:0.75em;
line-height:120%;
}

div.label {
width:265px;
padding:1em;
margin-bottom:1em;
margin-left:35px;
border:solid 2px #444;
}

div.label p {
font-size:1em;
margin-bottom:0;
}

div.wall {
float:right;
width:300px;
}

div.wall img {
/* margin-top:1em; */
/* margin-bottom:1em; */
}