/* @override http://www.berufe-welt.de/css/main.css */

/* BASIC STYLES */
BODY {
	background-repeat: repeat-y;
	background-position: center;
	background-color: #575048;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #766d60;
	text-align: center;
    width: 100%;
}

HTML { height: 100%; width: 100%; }
 IMG { padding:0; margin:0; border:0; display: inline; }

UL, LI {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

H1, H2, H3 {
    padding: 0;
    border: 0;
}

A {
        font-family: Arial, Verdana, sans-serif;
}

FORM {
	padding: 0;
	margin: 0;
}

/* GENERAL STYLES */
DIV#align {
    width: 800px;
    margin: 0 auto;
    text-align: left;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-y;
	padding-left: 4px;
	padding-right: 4px;
}

.clear {
    clear: both;
}

DIV.left_col {
    width: 170px;
    overflow: hidden;
    float: left;
    padding-bottom: 10px;

}

DIV.right_col {
    float: right;
    width: 630px;
    overflow: hidden;
    overflow: hidden;
    padding-bottom: 10px;

}


/* HEADER */
DIV.header {
    width: 800px;
    background-image: url(../img/header.gif);
    height: 119px;
    border-bottom: 14px solid #766d60;
}

DIV.header SPAN.link {
    float: right;
    font: 11px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #81796b;
    margin: 10px;
}

DIV.header H1 {
    width: 0;
    height: 0;
    font-size: 0;
    float: left;
	margin: 0;
}

DIV.header EM {
    float: left;
    font: 12px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #575048;
    margin-top: 66px;
    margin-left: 87px;
}

/* NAVIGATION */
UL.navigation {
    width: 170px;
    height: auto;
    list-style-type: none;
    overflow: hidden;
}

UL.navigation LI {
    width: 199px;
    height: 28px;
    margin-bottom: 1px;
}

UL.navigation A {
    width: 143px;
    height: 28px;
    text-decoration: none;
    font-size: 12px;
    font: 12px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    line-height: 28px;
    padding-left: 27px;
    color: #2a2a2a;
    overflow: hidden;
    display: block;
    text-align: left;
    background-repeat: no-repeat;
    background-color: #cee1f4;
    background-image: url(../img/menu_arrow.gif);
    background-position: 16px center;
}

UL.navigation A:hover {
    background-image: url(../img/menu_arrow_o.gif);
    color: #FFFFFF;
    background-color: #ff4d11;
}

UL.navigation LI.shop {
    margin-top: 7px;
    height: 48px;
    margin-bottom: 8px;
}

UL.navigation A.shop {
    background-color: #667c91;
    background-image: url(../img/menu_shop.gif);
    background-position: left top;
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
}
P {
    margin: 0;
    padding: 0;
}

DIV.teaser {
    width: 630px;
    height: 158px;
    background-image: url(../img/teaser.gif);
    padding-top: 23px;
    overflow: hidden;
    float: right;
	margin-bottom: 10px;
}

DIV.teaser H2, DIV.teaser H3 {
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
}

DIV.teaser H2 {
    font-size: 24px;
	margin: 0 0 0 43px;
}

DIV.teaser H3 {
    font-size: 18px;
	margin: -2px 0 0 26px;
}

DIV.teaser UL {
    margin-left: 55px;
    margin-top: 11px;
}

DIV.teaser LI {
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(../img/teaser_list.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

/* HOME CONTENT */
DIV.home_box {
    width: 300px;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

DIV.home_box H2 {
    font: 18px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #2a2a2a;
    border-bottom: 1px solid #f3f3f1;
	margin: 0 0 10px;
}

DIV.home_box P {
    font: 12px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #766d60;
    float: left;
    width: 190px;
    display: block;
    line-height: 14px;
}

DIV.home_box IMG {
    float: right;
}

DIV.home_box A {
    font: 12px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #ff4000;
    font-weight: bold;
    background-image: url(../img/link_arrow.gif);
    background-repeat: no-repeat;
    padding-left: 6px;
    text-decoration: none;
    background-position: left center;
}

DIV.content {
    padding: 10px;
	margin-top: 0;
}

DIV.content H2 {
    font: 18px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    color: #2a2a2a;
	line-height: 22px;
	margin: 0 0 10px;
}

DIV.content P {
    font: 12px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    color: #766d60;
    line-height: 15px;
}
/* FOOTER */
DIV.footer {
    width: 800px;
    padding-top: 10px;
    text-align: left;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    border-top: 14px solid #b5aea2;
}

DIV.footer A {
    color: #b5aea2;
    font-size: 11px !important;
    font: 12px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    z-index: 2000;
    margin-right: 5px;
    margin-left: 5px;
}

DIV.footer A:hover {
    text-decoration: underline;
}

DIV.linklist {
	display: hidden;
	text-align: center;
}

DIV.linklist A {
	font-size: 10px;
	line-height:0;
	color: #fff;
}

DIV.linklist UL {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

DIV.linklist LI {
	display: inline;
	margin: 0;
	padding: 0;
}

/* REG FORM */
#reg_form {
		color: #010101;
		font-size: 12px;
}

#reg_form table {
	border: 1px solid #d8d1c3;
}

#reg_form td {
	padding: 5px;
	color: #010101;
	font-size: 12px;
}

#reg_form a {
	color: #ff4000;
	font-weight: bold;
}

#reg_form td.row1 {
	background-color: #f1f1f1;
	border-bottom: 1px solid #d8d1c3;
}

#reg_form td.row2 {
	background-color: #fff;
}

#reg_form h1 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-style: normal;
}

#reg_form h2 {
	font-size: 12px;
}

#reg_form p {
	color: #575048;
	font-size: 12px;
	line-height: 17px;
	margin-left: 10px;
	margin-right: 10px;
}

#reg_form .error {
	color: #f00;
}

#reg_form label {
    font-size: 12px;
}

DIV.linklist {
	display: hidden;
	text-align: center;
}

DIV.linklist A {
	font-size: 10px;
	line-height:0;
	color: #575048;
}

DIV.linklist UL {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

DIV.linklist LI {
	display: inline;
	margin: 0;
	padding: 0;
}