/******************************************************************************/
/* ### General ### */
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #545454;
    background-image: url("/img/sprites/sprite_top.png");
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
}
a {
    color: #fff;
    text-decoration: none;
}
a img {
    border: none;
}
ul, li, div, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}
div {
    border: 0px solid black;
}
input[type="submit"],
input[type="button"] {
    background-color: #EFAA3E;
    border: 1px dotted #E28800;
    padding: 2px;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    border: 1px solid #E28800;
    color: #FFFFFF;
}

input[type="submit"].decent,
input[type="button"].decent {
    background-color: #DDDDDD;
    border: 1px dotted #666666;
    padding: 2px;
    cursor: pointer;
}
input[type="submit"]:hover.decent,
input[type="button"]:hover.decent {
    border: 1px solid #666666;
    color: #000000;
}

.center {
    padding: 0px;
    margin: 0px auto;
    width: 937px;
    text-align: left;
}
.clearer {
    clear: both;
    margin: 0px;
    padding: 0px;
}
.col {
    float: left;
}
.row {
    clear: both;
}
.spacer {
    margin-bottom: 35px;
}
.content_left {
    float: left;
}
.content_right {
    float: right;
}
/******************************************************************************/

/******************************************************************************/
/* ### Top user information ### */
#top_user_information {
	font-size: 14px;
	padding: 10px 60px 10px 60px;
	background-color: #EFAA3E;
	text-align: center;
	color: #FFF;
	font-weight: 600;
}
#top_user_information_infotext {
	width: 1030px;
	margin: 0px auto;
}
#top_user_information_close {
	width: 12px;
	float: right;
}
#top_user_information_infotext a {
	text-decoration: underline;
}
#top_user_information_infotext a:hover {
	color: #4D4D4D;
}
/******************************************************************************/

/******************************************************************************/
/* ### Head ### */
#head_wrapper {
    width: 100%;
    height: 109px;
    background-image: url("/img/sprites/sprite_header.png");
}
#head {
    height: 109px;
    width: 1180px;
}
#head #logo {
    width: 1000px;
    height: 104px;
    background-image: url("/img/auvo_logo_glow.png");
    background-repeat: no-repeat;
}
#head #logo #nav_logo {
    position: relative;
    left: 158px;
    top: 29px;
    height: 65px;
    width: 123px;
    display: block;
    text-indent: -2000px;
}
/******************************************************************************/


/******************************************************************************/
/* ### Navigation ### */
#head #nav {
    position: relative;
    width: 755px;
    bottom: 56px;
    left: 369px;
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
}
#head ul#nav {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#head ul#nav li {
    float: left;
    margin-right: 36px;
}
#head ul#nav li.active {
    font-weight: 700;
    border-bottom: 3px solid #CEFF7F;
}
#head #nav a {
    color: #fff;
    text-decoration: none;
}
#head #nav a:hover {
    color: #fff;
    border-bottom: 3px solid #CEFF7F;
}
#head #nav a:active {
    color: #fff;
}
#head #login_nav {
    position: relative;
    width: 210px;
    bottom: 125px;
    left: 856px;
    font-size: 15px;
    color: #FFF;
    font-weight: 300;
    word-spacing: 5px;
}
#head #login_nav_logged_in {
    font-size: 11px;
    font-weight: 400;
    text-align: right;
}
#head #login_nav_logged_in a {
    color: #EFAA3E;
}
#head #login_nav_logged_in a:hover {
    text-decoration: underline;
}
#head #login_nav #head_login {
    font-weight: 700;
}
#head #login_nav #head_register {
    font-weight: 700;
    color: #EFAA3E;
}
#head #login_nav a:hover {
    text-decoration: underline;
}
#breadcrumb {
    font-size: 10px;
    font-weight: 600;
    width: 800px;
    height: 7px;
    position: relative;
    top: -14px;
}
#breadcrumb a {
    color: #545454;
    text-decoration: underline;
}
#breadcrumb a:hover {
    color: #EFAA3E;
    text-decoration: underline;
}
#breadcrumb #bc_hl {
    padding-right: 10px;
}
#breadcrumb .bc_spacer {
    padding-left: 2px;
    padding-right: 2px;
}
/******************************************************************************/


/******************************************************************************/
/* ### Top ### */
#top_wrapper {
    width: 100%;
    height: 128px;
}
#top {
    width: 1180px;
    text-align: center;
}
#top h1 {
    color: #4D4D4D;
    letter-spacing: -0.2px;
    position: relative;
    bottom: 5px;
}
#top h1 strong {
    font-weight: 600;
}
#top_ad {
    margin: 10px auto 0;
}

/***** Seperator top *****/
#seperator_top_wrapper {
    background-image: url("/img/sprites/sprite_brown_2.png");
    margin-bottom: 30px;
}
#seperator_top_bg_top {
    height: 20px;
    background-image: url("/img/sprites/sprite_brown_1.png");
}
#seperator_top_bg_bottom {
    height: 45px;
    background-image: url("/img/sprites/sprite_brown_3.png");
}


/***** Seperator bottom *****/
#seperator_bottom_wrapper {
    background-image: url("/img/sprites/sprite_grey_2.png");
    margin-top: 30px;
}
#seperator_bottom_bg_top {
    height: 45px;
    background-image: url("/img/sprites/sprite_grey_1.png");
}
#seperator_bottom_bg_bottom {
    height: 45px;
    background-image: url("/img/sprites/sprite_grey_3.png");
}


/***** Content *****/
#content {
    min-height: 200px;
}

/******************************************************************************/


/******************************************************************************/
/* ### Footer ### */
#footer_wrapper {
    height: 357px;
    background-image: url("/img/sprites/sprite_footer.png");
}
#footer {
    font-size: 14px;
}
#footer .hl {
    color: #E6E6E6;
    font-size: 16px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 10px;
}
#footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#footer .col1 {
    width: 220px;
}
#footer .col2 {
    width: 485px;
    margin-right: 55px;
}
#footer .col3 {
    width: 140px;
}
#footer #about a {
    color: #EFAA3E;
}
#footer #about a:hover {
    text-decoration: underline;
}
#footer #copyright {
    margin-top: 54px;
    color: #5C5C5C;
}
#footer #categories li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
#footer #categories a {
    color: #A8A8A8;
    text-decoration: underline;
}
#footer #categories a:hover {
    color: #E6E6E6;
}
#footer #sm {
    margin-top: 75px;
}
#footer #sm_imgs img {
    margin-right: 15px;
}
#footer #external_services {
    margin-top: 32px;
    color: #A8A8A8;
}
#footer #external_services .highlight {
    color: #E6E6E6;
    font-weight: 600;
}
#footer #external_services a {
    color: #EFAA3E;
}
#footer #external_services a:hover {
    text-decoration: underline;
}
/******************************************************************************/


/******************************************************************************/
/* ### Information box ### */
.user_information {
    border: 1px dashed #AAA690;
    padding: 20px 20px 20px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(/img/buttons/information.png) no-repeat 5px 5px;
    background-color: #FFFFFF;
}
.user_information a {
    color: #EFAA3E;
    font-weight: 700;
}
.user_information strong {
    font-weight: 600;
}
/******************************************************************************/


/******************************************************************************/
/* ### Standard box ### */
.standard_box {
    background-color: #FFFFFF;
    border: 1px dashed #AAA690;
    padding: 20px;
}
.standard_box h2 {
    margin-bottom: 15px;
}
.standard_box a {
    color: #EFAA3E;
    font-weight: 700;
}
.standard_box a:hover {
    text-decoration: underline;
}
/******************************************************************************/


/******************************************************************************/
/* ### Slider ### */
#vertical_slide {
    margin-top: 15px;
}
#vertical_slide ul {
    margin-left: 25px;
    list-style-type: square;
}
#vertical_slide ul li {
    padding-top: 5px;
}
/******************************************************************************/


/******************************************************************************/
/* ### Editor ### */
.auvo_editor input[type="text"] {
    width: 400px;
}
.auvo_editor input[type="submit"] {
    width: 100px;
}
.auvo_editor textarea {
    width: 100%;
    height: 700px;
}
.auvo_editor p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.auvo_editor_output textarea {
    width: 100%;
    height: 700px;
    background-color: #FFFFFF;
    border: 2px solid #45732E;
}

#editor_output .controls {
    margin-bottom: 10px;
}
#editor_output .controls #register,
#editor_output .controls #finish {
    float: right;
}
/******************************************************************************/


/*############################################################################*/
/*#*/
/***** Startpage *****/
body#index #top_wrapper {
    height: 88px;
}
body#index #start_ad {
	width: 	728px;
	height: 95px;
	margin: auto;
}
/*** Sell online ***/
body#index #seperator_top {
    height: 588px;
}
#sell_online {
    font-family: 'Patrick Hand', cursive;
    font-size: 32px;
    height: 500px;
}
#sell_online h2 {
    width: 905px;
    height: 44px;
    background-image: url("/img/want_sell_online.png");
    text-indent: -2000px;
    margin-left: 10px;
    margin-top: 14px;
    margin-bottom: 20px;
}
#sell_online h3 {
    font-size: 28px;
}
#sell_online #step_use {
    position: relative;
    left: 165px;
    top: 1px;
    z-index: 2;
}
#sell_online #step_benefits {
    position: relative;
    left: 400px;
    top: 1px;
}
#sell_online #step_benefits_underline {
    width: 195px;
    height: 9px;
    position: relative;
    left: 211px;
    top: 13px;
}
#sell_online #img_auction_template {
    position: relative;
    top: -62px;
    left: -20px;
    width: 322px;
    height: 324px;
    z-index: 1;
}
#sell_online #step_auction_template a {
    position: relative;
    left: 52px;
    top: 39px;
    color: #732E38;
    font-weight: 400;
    z-index: 2;
}
#sell_online #step_and {
    position: relative;
    left: -32px;
    top: 134px;
    font-size: 30px;
    z-index: 2;
}
#sell_online #img_auction_gallerie {
    position: relative;
    top: -62px;
    left: -44px;
    width: 322px;
    height: 324px;
    z-index: 1;
}
#sell_online #step_image_gallery a {
    position: relative;
    left: 47px;
    top: 39px;
    color: #547799;
    font-weight: 400;
    z-index: 2;
}
#sell_online #advantages {
    list-style-image: url("/img/benefit_check_mark.png");
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    position: relative;
    right: 20px;
    top: 6px;
    margin-top: 16px;
    margin-left: 49px;
}
#sell_online #advantages li {
    padding-left: 10px;
}
#sell_online #advantages li span {
    position: relative;
    bottom: 7px;
}
#sell_online #arrows {
    margin-top:18px;
    margin-left: 30px;
}
#sell_online #arrows img {
    padding-right: 20px;
}
#sell_online #step_highlight {
    position: relative;
    bottom: 56px;
    left: 25px;
}
#sell_online #img_highlight {
    position: relative;
    bottom: 49px;
    left: 42px;
}
#sell_online #gogogo {
    position: relative;
    bottom: 81px;
    left: 65px;
}
#sell_online #without_registration {
    background-image: url("/img/without_registration.png");
    width: 199px;
    height: 31px;
    text-indent: -2000px;
    position: relative;
    bottom: 74px;
    left: 687px;
}


/*** Three steps ***/
#three_steps {
    text-align: center;
    height: 392px;
}
#three_steps h2#easy_auvo {
    font-family: 'Patrick Hand', cursive;
    font-size: 39px;
    font-weight: 400;
    position: relative;
    bottom: 19px;
}
#three_steps #easy_auvo_underline {
    position:relative;
    top: 28px;
}
#three_steps #steps {
    position: relative;
    width: 960px;
    top: 7px;
    right: 10px;
}
#three_steps .step {
    float: left;
    margin-right: 12px;
    width: 308px;
    height: 308px;
}
#three_steps .step_img {
    width: 308px;
    height: 315px;
}
#three_steps h3 {
    font-family: 'Patrick Hand', cursive;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    bottom: 173px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#three_steps #step_one h3,
#three_steps #step_one h3 a {
    color: #732E38;
}
#three_steps #step_two h3,
#three_steps #step_two h3 a {
    color: #547799;
    bottom: 177px;
}
#three_steps #step_three h3,
#three_steps #step_three h3 a {
    color: #45732E;
}
#three_steps p {
    width: 270px;
    position: relative;
    bottom: 181px;
    left: 19px;
}
#three_steps #step_two p {
    bottom: 186px;
}
#three_steps p a {
    color: #545454;
}


/*** Designer ***/
#designer {
    font-family: 'Patrick Hand', cursive;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #404040;
    height: 275px;
}
#designer h2#are_you_designer {
    text-indent: -2000px;
    background-image: url("/img/are_you_designer.png");
    width: 462px;
    height: 46px;
    position: relative;
    right: 6px;
    bottom: 7px;
}
#designer #designer_text {
    position: relative;
    bottom: 65px;
}
#designer .col1 {
    width: 200px;
}
#designer .col2 {
    width: 445px;
}
#designer .col3 {
    width: 275px;
}
#designer #follow_line {
    position: relative;
    left: 20px;
    top: 54px;
    line-height: 38px;
}
#designer #share_designs {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    position: relative;
    left: 54px;
    top: 56px;
}
#designer #be_part {
    position: relative;
    left: 15px;
    bottom: 13px;
}
#designer #designer_arrow_down {
    position: relative;
    bottom: 58px;
    left: 150px;
}
#designer #designer_register {
    position: relative;
    top: 17px;
    left: 26px;
}
#designer #designer_arrow_dashed {
    position: relative;
    bottom: 52px;
    left: 49px;
}
/*#*/
/*############################################################################*/


/*############################################################################*/
/*#*/
/***** Auction template overview/usage/output *****/
.auction_template_steps {
    text-align: center;
    height: 220px;
}
.auction_template_steps #underline {
    position: relative;
    bottom: 10px;
}
.auction_template_steps h1 {
    font-family: 'Patrick Hand',cursive;
    font-weight: 400;
    font-size: 39px;
    position: relative;
    z-index: 2;
}
.auction_template_steps #simple_steps {
    width: 470px;
    text-align: center;
    margin-top: 15px;
}
.auction_template_steps h2 {
    font-family: 'Patrick Hand',cursive;
    font-weight: 400;
    font-size: 28px;
}
.auction_template_steps #simple_steps .steps {
    float: left;
}
.auction_template_steps #simple_steps .steps img {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 6px;
}
.auction_template_steps #step_2,
.auction_template_steps #step_3 {
    margin-left: 20px;
}
.auction_template_steps h2 {
    text-indent: -2000px;
}
.auction_template_steps .box_big {
    background-image: url("/img/box_215.png");
    width: 215px;
    height: 223px;
}
.auction_template_steps .box_small {
    background-image: url("/img/box_141.png");
    width: 141px;
    height: 135px;
}

.auction_template_steps .check {
    position: relative;
    float: left;
}
.auction_template_steps #check_1 {
    bottom: 45px;
    left: 94px;
}
.auction_template_steps #check_2 {
    bottom: 45px;
    left: 237px;
}


.steps_boheader_red {
    background-color: #FFFFFF;
    font-family: 'Patrick Hand',cursive;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    border: none;
    padding: 4px;
    text-align: center;
    width: 230px;
       color: #732E38;
    border: 1px dashed #732E38;
}
.steps_boheader_blue {
    background-color: #FFFFFF;
    font-family: 'Patrick Hand',cursive;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    border: none;
    padding: 4px;
    text-align: center;
    width: 230px;
       color: #547799;
    border: 1px dashed #547799;
}
.steps_boheader_green {
    background-color: #FFFFFF;
    font-family: 'Patrick Hand',cursive;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    border: none;
    padding: 4px;
    text-align: center;
    width: 230px;
       color: #45732E;
    border: 1px dashed #45732E;
}
.steps_boheader_grey {
    background-color: #FFFFFF;
    font-family: 'Patrick Hand',cursive;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    border: none;
    padding: 4px;
    text-align: center;
    width: 230px;
       color: #8E8E8E;
    border: 1px dashed #8E8E8E;
}


/******************************************************************************/
/* ### Filterbox ### */
#filter_box {
    background-color: #F5F5F5;
    border: 1px dashed #AAA690;
    height: 50px;
    width: 805px;
}
#filter_box .filter_block {
    float: left;
    margin-top: 15px;
}
#filter_box .filter_block label {
    font-weight: bold;
    font-size: 13px;
    padding-right: 10px;
}
#filter_box #block1 {
    margin-left: 20px;
}
#filter_box #block2 {
    margin-left: 40px;
}
#filter_box #block3 {
    float: right;
    margin-right: 30px;
}
/******************************************************************************/

/******************************************************************************/
/* ### AuktionsvorlagenListe ### */
#auction_template_list {
    width: 805px;
    margin-bottom: 20px;
}
#auction_template_list .auction_template_row {
    margin-top: 15px;
}
#auction_template_list .auction_template_img {
    float: left;
    border: 1px dotted #D4D4D4;
    width: 188px;
    height: 98px;
    margin-top: 15px;
    margin-right: 15px;
}
#auction_template_list .last {
    margin-right: 0px;
}
#auction_template_list img {
    margin: 4px;
    border: none;
}
/******************************************************************************/

/*#*/
/*############################################################################*/


/*############################################################################*/
/*#*/
/***** Auction template preview *****/
body#template_preview {
    background-image: none;
}
body#template_preview a {
    color: inherit;
    font-weight: 600;
}
body#template_preview a:hover {
    text-decoration: underline;
}
/*#*/
/*############################################################################*/


/*############################################################################*/
/*#*/
/***** Auction template usage *****/
#auction_template_editor {
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px dashed #AAA690;
}
#auction_template_editor a {
    color: inherit;
    text-decoration: underline;
}
/*#*/
/*############################################################################*/


/*############################################################################*/
/*#*/
/***** Mein AUVO *****/
#login #content a {
    color: #EFAA3E;
    font-weight: 600;
}
#login #content a:hover {
    text-decoration: underline;
}
#login h1 {
    text-indent: -2000px;
    background-image: url("/img/your_auctions_your_auvo.png");
    width: 696px;
    height: 47px;
    position: relative;
    left: 118px;
    top: 5px;
}
#login_box {
    float: left;
    width: 550px;
}
#fb_login {
    float: right;
    width: 260px;
}

#login_box label {
    display: block;
    width: 	170px;
    float: left;
    margin-top: 5px;
}
#login_box input[type="text"],
#login_box input[type="password"] {
    float: left;
    border: 1px solid #B3D0E8;
    width: 230px;
    background-color: #FFFFA0;
    margin-top: 5px;
}
#login_box input[type="submit"] {
    position: relative;
    top: 10px;
    left: 301px;
    width: 100px;
}

#login_box .help {
    margin-top: 70px;
}
/*############################################################################*/



/*############################################################################*/
/*#*/
/***** Auktionstools *****/
/*** Auction tools ***/
#auction_tools_top {
    font-family: 'Patrick Hand', cursive;
    font-size: 32px;
    height: 427px;
    width: 683px;
}
#auction_tools_top h1 {
    text-indent: -2000px;
    background-image: url("/img/auction_improvement.png");
    width: 682px;
    height: 53px;
    position: relative;
    right: 6px;
    top: 5px;
}
#auction_tools_top #auction_tools_steps {
    position: relative;
    top: 30px;
}
#auction_tools_top h2 {
    font-size: 28px;
}
#auction_tools_top #step_use {
    position: relative;
    left: 165px;
    top: 1px;
    z-index: 2;
}
#auction_tools_top #img_auction_template {
    position: relative;
    top: -62px;
    left: -20px;
    width: 322px;
    height: 324px;
    z-index: 1;
}
#auction_tools_top #step_auction_template a {
    position: relative;
    left: 52px;
    top: 39px;
    color: #732E38;
    font-weight: 400;
    z-index: 2;
}
#auction_tools_top #step_and {
    position: relative;
    left: -14px;
    top: 134px;
    font-size: 30px;
    z-index: 2;
}
#auction_tools_top #img_auction_gallerie {
    position: relative;
    top: -62px;
    left: -10px;
    width: 322px;
    height: 324px;
    z-index: 1;
}
#auction_tools_top #step_image_gallery a {
    position: relative;
    left: 81px;
    top: 39px;
    color: #547799;
    font-weight: 400;
    z-index: 2;
}
#auction_tools #sample h2 {
    position: relative;
    text-align: center;
       font-family: 'Patrick Hand',cursive;
    font-size: 39px;
    font-weight: 400;
    z-index: 2;
    word-spacing: 5px;
}
#auction_tools #underline {
    position: relative;
    bottom: 11px;
}
#auction_tools #pixelio {
    font-size: 12px;
}
#auction_tools #pixelio a {
    color: #EFAA3E;
}
#auction_tools #pixelio a:hover {
    text-decoration: underline;
}
#auction_tools #sample .user_information {
    padding: 40px;
}
/*############################################################################*/


/*############################################################################*/
/*#*/
/***** Registration *****/
#registration h1,
#registration_chk h1 {
    text-indent: -2000px;
    background-image: url("/img/new_auvo_member.png");
    width: 659px;
    height: 42px;
    position: relative;
    left: 139px;
    top: 5px;
}
#registration_box,
#registration_chk_box,
#registration_done_box {
    float: left;
    width: 550px;
}

#registration_box label {
    display: block;
    width: 	200px;
    float: left;
    margin-top: 5px;
}
#registration_box input[type="text"],
#registration_box input[type="password"] {
    float: left;
    border: 1px solid #B3D0E8;
    width: 230px;
    background-color: #FFFFA0;
    margin-top: 5px;
}
#registration_box input[type="submit"] {
    position: relative;
    top: 10px;
    left: 331px;
    width: 100px;
}

#registration_box .help {
    margin-top: 70px;
}

#registration_chk #registration_help,
#registration_done #registration_done_help  {
    float: right;
    width: 260px;
}
#registration_chk .col {
    width: 130px;
}
#registration_chk input[type="submit"] {
    position: relative;
    top: 10px;
    width: 100px;
}

#registration_done h1,
#registration_conf h1 {
    text-indent: -2000px;
    background-image: url("/img/congratulations.png");
    width: 613px;
    height: 52px;
    position: relative;
    left: 162px;
    top: 5px;
}

#registration_done_box input[type="text"] {
	border: 1px solid #B3D0E8;
	width: 425px;
	height: 21px;
    background-color: #FFFFA0;
    margin-top: 5px;
}
/*############################################################################*/


/*############################################################################*/
/*#*/
/***** Forgotten PW *****/
#forgotten_pw h1 {
    text-indent: -2000px;
    background-image: url("/img/happens.png");
    width: 471px;
    height: 42px;
    position: relative;
    left: 227px;
    top: 5px;
}

#forgotten_pw #forgotten_pw_box {
    float: left;
    width: 550px;
}
#forgotten_pw #forgotten_pw_help {
    float: right;
    width: 260px;
}

#forgotten_pw input[type="text"] {
    border: 1px solid #B3D0E8;
    width: 230px;
    background-color: #FFFFA0;
    margin-top: 5px;
    margin-left: 30px;
}
#forgotten_pw input[type="submit"] {
    position: relative;
    width: 176px;
    left: 200px;
}

/*############################################################################*/


/*############################################################################*/
/*#*/
/***** Help *****/
#help h1 {
    text-indent: -2000px;
    background-image: url("/img/i_have_a_question.png");
    width: 626px;
    height: 43px;
    position: relative;
    left: 156px;
    top: 5px;
}
#help #content a {
    color: #EFAA3E;
}
#help #content a:hover {
    text-decoration: underline;
}

#help ul {
    list-style-type: none;
    margin-left: 20px;
}
#help #content ul li {
    margin-top: 5px;
    font-weight: 600;
}
#help #help_answers {
    margin-top: 100px;
}
#help .top {
    font-size: 12px;
}
#help_answers h3 {
    margin-top: 50px;
}
#help_answers p {
    text-align: justify;
}
/*############################################################################*/


/*############################################################################*/
/*#*/
/***** Impressum *****/
#impressum h1 {
    text-indent: -2000px;
    background-image: url("/img/behind_auvo.png");
    width: 627px;
    height: 42px;
    position: relative;
    left: 160px;
    top: 5px;
}

#impressum #impressum_box {
    float: left;
    width: 550px;
}
#impressum #impressum_help_box {
    float: right;
    width: 260px;
}
#impressum #content a {
    color: #EFAA3E;
}
#impressum #content a:hover {
    text-decoration: underline;
}
#impressum_info {
    margin-top: 100px;
}
#impressum_info h2 {
    margin-top: 50px;
}
/*############################################################################*/


/*############################################################################*/
/*#*/
/***** Community *****/
#community h1,
#community_user h1 {
    text-indent: -2000px;
    background-image: url("/img/community_facts.png");
    width: 431px;
    height: 42px;
    position: relative;
    left: 256px;
    top: 5px;
}
#community #stats {
    float: left;
    width: 260px;
    height: 260px;
}
#community #stats .row {
    padding-top: 10px;
}
#community #stats .label {
    width: 175px;
}
#community #stats .value {
    width: 80px;
    text-align: right;
}
#community #ebay_auctions {
    float: right;
    width: 550px;
    height: 260px;
}
#community #top_user,
#community #new_user {
    margin-top: 50px;
}
#community .user_item {
    float: left;
    width: 160px;
    text-align: center;
    overflow: hidden;
    margin-right: 22px;
}
#community #top_user .last,
#community #new_user .last {
    margin-right: 0px;
}
#community .user_item p {
    margin: 2px;
}

#community_user #user_ebay_auctions {
    margin-top: 50px;
    font-size: 14px;
}
#community_user #user_ebay_auctions a {
    color: #EFAA3E;
}
#community_user #user_ebay_auctions a:hover {
    font-weight: 600;
}

#community_user .ebay_auction {
    margin-top: 20px;
    background-color: #FFF;
}
#community_user .ebay_auction img {
    max-width: 100px;
}
#community_user .ebay_auction_item {
    margin-left: 30px;
    vertical-align: top;
}
#community_user .ebay_auction_title {
    margin-left: 30px;
    vertical-align: top;
}
#community_user #user_info {
    width: 300px;
}
#community_user #user_info .column_1 {
    width: 65px;
}
/*############################################################################*/


/*############################################################################*/
/*#*/
/* ### Gallery ### */
#gallery #gallery_content {
    margin-top: 50px;
}
#gallery .gallery_steps {
    text-align: center;
}
#gallery .gallery_steps #underline {
    position: relative;
    bottom: 10px;
}
#gallery .gallery_steps h1 {
    font-family: 'Patrick Hand',cursive;
    font-weight: 400;
    font-size: 39px;
    position: relative;
    z-index: 2;
}
#gallery #gallery_content a {
   color: #EFAA3E;
}
#gallery #gallery_content a:hover {
   text-decoration: underline;
}
#gallery #gallery_content h2 {
    margin-bottom: 25px;
    border-bottom: 1px solid #545454;
}
#gallery #gallery_content .step {
    margin-bottom: 90px;
}
#gallery #gallery_content .user_information {
    margin-top: 30px;
    margin-bottom: 30px;
    position: static;
}
#gallery #gallery_content #auction_images {
    float: left;
    width: 650px;
    padding: 10px;
    border: 1px dashed #AAA690;
    background-color: #FFFFFF;
}
#gallery #gallery_content #auction_images .auction_image {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    border: 1px solid #AAA690;
    cursor: move;
}
#gallery #gallery_content #droppable_container {
    float: right;
    width: 165px;
    padding: 5px;
    border: 1px dashed #AAA690;
    min-height: 400px;
    background-color: #FFFFFF;
}
#gallery #gallery_content #droppable_container .auction_image {
    margin: 10px;
}
#gallery input[type="text"] {
    border: 1px solid #B3D0E8;
    width: 230px;
    background-color: #FFFFA0;
}
/*############################################################################*/


/*############################################################################*/
/*#*/
/* ### AGB ### */
#agb h1 {
    padding-left: 50px;
}
#agb_content {
    padding: 50px;

}
/*############################################################################*/


/*############################################################################*/
/*#*/
/* ### mein AUVO ### */
#mein_auvo h1 {
    text-indent: -2000px;
    background-image: url("/img/deine_schaltzentrale.png");
    width: 536px;
    height: 42px;
    position: relative;
    left: 188px;
    top: 5px;
}
#mein_auvo .content_left {
    width: 180px;
}
#mein_auvo .content_right {
    width: 680px;
}
#mein_auvo .menu {
    padding-top: 0px;
    padding-left: 1px;
    border: 1px dashed #AAA690;
    background-color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
#mein_auvo .menu h3 {
    height: 20px;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #545454;
}
#mein_auvo .menu ul {
    padding-bottom: 5px;
    background-color: #FFF;
}
#mein_auvo .menu li {
    list-style: none;
}
#mein_auvo .menu li a {
    display: block;
    height: 23px;
    padding: 8px 0px 0px 25px;
    text-decoration: none;
    color: #EFAA3E;

}
#mein_auvo .menu li a:hover {
    text-decoration: underline;
    background-color: #B5D2E9;
    color: #545454;
}
#mein_auvo .menu li a.active {
    background-color: #CEFF7F;
    color: #545454;
    border-top: 1px dashed silver;
    border-bottom: 1px dashed silver;
}
#mein_auvo #sm_fb {
	margin-top:25px;
}

/******************************************************************************/
/* ### Tabellenersatz Box ### */
.table {
    width: 550px;
    font-size: 11px;
}

.table img {
    border: 1px solid #666;
}

.table .header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #AAA690;
    border-top: 1px solid #AAA690;
    height: 25px;
}

.table .header h2 {
    padding-top: 2px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}

.table .row_header {
    height: 35px;
    margin-top: 1px;
    background-color: #484848;
    color: #FFF;
    font-weight: bold;
}

.table .row_content {
    height: 70px;
    background-color: #CFCCC5;
    margin-top: 1px;
    float: none;
}
.table .row_content a {
    color: #545454;
    text-decoration: underline;
}
.table .row_content a:hover {
    font-weight: 600;
}
.table .row_footer_1 {
    height: 20px;
    background-color: #484848;
    margin-top: 1px;
}

.table .row_footer_2 {
    height: 15px;
    background-color: #FFFFFF;
    border-top: 1px solid #AAA690;
    border-bottom: 1px solid #AAA690;
    margin-top:1px;
}

.column_0 {
    float: left;
    width: 20px;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.column_1 {
    float: left;
    width: 20px;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.column_2 {
    float: left;
    width: 160px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.column_3 {
    float: left;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.column_4 {
    float: left;
    width: 140px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.column_5 {
    float: right;
    width: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.column_6 {
    float: right;
    width: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.column_5 img {
    border: none;
    padding-left: 3px;
}
/******************************************************************************/

/******************************************************************************/
/* ### Tabellenersatz Box 5-spaltig mein_AUVO ### */
#mein_auvo .table {
    width: 680px;
    padding-bottom: 50px;
}
#mein_auvo .column_1 {
    width: 33px;
}
#mein_auvo .column_2 {
    width: 270px;
}
#mein_auvo .column_3 {
    width: 145px;
}
#mein_auvo .column_4 {
    width: 135px;
}
#mein_auvo .column_5 {
    width: 75px;
    padding-right: 15px;
}
#mein_auvo .column_5 img {
    float: right;
    padding-left: 0px;
    padding-right: 5px;
}
#mein_auvo .table .header h2 {
    float: left;
}
#mein_auvo .table .header .deleted,
#mein_auvo .table .header .new {
    float: right;
}
#mein_auvo .table .header .deleted img,
#mein_auvo .table .header .new img {
    border: none;
    padding-top: 4px;
    padding-right: 10px;
}
#mein_auvo .table .row_header a {
    color: #FFF;
}
#mein_auvo .table .row_header a:hover {
    color: #EEE;
}
#mein_auvo .table .row_header {
    text-align: left;
}
#mein_auvo .table .row_header img.sort {
    border: none;
    padding-left: 10px;
}
#mein_auvo .table .row_content {
    height: 35px;
    text-align: left;
}
#mein_auvo .table .row_footer_2 {
    height: 24px;
}
#mein_auvo .table .row_footer_2 input {
    margin-left: 2px;
}
/******************************************************************************/

/******************************************************************************/
/* ### Tabellenersatz Box 5-spaltig user_auction_text_overview ### */
#user_auction_text_overview .content_center {
    margin-top: 10px;
}
#user_auction_text_overview .table {
    width: 680px;
}
#user_auction_text_overview .column_1 {
    width: 33px;
}
#user_auction_text_overview .column_2 {
    width: 265px;
}
#user_auction_text_overview .column_3 {
    width: 150px;
}
#user_auction_text_overview .column_4 {
    width: 135px;
}
#user_auction_text_overview .column_5 {
    width: 75px;
    padding-right: 15px;
}
#user_auction_text_overview .column_5 img {
    float: right;
    padding-left: 0px;
    padding-right: 5px;
}
#user_auction_text_overview .table .header h2 {
    float: left;
}
#user_auction_text_overview .table .header .deleted {
    float: right;
}
#user_auction_text_overview .table .header .deleted img {
    border: none;
    padding-top: 4px;
    padding-right: 10px;
}
#user_auction_text_overview .table .row_header a {
    color: #FFF;
}
#user_auction_text_overview .table .row_header a:hover {
    color: #EEE;
}
#user_auction_text_overview .table .row_header {
    text-align: left;
}
#user_auction_text_overview .table .row_header img.sort {
    border: none;
    padding-left: 10px;
}
#user_auction_text_overview .table .row_content {
    height: 35px;
    text-align: left;
}
#user_auction_text_overview .table .row_footer_2 {
    height: 24px;
}
#user_auction_text_overview .table .row_footer_2 input {
    margin-left: 2px;
}

#user_auction_text_overview #user_information {
    top: 0px;
}
/******************************************************************************/

/******************************************************************************/
/* ### Tabellenersatz Box 6-spaltig user_images_overview ### */
#user_images_overview .table {
    width: 680px;
}
#user_images_overview #table_editor_insert {
    width: 760px;
    padding-top: 20px;
}
#user_images_overview #add_storage {
    float: left;
    padding-top: 4px;
    padding-left: 20px;
    cursor: pointer;
}
#user_images_overview .table .header .upload {
    float: right;
    padding-top: 4px;
    padding-right: 10px;
}
#user_images_overview .table .header .upload img {
    border: none;
}
#user_images_overview .table .row_header img.sort {
    border: none;
    padding-left: 10px;
    float: none !important;
}
#user_images_overview .table .row_content {
    height: auto !important;
}
#user_images_overview .column_0 {
    width: 60px;
}
#user_images_overview .column_0 img {
    padding-left: 20px;
    border: none;
}
#user_images_overview .column_1 {
    width: 33px;
}
#user_images_overview .column_2 {
    width: 180px;
}
#user_images_overview .column_3 {
    width: 150px;
}
#user_images_overview .column_4 {
    width: 85px;
}
#user_images_overview .column_5 {
    width: 120px;
    float: left;
}
#user_images_overview .column_6 {
    width: 75px;
    padding-right: 15px;
}
#user_images_overview .column_6 img {
    float: right;
    padding-left: 0px;
    padding-right: 5px;
    border: none;
}
/******************************************************************************/

/******************************************************************************/
/* ### auvos ### */
#user_points_overview {
    padding-bottom: 50px;
}
#user_points_overview a {
    color: #EFAA3E;
    font-weight: 600;
}
#user_points_overview a:hover {
    text-decoration: underline;
}
#user_points_overview fieldset {
    padding: 10px;
    border: 1px dashed #AAA690;
    background-color: #FFF;
    width: 300px;
}
#user_points_overview fieldset#user_points_receive {
    float: left;
}
#user_points_overview fieldset#user_points_convert {
    float: right;
}
#user_points_overview fieldset .table {
    width: 280px;
    font-size: 12px;
}
#user_points_overview fieldset .row {
    clear: both;
    padding-top: 20px;
}
#user_points_overview fieldset #fb_recommendation {
    padding-top: 5px;
}
#user_points_overview fieldset .table .col {
    float: left;
}
#user_points_overview fieldset .table .col1 {
    width: 125px;
    font-weight: 600;
}
#user_points_overview fieldset .table .col3 {
    float: right;
}
#fb_user_information {
    margin-bottom: 40px;
}
/******************************************************************************/

/******************************************************************************/
/* ### Userdaten ändern ### */
#change_user_data fieldset {
    border: 1px dashed #AAA690;
    background-color: #FFF;
    margin-bottom: 20px;
}
#change_user_data fieldset legend {
    padding: 3px;
    margin-left: 10px;
}
#change_user_data fieldset legend span {
    position: relative;
    top: -23px;
    margin-left: 10px;
}
#change_user_data .formular {
    width: 400px;
    float: left;
}
#change_user_data .column_1 {
    width: 150px;
    height: 20px;
    padding-left: 35px;
}
#change_user_data .column_2 {
    text-align: right;
    float: right;
    width: 190px;
    height: 20px;
}
#change_user_data #form_del_user .column_1 {
    width: 300px;
    padding-left: 35px;
    height: auto !important;
}
#change_user_data #form_del_user .column_2 {
    width: 63px;
}
#change_user_data form .form_desc {
    float: right;
    width: 150px;
    height: 65px;
}
#change_user_data form .form_desc img {
    vertical-align: top;
}
#change_user_data form .form_desc img.button {
    border: none;
}
#change_user_data input[type="text"],
#change_user_data input[type="password"] {
    border: 1px solid #B3D0E8;
    background-color: #FFFFA0;
    height: 18px;
    width: 180px;
}
/******************************************************************************/

/******************************************************************************/
/* ### Bildupload ### */
#user_images_overview #img_upload_slide {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#user_images_overview .droppable {
	border: #ccc 2px dashed;
	border-radius: 8px;
	background: #eee;
	color: #666;
	padding: 20px;
	margin: 10px;
	clear: both;
	text-align: center;
	font-size: 20px;
}
#user_images_overview .droppable.hover {
	background: #ddd;
}
#user_images_overview .uploadList {
	margin: 0;
	padding: 0;
	list-style: none;
}
#user_images_overview .uploadItem {
	overflow: hidden;
	border-bottom: #BCBCBC 1px solid;
	margin: 0 20px;
	padding: 3px;
}
#user_images_overview .uploadItem span {
	overflow: hidden;
	width: 615px;
	float: left;
	display: block;
}
#user_images_overview a.addInputRow,
#user_images_overview a.delInputRow,
#user_images_overview .uploadItem a {
	height: 16px;
	width: 16px;
	text-indent: -999px;
}
#user_images_overview .uploadItem a {
	float: left;
	display: block;
	background: url(/img/buttons/loeschen.png) no-repeat;
}
#user_images_overview a.delInputRow {
	background: url(/img/buttons/loeschen.png) no-repeat;
}
#user_images_overview .progress {
	margin: 5px 0;
	height: 15px;
	border-radius: 3px;
	background: #484848;
}
/******************************************************************************/


/******************************************************************************/
/* ### Recommendation footer ### */
#recommendation_footer {
	font-size: 14px;
	padding: 10px 60px 10px 60px;
	background-color: #EFAA3E;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
}
#recommendation_footer_infotext #sm_fb_rec {
	margin-top: 5px;
}
#recommendation_footer_infotext #smiley {
	font-size: 200;	
}
/******************************************************************************/

/*############################################################################*/


/*############################################################################*/
/*#*/
/* ### Blog ### */
#blog h1 {
    text-indent: -2000px;
    background-image: url("/img/blog.png");
    width: 673px;
    height: 42px;
    position: relative;
    left: 128px;
    top: 5px;
}
#blog .standard_box {
	margin-bottom: 50px;
	text-align: justify;
}
#blog .date {
	font-size: 10px;
}
/*############################################################################*/


/*############################################################################*/
/*#*/
/* ### Content only ### */
body.content_only_page {
	background: none;
	background-color: #fff;
}
/*############################################################################*/


/*############################################################################*/
/*#*/
/* ### Progress bar ### */
#progress_bar {
	border:1px solid #AAA690; 
	width: 200px; 
	height: 16px;
}
#perc { 
	background: #CFCCC5; 
	height: 16px; 
}
/*############################################################################*/