/* ************************************** */
/* Colors */
/* ************************************** */

html {
		background-color    : #DEDEDE;
}

body {
		background-color    : #DEDEDE;
		background-image    : url("http://www.guldmann.de/Files/system/guldmann/graphic/BgGuldmannBody.gif");
		background-repeat   : no-repeat;
}

#wrapper {
		padding							: 0;
}

#header-line {
    border-top          : 1px solid #C9851E; /* Linie ueber Balken #D49A42 */
                       /* ^ bitte auf 0 setzen, wenn beide Farbwerte gleich sein sollen, sonst sitzt die Suchbox optisch nicht mittig */
    background-color    : #DEDEDE; /* Balken */
}

/* Schriftfarbe in Balken */
#header-line, #header-line .depth, #header-line span, #header-line a {
    color               : #333333;
}

/* Schriftfarbe von aktiven Links */
#main .info .left .object, #results .center .activ, #footer .center .activ, #results .right a.activ, #footer .right a.activ {
    color               : #000000;
}

/* Farbe Suchpfeil im Balken */
#header-line .search .subbut {
    background-color    : #E6E6E6;
}

.result {
    color               : #FFFFFF;
}

#catalog_content {
		background-color    : #fff;
		width								: 958px;
		margin							: auto;
		border							: 1px solid #DEDEDE;
}

#container {
		padding							: 0px 8px 0px 16px;
}

#catalog-logo {
		bottom							: 15px;
}

#results {
		padding							: 10px 8px 10px 16px;
}

#footer {
		padding							: 0px 8px 0px 16px;
}

#main {
		padding							: 20px 8px 0px 16px;
}

/* ************************************** */
/* Folder Size */
/* ************************************** */
/*
#container .box-folder {
    width               : 190px;
    margin              : 0px 15px 15px 0px;
    height              : 200px;
}

#container .box-folder .pic {
    height              : 155px;
    padding-right       : 40px;
}

#container .box-folder .text .name {
    height              : 29px;
    vertical-align      : top;
}
*/
/* ************************************** */
/* Object Size */
/* ************************************** */
/*
#container .box-object {
    width               : 190px;
    margin              : 0px 15px 15px 0px;
    height              : 200px;
}

#container .box-object .pic {
    height              : 155px;
    padding-right       : 40px;
}
*/