/* --------------- Einstellung für alle Elemente ---------------*/
/* --------------- Ebay-Auktionsvorlage by FLi.de --------------*/
html * { 
			margin: 0; 
			padding:0; 
		}

body {
	background-color:#ffffff;
	text-align: center;
	font-size: 95%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}


#outboxheader {
	background: #000000 url(bg_top.jpg) no-repeat;
	width: 1014px;
	height: 200px;
	margin:0;
	vertical-align: middle;
	text-align: center;
	border:2px solid #000000;
	-moz-border-radius-topleft:12px; /* Fuer Firefox */
	-webkit-border-top-left-radius:12px; /* Fuer Webkit */
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px
}
#outboxcontent {
	background: #ffffff;
	width: 1014px;
	margin:0;
	vertical-align: middle;
	text-align: center;
	border:2px solid #000000;
	-moz-border-radius-bottomleft:7px; /* FuerFirefox */
	-webkit-border-bottom-left-radius:7px; /* FuerWebkit */
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px
}
/* --------------- Header ---------------*/
#cheader {
	width:100%;
	height: 250px;
	background: url(bg_page.jpg) left bottom repeat-x;
	text-align: center;
}
#header {
	width: 850px;
	height: 250px;
	margin: 0px auto 0px auto;
	background: url(bg_header.jpg) left bottom no-repeat;
	text-align: left;
	overflow: hidden;
}
#header #logo{
	float: left;
	margin: 10px 0px 0px 0px;
	width: 200px;
	height: 150px;
}

#header #hm{
	float: left;
	width: 560px;
	margin: 0px 0px 0px 40px;
	height: 108px;
}
#header #hm ul{
	list-style-type: none;
}
#header #hm ul li{
	list-style-type: none;
	float: left;
}
#header #hm ul li a{
	display: block;
	float: left;
	width: 108px;
	height: 90px;
	padding: 14px 0px 0px 0px;
	background: url(bg_menu.png) left top no-repeat;
	text-decoration: none;
	text-align: center;
	color: white;
}
#header #hm ul li a:hover,
#header #hm ul li a:hover.active,
#header #hm ul li a.active{
	height: 30px;
	padding: 78px 0px 0px 0px;
	background: url(bg_menu_active.png) left top no-repeat;
}

/* --------------- Page ---------------*/
#page {
	width:100%;
	text-align: center;
}
#ccontent {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}
#cleftmenue {
	clear: left;
	float: left;
	width: 200px;
	height: 1500px;
	background-color: black;
}
/* --------------- leftmenue ---------------*/
#leftmenue {
	clear: left;
	float: left;
	width: 173px;
	height: 100%;
	margin: 30px 0px 0px 20px;
	font-size: 82.50%;
}
#leftmenue h2{
	margin: 0px 0px 5px 0px;
	font-size: 120%;
	font-weight: bold;
	color: #f66706;
	text-transform: uppercase;
}
#leftmenue a{
	color: #ccc;
}
#leftmenue ul{
	margin: 0px 0px 30px 0px;
	list-style-type: none;
}
#leftmenue ul li{
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(pointer01.gif) left 3px no-repeat;
}
#leftmenue ul li a{
	text-decoration: none;
}
#leftmenue ul li a:hover.active,
#leftmenue ul li a.active{
	color: #f66706;
}
#leftmenue div.news{
	margin: 0px 0px 30px 0px;
	line-height: 1.5em;
	color: #cccccc;
}

/* --------------- content ---------------*/
#content {
   text-align: justify;
	float: left;
	width: 580px;
	margin: 25px 0px 10px 33px;

}
#content h1{
	margin: 0px 0px 1em 0px;
	font-size: 170%;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
#content h2{
	margin: 0px 0px 1em 0px;
	font-size: 150.00%;
	font-weight: normal;
	color: #e66006;
}
#content .infoline {
	color: red;
	font: bolder;
	font-size: 110%;
}
#content p{
	margin: 0px 0px 2em 0px;
}
#content a{
	color: #f66706;
}

/* --------------- footer ---------------*/
#cfooter {
	width:100%;
	height: 225px;
	background-color: #000000;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	text-align: justify;
	color: #cccccc;
	background: #000000 url(footer-image.png) no-repeat left;
}
#footer {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align:center;

}
#rfooter {
	width:100px;
	height: 225px;
	float: right;
   z-index:-1;
	background: url(rfooter-image.png) no-repeat right;
}
#FLi {
	float: right;
	margin: 16px 0px 0px 0px;
	font-size: 10px;
	color: #999;
}
#FLi a{
	color: #999;
}

/* --------------- Formulare ---------------*/
#content form {
	clear: left;
	line-height: normal;
	width: 360px;
}
#content label {
	clear: left;
	float: left;
	margin: 10px 0px 0px 0px;
}
#content label.plabel {
	font-weight: bold;
}
#content input,
#content select,
#content textarea {
	clear: left;
	float: left;
	width: 360px;
}
#content input.submit {
	width: auto;
	float: right;
	margin: 10px 0px 0px 0px;
}
#content input.reset {
	width: auto;
	margin: 10px 0px 0px 0px;
}


.bildposition
{
position:absolute; top:-15px; left:-15px; 
      z-index:1;}
      
.bilderbox {
width: 600px;
}
      
.bildhover img{
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 0.9; /*initial opacity of images*/
margin: 0 10px 5px 0; /*margin between images*/
width: 100%; max-width: 525px;
height: 100%; max-height: 650px;
}

.bildhover img:hover{
-webkit-transform:scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.4); /*Mozilla scale version*/
-o-transform:scale(1.4); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}

.bildschatten {
 background: url(bildschatten.png) no-repeat bottom left;
 padding: 4px 7px 17px 7px;
}