/*
		CSS Katja Behrens
		i code so i quirk
*/

/* GRUNDFORMATE */
html, body {
font-family:Verdana,Arial,sans-serif;
font-size:100.1%;
color:#000;
background-color:#fff;
text-align:center;
}
* {
margin:0;
padding:0;
}
/* --- containerlove --- */
#wrapper {
position:relative;
margin:12px auto;
padding:8px;
width:550px;
color:#000;
background:#e0e9e9;
-moz-border-radius:15px; /* leider nicht standardkonform, aber die runden ecken mussten mal sein*/
}
#txtshop {
color:#000;
background-color:#e0e9e9;
}
#align {
text-align:left;
}
#nav {
border-bottom:1px solid silver;
}
.marcusweber { 
font-size:70%;
color:silver;
background-color:#e0e9e9;
}

/* --- typo ---*/
h1, h2, h3, h4, h5 {
font-size:100%;
margin:15px 0;
border-bottom: 1px solid silver;
line-height:140%;
}
p {
font-size:90%;
margin:10px 0px 8px 0px;
line-height:140%;
}
ul {
padding:0 0 0 30px;
font-size:90%;
margin:10px 0px 8px 0px;
line-height:130%;
}
li {
padding:0 0 5px 0;
}
#txtshop a {
font-size:125%;
}
#txtshop p {
padding:20px 0 0 0;
}
/* --- misc ---*/
img {
margin:4px;
}
hr {
width:85%;
}
.float {
float:left;
}
.small {
font-size:70%;
color:silver;
background-color:#e0e9e9;
}
.center {
text-align:center;
}
acronym {
cursor:help;
}
.imgfloat {
float:left;
margin:10px 10px 10px 20px;
}
.clearer {
clear:left; 
line-height:0%; 
height:0%;
}
