/*
						Stylesheet CSS 04/2007
						eBay-layout el-osa-werkzeug
						
						auctionsdesign, eBay Layout
						http://www.auctionsdesign.de
						info@auctionsdesign.de
						
						Copyright 2007 auctionsdesign
						Author: Adam Lukasik						   
*/

/**-------------------------------------STANDARTS---------------------------------------**/
img {
			border:0px;
}
body {
			margin: 0px;
			padding:0px;
}
a:visit, a:active {
			color:#FFFFFF;
}
table, tr, td {
			font-family:Tahoma, Verdana, Arial;
			font-size:11px;
}
form {
			display: inline;
			font-size:10px;
}
input {
			font-size:10px;
			color:#333333;
			border:1px solid #333333;
			background-color:#FFFFFF;
}
span { /*  Kleine Schrift rechtliches etc. */
			font-size:9px;
			color:#888888;
			font-weight:normal;
}
p {
			padding:0px 0px 5px 0px;
			margin:0px;
}
/**-------------------------------------SPECIALS---------------------------------------**/
.links a{
			color:#999999;
}
.links a:hover{
			color:#333333;
}
.top_f {
			background:url(../images/top_f.gif) no-repeat;
			width:878px;
			height:4px;
}
.middle_f {
			background:url(../images/middle_f.gif) repeat-y;
			width:878px;
			height:1px;
}
.bottom_f {
			background:url(../images/bottom_f.gif) no-repeat;
			width:878px;
			height:4px;
}
.top{
			background:url(../images/top.gif) no-repeat;
			width:637px;
			height:4px;
}
.middle{
			background:url(../images/middle.gif) repeat-y;
			width:637px;
			height:1px;
}
.bottom{
			background:url(../images/bottom.gif) no-repeat;
			width:208px;
			height:4px;
}
ul{
			margin:0px; 
			padding:0px; 
			list-style:none; 
			line-height:14px;
}
ul li{ 
			width:230px; 
			height:23px; 
			background:url(../images/list_marker.gif) no-repeat left top;
}
.list ul li a{ 
			color:#ffffff; 
			margin-left:15px; 
			font-size:11px; 
			text-decoration:none; 
			font-weight:bold;

}
ul li a:hover{ 
			font-weight:normal;
			color:#ffed00; 
			margin-left:15px; 
			font-size:11px; 
			text-decoration:none;
			font-weight:bold;
}
.tabelle {
			border:1px solid #888888; 
			border-collapse:collapse;
}
.mainmenu{
			padding:0;
			margin:0;
}
/**-------------------------------------RECHTLICHES---------------------------------------**/
.menue a {
			color:#3664ff;
			font-size:13px;
			vertical-align:middle;
			text-decoration:none;
			line-height:30px;
			display:block;
			font-weight:bold;
}
.menue a:hover {
			color:#CCCCCC;
}
.menue a:active {
			color:#CCCCCC;
}
/**-------------------------------------Texte---------------------------------------**/
p { /*berschrift_text*/
			font-size:13px;
			color:#333333;
			font-weight:bold;
			text-align:left;
}
.text_fett {
			font-size:11px;
			color:#3664ff;
			font-weight:bold;
}
.text {
			font-size:11px;
			color:#3664ff;
			font-weight:normal;
}
.text_specials {
			font-size:11px;
			color:#ffed00;
			font-weight:bold;
}
.uschrift{ 
			color:#333333;  
			font-size:13px;
			line-height:38px;
			font-weight:bold;
			
}
.box {
			color:#333333;
			font-weight:bold;
			font-size:11px;
}
.klein a { /*  Kleine Schrift Link */
			font-size:9px;
			color:#888888;
			font-weight:bold;
}
.klein a:hover { /*  Kleine Schrift Link */
			font-size:9px;
			color:#333333;
			font-weight:bold;
}
