html, body {
    height: 100%;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
	font-family: Arial;
	font-size: 11pt;
	background-color: #F4F3F5;
	scrollbar-base-color: #E4D8ED;
	scrollbar-3dlight-color: #E4D8ED;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #E4D8ED;
	scrollbar-face-color: #E4D8ED;
	scrollbar-highlight-color: #E4D8ED;
	scrollbar-shadow-color: #E4D8ED;
	scrollbar-track-color: #E4D8ED;
}
 
#appLayout {
    height: 100%;
}

/* Grundlayout */
#pageLayout {
	height: 645px; 
	width: 990px;	
	background-color: #E4D8ED;
}

#frame_top {
	height: 190px;
	width: 990px;
	background-color: #D6C9E3;
	overflow: hidden;
}

#frame_main {
	/*height: 365px;*/
	width: 610px;
	text-align: left;
	overflow: auto;
	overflow-x: hidden; 
}

#frame_right {
	/*height: 365px;*/
	width: 380px;
	background-image: url("grafics/logo_sw.png");
	background-position: 65px 25px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#frame_foot {
	height: 75px;	 
	width: 990px;
	background-color: #D6C9E3;
	overflow: hidden;
}

/* Seitendetails */
#topTrennzeile {
	background-color: #CDB3E0;
	position: absolute;
	height: 45px;
	width: 990px;
	top: 30px;
	left: 0px;	
	border: 1px solid #B69CCA;
	overflow: hidden;
}

#logoZeile {
	background-color: #CDB3E0;
	position: absolute;
	height: 105px;
	width: 990px;
	top: 110px;
	left: 0px;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 2px;
	left: 8px;
}

#logo_bfdg {
	position: absolute;
	top: 9px;
	right: 8px;
}

#footTrennzeile {
	background-color: #CDB3E0;
	position: absolute;
	height: 15px;
	width: 990px;
	top: 0px;
	left: 0px;	
	overflow: hidden;
}

#footLinks {
	background-color: #CDB3E0;
	position: absolute;
	height: 45px;
	width: 990px;
	top: 35px;
	left: 0px;
	border: 1px solid #B69CCA;
	overflow: hidden;	
}

/* Navigation Buttons */
.navi_button {
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 35px;
	background-image: url("grafics/button_back.png");
	background-repeat: no-repeat;
}

.navi_text {
	position: absolute;
	top: 8px;
	left: 20px;
	color: #4D1F71;
	font-weight: bold;
	font-size: 14px;
}

#button_aktuell {
	position: absolute;
	left: 30px;
	top: 5px;
}

#button_ueberuns{
	position: absolute;
	left: 185px;
	top: 5px;
}

#button_geschaeft {
	position: absolute;
	left: 340px;
	top: 5px;
}

#button_kollektion {
	position: absolute;
	left: 495px;
	top: 5px;
}

#button_links {
	position: absolute;
	left: 650px;
	top: 5px;
}

#button_kontakt {
	position: absolute;
	left: 805px;
	top: 5px;
}

.link_text {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}

#button_impressum {
	position: absolute;
	left: 910px;
	top: 8px;
}

#menu_kollektion {
	position: absolute;
	left: 10px;
	top: 8px;
	visibility: hidden;
}

#button_kollektion1 {
	position: absolute;
	left: 0px;
	width: 100px;
}

#button_kollektion2 {
	position: absolute;
	left: 120px;
	width: 100px;
}

#button_kollektion3 {
	position: absolute;
	left: 240px;
	width: 100px;
}

#button_kollektion4 {
	position: absolute;
	left: 360px;
	width: 100px;
}

#haftung {
	position: absolute;
	right: 10px;
	bottom: 10px;
	visibility: hidden;
}

/* Textformatierung */
h3 {
	font-weight: bold;
	font-size: 12pt;
}

h4 {
	font-weight: bold;
	font-size: 11pt;
}

h5 {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

p , ul, li, td {
	font-size: 10pt;
}

.justify_text {
	text-align: justify;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #702C91;
}

.a_link {
	font-weight: bold;
	text-decoration: none;
	color: #702C91;
}

.bold {
	font-weight: bold;
}

/* Tabellen */
.table_main {
	width: 560px;
	border: none;
	padding: 0px;
}

.td_left {
	text-align: left;
	vertical-align: top;
	width: 160px;
	height: 12px;
}

.td_left2 {
	text-align: left;
	vertical-align: top;
	width: 250px;
	height: 12px;
}

.td_right {
	text-align: left;
	vertical-align: top;
	width: 400px;
	height: 12px;
}

.td_right2 {
	text-align: right;
	vertical-align: top;
	width: 310px;
	height: 12px;
}

/* Bildobjekte */
.image_large_galerie {
	height: 330px;
	width: 90px;
	border: 0px;
}

.image_small_galerie {
	height: 160px;
	width: 90px;
	border: 0px;
}

.image_bing_logo {
	position: absolute;
	top: 120px;
	left: 40px;
	visibility: hidden;
	border: 0px;
}