/* BASIC STYLES */
BODY {
    background-image: url(http://www.geil-druck.de/img/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #ebecd5;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #008000;
	text-align: center;
    width: 100%;
}

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

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

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

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

/* GENERAL STYLES */
DIV#align {
    width: 925px;
    margin: 0 auto;
    text-align: left;
	background-image: url(http://www.geil-druck.de/img/linie_bg.gif);
	background-repeat: repeat-y;
}

.clear {
    clear: both;
}

DIV.left_col {
    width: 145px;
    overflow: hidden;
    float: left;
    padding-left: 11px;
    background-image: url(http://www.geil-druck.de/img/left_col_bg.gif);
    background-repeat: no-repeat;

}

DIV.right_col {
    float: right;
    margin-right: 20px;
    background-image: url(http://www.geil-druck.de/img/werbung.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 749px;
}





/* HEADER */
DIV.header {
    width: 925px;
    background-image: url(http://www.geil-druck.de/img/logo.gif);
    height: 162px;
}



DIV.header H1 {
    
    
    
    float: left;
    color: #947038;
}

DIV.header EM {
    float: left;
    font-size: 0;
    color: #008000;
}

/* NAVIGATION */
UL.navigation {
    width: 145px;
    height: 423px;
    list-style-type: none;
    background-image: url(http://www.geil-druck.de/img/kategorien.gif);
    overflow: hidden;
    padding-top: 39px;
}



UL.navigation LI {
    width: 138px;
    height: 20px;
    margin-bottom: 1px;
    padding-left: 4px;
}

UL.navigation A {
    width: 111px;
    height: 20px;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    padding-left: 27px;
    color: #004000;
    overflow: hidden;
    display: block;
    text-align: left;
    background-image: url(http://www.geil-druck.de/img/menu_arrow.gif);
    background-position: 15px 7px;
    background-repeat: no-repeat;
}

UL.navigation A:hover {
    text-decoration: underline;
}

UL.navigation A.more, UL.navigation A.more:hover {
    background-image: url(http://www.geil-druck.de/img/menu_arrow_2.gif);
    background-color: transparent;
    color: #FFFFFF;
}


P {
    margin: 0;
    padding: 0;
}

H2 {
    font-size: 16px;
    font-family: Arial;
    color: #ef811d;
    font-weight: bold;
    margin-bottom: 5px;
}

/* WELCOME */
DIV.welcome {
    padding-left: 23px;
    padding-top: 19px;
    width: 477px;
    height: 195px;
    font-size: 12px;
}

DIV.welcome P {
    line-height: 19px;
    color: #ab8e63;
    font-size: 12px;
}

DIV.welcome A.welcome {
    float: right;
    padding-top: 2px;
}

/* HOME BOX */
DIV.home_box {
    width: 580px;
    height: 281px;
    padding-left: 23px;
    background-image: url(http://www.geil-druck.de/img/ler.gif);
    background-repeat: no-repeat;
}

DIV.home_box A.product {
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
}



DIV.home_box A.last {
    position: relative;
    left:79px;
    margin-right: 79px;
}

DIV.home_box DIV.desc {
    float: left;
    padding-left: 16px;
    padding-top: 13px;
}

DIV.desc P {
    font-weight: bold;
    line-height: 17px;
}

SPAN.orange { color: #e35f05; }

DIV.desc A.button {
    position: relative;
    top: 10px;
}

/* CONTENT */
DIV.content {
    margin-left: 7px;
    width: 510px;
    border-left: 2px solid #e2e3c3;
    border-right: 2px solid #e2e3c3;
    background-color: #FFFFFF;
    padding: 10px;
}

IMG.c_img {
    float: left;
    margin-left: 7px;
}

/* FOOTER */
DIV.footer {
    width: 841px;
    text-align: left;
    clear: both;
    text-align: center;
    background-color: #efefdc;
    background-image: url(http://www.geil-druck.de/img/fuss.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
    font-size: 12px;
    color: #004000;
}

DIV.footer A {
    color: #004000;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

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

/* REG FORM */
#reg_form {
		font: 12px Arial, Helvetica, Geneva, sans-serif;
		color: #010101;
		width: 230px;

}

#reg_form h1 {
    font-weight: normal;
    font-size: 12px !important;
    font-style: italic;
    font-family: Arial, Verdana, sans-serif;
    margin-left: 100px;
}

#reg_form table {
	border: 1px solid #e2e3c3;
	background-color: #e2e3c3;
	width: 530px;
	margin-bottom: 5px;
}

#reg_form td {
	padding: 5px;
	color: #434343;
	background-color: #fff;
	font-size: 12px;
}

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

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

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

#reg_form h1 {
	font-size: 12px;
	color: #000;
}

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

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



#reg_form .error {
	color: #f00;
}

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

#reg_form input.agb {
    float: left;
    margin-left: 30px;
}

#reg_form label.agb {
    margin-left: 4px;
    float: left;
}

DIV.linklist {
	
	text-align: center;
}

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

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

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

