/*

eazyauction Site 
Powered by JTL-Software: www.jtl-software
Design by: www.modi-art.de

*/

/* Wichtige Farben
Hellgelb: 			#ffba00;
Orange (Links)		#ff7200
dunkelgrau:		#303030
*/

/* Abstände auf Null setzen und weitere Formatierungen */
html, body, div, p, h1, h2, h3, ul, li, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   border: none;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body, html {
	background-image:url(gfx/body_bg.jpg); 
	background-repeat:repeat-x; 
	background-position: top; 
	font-size: 12px;
	line-height: 15px;
	color: #303030;
}

/* Allgemein gültige Formatierungen */

a {
   color: #ff7200;
   text-decoration: underline;
   font-weight: bold;
}

a:hover {
	color: #ffba00;
}

a.lvl1 {
	
}

a.lvl2 {
	padding-left:13px;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
   font-size: 18px;
   line-height: 20px;
   color: #303030;
   margin: 10px 0px 18px 0px;
   font-weight: bold;
}

h2 {
   font-size: 14px;
   line-height: 14px;
   color: #ffba00;
   margin: 10px 0px 10px 0px;
   font-weight: bold;
}

h3 {
   font-size: 13px;
   line-height: 14px;
   color: #303030;
   margin: 10px 0px 10px 0px;
   font-weight: bold;
}

p, ul {
   font-size: 13px;
   line-height: 14px;
   color: #666;
   margin: 10px 0px 10px 0px;
}

/* ***************************** SEKTIONEN ******************************* */
* html #wrapper { height: 400px; } 	/* min-height hack für den ie */
.wrapper {
	width:980px; 
	margin:0px auto 0px auto; 
	min-height: 400px;
}

#links {
	border: 1px solid #ffba00;
	padding: 10px;
	background-color: #fffae8;
	margin: 8px 18px 8px 8px;
	width: 180px;
	font-size: 11px;
	float:left;
}

#header {
	height: 90px;
	background-image:url(gfx/header_bg.jpg); 
	background-repeat:no-repeat; 
	background-position: top right; 
	font-size: 11px;
}

#header .logo {
	float: left;
}

#header .languages {
	float: right;
	width: 400px;
	text-align: right;
	right: 20px;
	margin-top: 20px;
}

#header .languages a {
	margin-left: 2px;
}

#content {
	padding: 20px 10px 10px 10px;
	background-image:url(gfx/content_top_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
	background-color: #fff;
	
}

#content .text {
	padding: 0px 10px 0px 10px;
	float: left; 
	width: 710px;
}

#content .process {
	float: right; 
	width: 400px;
	margin-top: 10px;
}

#content .process .selected, #content .process .normal  {
	width: 100px;
	background-repeat: no-repeat; 
	background-position: 31px 0px ; 
	float: left;
	padding-top: 40px;
	text-align: center;
}

#content .process .normal {

	background-image:url(gfx/marble_normal.jpg); 
	color: #898989;
}

#content .process .selected {
	background-image:url(gfx/marble_selected.jpg); 
	color: #ffba00;
}

#content .yellow_box {
	border: 1px solid #ffba00;
	padding: 10px;
	background-color: #fffae8;
	margin: 10px 0px 10px 0px;
	width: 700px;
}

#content table.yellow_box {
	width: 720px;
	border-collapse: collapse;
	border: 0px;
	border-spacing:0px;;
	padding: 0px;
}

#content table.yellow_box td {
	border: 1px solid #ffba00;
	margin: 0;
	padding: 4px;
	background-color: #fffae8;
	
}

#content table.yellow_box .heading td {
	background-color: #ffba00;
	font-weight: bold;
	text-align: center;
}

#content .yellow_box_summary {
	border: 1px solid #ffba00;
	padding: 10px;
	background-color: #fffae8;
	margin: 10px 0px 10px 0px;
	width: 700px;
}

#content table.yellow_box_summary {
	width: 720px;
	border-collapse: collapse;
	border: 0px;
	border-spacing:0px;;
	padding: 0px;
}

#content table.yellow_box_summary td {
	border: 1px solid #ffba00;
	margin: 0;
	padding: 1px;
	background-color: #fffae8;
	
}

#content table.yellow_box_summary .heading td {
	background-color: #ffba00;
	font-weight: bold;
	text-align: center;
}

#content table.yellow_box input {
	background-image:url(gfx/input_bg.gif); 
	background-repeat: repeat-x; 
	background-position: top; 
	border: 1px solid #ffba00;
}



.weiter_box {
	background-image:url(gfx/weiter_box_bg.gif); 
	background-repeat: no-repeat; 

	width: 200px;
	height: 40px;
	padding: 8px;
	text-align: center;
	margin-top: 20px;
	float: left;
	margin-right: 20px;
}

.weiter_box input {
	font-weight: bold;
	margin: 0;
	padding: 2px;
	width: 160px;
}


#footer {
	clear: both;
	height: 120px;
	background-image:url(gfx/footer_bg.gif); 
	background-repeat:repeat-x; 
	background-position: top; 
	text-align: center;
	
	
}

#footer p {
	padding-top: 20px;
	font-size: 11px;
	color: #898989;
}

#footer p a {
	color: #ff7200;
	text-decoration: none;
	font-weight: normal;
}

#footer p a:hover {
	text-decoration: underline;
}

