body {
	
	background:#fceaea;
	font-size: 11px; 
	font-family:Times, serif; 
	text-align:center;
}

a { 
	color:#000;
	text-decoration:none;
	font-weight:100;
	text-transform:uppercase;
}

a:hover {
	text-decoration:underline; 
}

a.links {font-size:10px;}



h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-family:Times, serif;
	text-align:center;
}

h1 {font-size:30px; text-transform:uppercase;font-weight:100; line-height: 85%;}
h2 {font-size:25px; text-transform:uppercase;font-weight:100; }
h3 {font-size:18px; text-transform:uppercase;font-weight:100; }
h4 {font-size:15px; text-transform:uppercase; }
h5 {font-size:12px; text-transform:uppercase;font-weight:100; }
h6 {font-size:10px; text-transform:uppercase;font-weight:100; }

ul {list-style-type:none;text-align:center; text-transform:uppercase;font-weight:100; }
li {list-style-type:none;text-align:center; text-transform:uppercase;font-weight:100; }

img {
	border:0;
	margin:0;
	padding:0;
}

input, textarea {
	font-size:12px;
}

input[type=text], textarea{
	border:1px inset #aaa;
	background:#fff;
}
input[type=submit] {
	border:1px outset #aaa;
	background:#ddd;
}

.postdate {}
.postcat {color:#7e7575}
.posttags {color:#7e7575}
.postcat a {color:#7e7575}
.posttags a {color:#7e7575}

#postmetadata a{ font-size:33px; line-height:85%; text-weight:100;}


#postmetadata-kl { width:212px; height:212px; margin:10px; background-color:#fceaea;}
#postmetadata-kl a{font-size:12px; line-height:90%; text-weight:100;}


#postcontent{ text-align:center; font-size:15px; padding:0px 40px;}
#postcontent  a {font-size:10px;}

.wp-caption-text {
   font-size: 10px;
   color:#7e7575;
   margin:3px 0 0 0;
   padding:0 0 0 0;
}
.wp-caption {

   display: inline;
   text-align:center; 
}

#tags{left:-20px; font-size: 10px; text-transform:none;}

#menu1  {position:relative; top:-25px;}
#menu1  ul {position:relative; top:-10px; padding:0; margin:0% 3% 0% 0%; }
#menu1  ul {display:inline; margin:0 1px; }
#menu1  li {font-size:18px; display:inline; margin:0 1px; }
#menu1  li {padding:2px 10px;}
#menu1  li:hover {padding:2px 10px;}
#menu1  a:hover {background-color:transparent;}

#menu2  {position:relative; top:0px;}
#menu2  ul {position:relative; top:-10px; padding:0; margin:0% 3% 0% 0%; }
#menu2  ul {display:inline; margin:0 1px; }
#menu2  a {font-family:'Tahoma', Arial, sanserif; font-size:18px; font-weight:900; text-transform:uppercase; }
#menu2  li {font-family:'Tahoma', Arial, sanserif; font-size:18px; font-weight:900; text-transform:uppercase; display:inline; margin:0 1px; }
#menu2  li {padding:2px 10px;}
#menu2  li:hover {padding:2px 10px;}
#menu2  a:hover {background-color:transparent;}


/* Layout */

#box
{
width: 1000px;
position: absolute;
left: 50%;
margin-left: -500px; /*halbe breite(negativ)*/
}


#header
{
width: 1000px;
position: absolute;
height: 235;
text-align:center;
background-color:#fceaea;
}

#header a { font-size:29px; font-weight:100; text-transform:uppercase; color:#d0bfbf;
}

#header-cat-small a{ font-size:12px; text-transform:uppercase; color:#d0bfbf; line-height:101%;font-weight:700;
}

#lsidebar
{
position: absolute;
width: 125px;
top:270px;
left:0px;
text-align:center;
padding: 0px 10px;
}

#content
{ position: absolute;
width: 700px;
top:270px;
left:150px;
text-align:center;
background-color:#ecdbdb;
}

#rsidebar
{
position: absolute;
width: 135px;
top:250px;
left:855px;
text-align:center;
}

#r_sidebar_tags a{font-size:4px;
}

#footer {
	clear:both;
	padding:10px;
}



form#searchform
                    {
                    
                    width:10px;
                    height:15px;
                    position:absolute;
                    top:17px;
                    left:10px;					
                    font-size: 8px;
                    }

.searchbutton
                    {
                    color: #000;
                    border: 0px solid;
                    display:block;
                    width:18px;
                    height:18px;
                    background: #fceaea;
                    position:absolute;
                    top:2px;
                    left:104px;
                    font-size: 10px;
					font-weight:900;
                    -moz-border-radius-bottomright: 9px;
                    -moz-border-radius-topright: 9px;
                    -webkit-border-bottom-right-radius: 9px;
                    -webkit-border-top-right-radius: 9px;
                    -moz-border-radius-bottomleft: 9px;
                    -moz-border-radius-topleft: 9px;
                    -webkit-border-bottom-left-radius: 9px;
                    -webkit-border-top-left-radius: 9px;
                    }

.searchbutton:hover
                    {
                    background-color: #7e7575; color: #fff; font-size: 10px; font-weight:900;
                    }

.searchfield
                    {
                    color: #eeeeee; border: 0px solid; position: absolute;
                    top:0px;
                    left:0px;
                    display:block;
                    width:10px;
                    height:18px;
                    font-size: 2px;
                    }
.archive-desc{
font-family:Times; font-size:15px; font-weight:900; text-transform:uppercase;  color:#000;
            }
