@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}
html,body{
	padding:0;
	margin:0;
	background: #000000;
	color:#FFFFFF;
	font-size:14px;
	font-style:lighter;
	font-family:"Helvetica",Arial, sans-serif;
}

img{
	border:0;
}

/* Normal Content Text*/
p { font-size: 14px; line-height: 18px; margin: 0px;color:#ffffff; font-family:"Helvetica",Arial, sans-serif; font-weight:lighter;text-align:left;}
p a{color: #8cc8eb;text-decoration: none;font-size: 14px;}
p a:visited {color: #8cc8eb;text-decoration: none;font-size: 14px;}
p a:hover {color: #8cc8eb;text-decoration: none;font-size: 14px;}

h1{
	text-align:left;
	font-size:30px;
	color:#8cc8eb;
	font-style:lighter;
	font-family:"Helvetica",Arial, sans-serif;
	margin-top:20px;margin-bottom:20px;
}

h2{
	text-align:left;
	font-size:24px;
	color:#FFFFFF;
	font-style:lighter;
	font-family:"Helvetica",Arial, sans-serif;
	margin-top:20px;margin-bottom:20px;
}

h3{
	font-size:14px;
	color:#FFFFFF;
	font-style:lighter;
	font-family:"Helvetica",Arial, sans-serif;
	margin-top:20px;margin-bottom:20px;
}

h4{
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:"Helvetica",Arial, sans-serif;
}

h5{
	text-align:left;
	margin-top:10px;
	font-size:9px;
	line-height:11px;
 	color:#7f7e7e;
 	font-family:"Helvetica",Arial, sans-serif;
 	font-weight:lighter;
}

h5 a{
	color: #c8c8c8;
	text-decoration: none;
}

h5 a:hover{
	color: #c8c8c8;
	text-decoration: none;
}

h5 a:visited{
	color: #c8c8c8;
	text-decoration: none;
}

h6{
	text-align:left;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	color:#ffffff;
	font-family:"Helvetica",Arial, sans-serif; 
	font-weight:lighter;
	text-align:left;
}

h6 a{
	color: #ffffff;
	text-decoration: none;
}
h6 a:visited {
	color: #ffffff;
	text-decoration: none;
}

h6 a {
	color: #c3c3c3;text-decoration: none;
}


ul{
	text-align:left;
	padding:0px;
	margin:0px;
	padding-left:30px;
	padding-top:8px;
	list-style:url(../img/check_trans.png);
}


li{
	text-align:left;
	font-size:14px;
	color:#ebe58d;
	font-family:"Helvetica",Arial, sans-serif;
}

/* Site Main*/
#page{
	width:100%;
}

/* Site Content*/
#wrap{
	width:835px;
	margin:0px auto;
	margin-top:30px;
}

#content{
	width:100%;o
}

#logo{
	background:url(../img/toplogo.png) no-repeat;
}

#ebaylogo{
	margin-left:780px;
	background:url(../img/compatible.jpg) no-repeat;
	width:132px;
	height:108px;
}

#inhalt{
	padding-top:90px;
}

#featurebox{
	margin-top:15px;
	margin-right:20px;
	float:left;
	width:271px;
	height:91px;
	background:url(../img/featuresbox.png) no-repeat;
}

#functions{
	margin-left:50px;
	margin-top:0px;
	float:left;
	width:111px;
	height:151px;
	background:url(../img/functions.jpg) no-repeat;
}

#seperator{
	margin:0px;
	padding:0px;
	width:100%;
	height:3px;
	border-top:1px solid #818181;margin-bottom:3px;
}

#searchfield{
	border:0;
	padding-top:10px;
	padding-left:15px;
	margin-left:15px;
	font-size:12px;
	color:#FFFFFF;
	font-family:"Helvetica",Arial, sans-serif;
	background:url(../img/searchfield.png) no-repeat;
	width:208px;
	height:35px;
}

#generatebutton{
	border:0;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:10px;
	background:url(../img/btn_create_gallery.jpg) no-repeat;
	width:174px;
	height:27px;
}

#copyhtmlbutton{
	border:0;
	margin-top:20px;
	margin-bottom:30px;
	background:url(../img/btn_copy_html.jpg) no-repeat;
	width:174px;
	height:27px;
}

#gallery{
	padding-top:20px;
	padding-bottom:0px;
}

#htmltext{
	overflow:hidden;
	border:0;
	margin-top:15px;
	padding-left:10px;
	padding-top:10px;
	background:url(../img/htmltext.png) no-repeat;
	font-size:14px;
	color:#999999;
	font-family:"Helvetica",Arial, sans-serif;
	width:836px;
	height:234px;
}

#breadcrumb{
    font-family:"Helvetica",Arial, sans-serif;
	font-size:10px;
	color:#c8c8c8;
	float:left;
	margin-top:3px;
}

#breadcrumb a{
	background:url(../img/arrow.jpg) no-repeat 0px 0px; background-position:left;
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
	color:#c8c8c8;
	text-decoration:none;
	font-weight:normal;
}

#breadcrumb a:hover{
	color: #ffffff;text-decoration: none;
}

#mail_btn{
	float:right;
	width:14px;
	height:15px;
	padding-top:3px;

}
#mail{
	
	display:block;
	width:14px;
	height:9px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#footer{
	margin-top:40px;
}


