/* andreas06 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

body{
background:#e0e0e0 url(img/bodybg.gif) repeat-x;
color:#505050;
font:76% Georgia,Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

p{
line-height:1.5em;
margin:7 0 7px;
}

a{
color:#fa9035;
font-weight:700;
text-decoration:none;
}

a:hover{
color:#d04a10;
}

hr{
height:1px;
margin:10px 0;
width:98%;
}

dt{
font-weight:700;
}

dd{
margin:1px 0 12px 15px;
}

td {
vertical-align: top;
}

#container{
background:transparent;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 0px;
text-align:left;
/* width:762px; */
width: 800px;
}

#sitename{
/* background:url(img/leaves.jpg) top center no-repeat; */
color:#ffffff;
font-weight:400;
height:80px;
margin:0 20px 10px 0;
text-align:center;
}

#sitename h1{
font-size:3em;
margin:0;
padding-top:20px;
}

#sitename span{
font-size:1.6em;
letter-spacing:-1px;
margin:0;
}

#nav{
background:url(img/greypx.gif) bottom left repeat-x;
float:left;
width:762px;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
}

#nav a{
background:url(img/tabs.gif) no-repeat 100% 0;
color:#808080;
display:block;
font-size:1.2em;
letter-spacing:-1px;
padding:7px 20px 4px 11px;
text-decoration:none;
}

#nav a:hover{
color:#505050;
}

#nav li{
background:url(img/tabs.gif) no-repeat 0 0;
float:left;
margin:0 4px 0 0;
padding:0 0 0 9px;
}

#nav #current{
background:url(img/tabs.gif) no-repeat 0 -41px;
}

#nav #current a{
background:url(img/tabs.gif) no-repeat 100% -41px;
color:#303030;
padding:7px 20px 5px 11px;
}

#nav #current span{
display:block;
font-size:1.2em;
letter-spacing:-1px;
font-weight:700;
background:url(img/tabs.gif) no-repeat 100% -41px;
color:#303030;
padding:7px 20px 5px 11px;
}


#wrap1{
background:#FEE0C9 url(img/innerbg.gif) repeat-y;
border-bottom:1px solid #808080;
border-left:1px solid #808080;
border-right:1px solid #808080;
clear:both;
padding:0;
/* width:760px; */
width: 798px;
}

#wrap2{
border-top: 15px solid #FEE0C9;
padding:10px;
}

#header{
height:30px;
position:relative;
}

#header h1{
float:left;
font-size:1.4em;
margin:0;
width:180px;
}

#topbox{
color:#808080;
margin:0 0 4px;
text-align:right;
}

#topbox a{
color:#d04a10;
}

#topbox a:hover{
text-decoration:underline;
}

#leftside{
z-index: 5;
float:left;
margin: 0px;
width:145px;
}

#leftside h1{
font-size:1.4em;
font-weight:400;
}

#rightside{
z-index: 99;
float:right;
margin: 5px;
margin-right: -120px;
margin-top: 0px;
padding: 5px;
width:160px;
line-height: 150%;
background-color: #f8f8f8;
border-top: 3px solid #ccc;
border-left: 3px solid #ccc;
border-right: 3px solid #aaa;
border-bottom: 3px solid #aaa;
}

#rightside h1{
font-size:1.4em;
font-weight:400;
margin:0 0 12px;
}

#rightside p{
font-size:0.9em;
margin:2px 0 15px 0px;
}

#rightside img{
border:1px solid #fa9035;
margin:10px 0 5px 5px;
padding:2px;
}

#content{
margin:0px;
margin-right: 25px;
margin-left: 180px;
font-size: 1.1em;
}

#content p{
margin:8px 0 0 10px;
}

#content h1{
position: relative;
color:#505050;
font-size:2em;
font-weight:400;
margin:15px 40px 10px 0px;
padding:0;
}

#content h2{
position: relative;
color:#505050;
font-size:1.5em;
font-weight:400;
margin:20px 0px 10px 0px;
padding:0;
}

#content h3{
position: relative;
color:#505050;
font-size:1.3em;
font-weight:400;
margin:20px 0px 10px 0px;
padding:0;
}

#content img{
position: relative;
border:1px solid #fa9035;
margin: 10px;
margin-right: 0px;
padding: 5px;
}

#content h1 img, #content h2 img{
display: inline;
vertical-align: top;
border: none;
margin: 0px;
margin-left: 10px;
padding: 0px;
}

#content table td {
padding: 7px;
}

#content .bildmitte {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content .bildrechts {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
}

#content .bildlinks {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

#content .werbung img {
	position: relative;
	display: block;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
}

#footer{
clear:both;
color:#a0a0a0;
font-size:0.9em;
margin:0px;
padding:12px;
padding-right: 20px;
text-align:right;
border-bottom: 15px solid #FEE0C9;
}

#footer a{
color:#a0a0a0;
font-weight:400;
}

#footer a:hover{
color:#a0a0a0;
text-decoration:underline;
}
#navigation {
margin: 0px;
margin-left: -10px;
padding: 0px;
font-size:1.4em;
}

#navigation ul{
color:#d04a10;
display:block;
font-size:0.92em;
font-weight:700;
margin-left: 7px;
margin-bottom:10px;
position:relative;
list-style:none;
padding: 0px;
}

#navigation li {
margin-top: 7px;
}

#navigation a{
color:#d04a10;

}

#navigation a:hover{
color:#505050;
}

#navigation span{
color:#505050;
text-decoration:none;
}



.nav{
color:#d04a10;
display:block;
font-size:1.1em;
font-weight:700;
margin-bottom:1px;
padding:2px 2px 2px 10px;
position:relative;
text-decoration:none;
width:125px;
}

.nav:hover{
border:1px solid #fa9035;
color:#505050;
padding:1px 1px 1px 9px;
}

.sub{
font-size:0.9em;
margin-left:20px;
padding:1px 1px 1px 6px;
width:105px;
}

.sub:hover{
border:1px solid #fa9035;
color:#505050;
padding:0 0 0 5px;
}

.intro{
font-weight:700;
}

.active{
border:1px solid #fa9035;
padding:1px 1px 1px 9px;
}

.box{
/* Nur auf zweispaltigem Layout einsetzen! */
background:#f8f8f8 url(img/boxbg.gif) top left repeat-y;
border:1px solid #d0d4d4;
color:#505050;
margin:5px;
padding:10px 10px 10px 20px;
width:320px;
}

.smallcaps{
font-variant:small-caps;
}

.mini{
color:#a0a0a0;
font-size:0.75em;
font-weight:400;
line-height:1.2em;
margin:20px 0 10px 8px;
}

.small{
font-size:0.85em;
}

.large{
font-size:1.4em;
}

.soft{
color:#808080;
}

.normal{
font-weight:400;
}

.sharp{
color:#101010;
}

.center{
text-align:center;
}

.hide{
display:none;
}

.video {
position: relative;
text-align: center;
margin:10px auto 10px auto;
border:1px solid #fa9035;
padding: 5px;
}

.banner{
margin: 0 auto;
width: 468px;
height: 60px;
background-color: #eee;
}

.bigbanner{
margin: 0 auto;
width: 728px;
height: 60px;
background-color: #eee;
}

.button150{
margin: 0 auto;
width: 150px;
height: 150px;
background-color: #eee;
}

.halftower{
margin: 0 auto;
width: 120px;
height: 284px;
background-color: #eee;
}

#content .ebayad img{
position: relative;
border: none;
margin: 0px;
padding: 0px;
}
