/* **************************************************** */
/* 		    		  Allgemein							*/
/* **************************************************** */

* {
  margin: 0px;
  padding: 0px;
}

html, body {
text-align: center;
}

body {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  background-color:#013068; 
}

/* **************************************************** */
/* 		    		  Seite allgemein					*/
/* **************************************************** */


#page {
	text-align: left;
	width: 1002px;
	height: 556px;
	background-image: url(../images/start.jpg);
	background-repeat: no-repeat;
	margin: 40px auto 0px auto;
	/* margin: 50px 0px 0px -501px;
	//position: absolute;
	left: 50%; */
}

img {
	border:0px;
}

/* **************************************************** */
/* 		    		  Kopfbereich						*/
/* **************************************************** */

#logo {
	position:relative;
	float:left;
	top: 19px;
	left: 21px;
	width: 183px;
	height: 139px;
	border: none;
	z-index: 2;
}

#logo h1 {
	display: none;
}

/* **************************************************** */
/* 		    		  Inhaltsbereich					*/
/* **************************************************** */

#backend_edit_panel {
    position: absolute;
    top: 0px;
    left: 600px;
    font-size: 10px;
    width: 100px;
    //width: 120px;
    text-align: left;
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #eee;
    z-index: 99;
}


#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	margin-left: 80px;
	height: 415px
}



/* **************************************************** */
/* 		    		  rechte Seite Inhalt				*/
/* **************************************************** */


#product_scrollable {
	float: left;
	min-height: 392px;
	//height: 430px;
	position:relative;
	margin-left: 150px;
}

#scrollable {
	float: left;
	min-height: 392px;
	//height: 430px;
	position:relative;
	margin-left: 20px;
}


#picture {
    position: relative;
	float:left;
	width: 124px;
	height: 402px;
}

#product_text {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	width: 257px;
	height: 380px;
}

#scrollable {
	float: left;
	height: 389px;
	width: 300px;
	position:relative;
	overflow: auto;
	scrollbar-highlight-color: #a4d767;
	scrollbar-base-color: #a4d767;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #e0faa7;
	scrollbar-shadow-color: #e0faa7;
	scrollbar-3dlight-color: #e0faa7;
	scrollbar-track-color: #e0faa7;

}

#scrollable_static {
	float: left;
	height: 389px;
	width: 600px;
	position:relative;
	overflow: auto;
	scrollbar-highlight-color: #a4d767;
	scrollbar-base-color: #a4d767;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #e0faa7;
	scrollbar-shadow-color: #e0faa7;
	scrollbar-3dlight-color: #e0faa7;
	scrollbar-track-color: #e0faa7;
}

#scrollable_contact {
	float: left;
	height: 389px;
	width: 500px;
	position:relative;
	overflow: auto;
	scrollbar-highlight-color: #a4d767;
	scrollbar-base-color: #a4d767;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #e0faa7;
	scrollbar-shadow-color: #e0faa7;
	scrollbar-3dlight-color: #e0faa7;
	scrollbar-track-color: #e0faa7;
}

#static_content {
	position:relative;
	float: left;
	height: 389px;
	width: 498px;
	overflow: auto;
	scrollbar-highlight-color: #a4d767;
	scrollbar-base-color: #a4d767;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #e0faa7;
	scrollbar-shadow-color: #e0faa7;
	scrollbar-3dlight-color: #e0faa7;
	scrollbar-track-color: #e0faa7;
}

#text {
	width: 450px;
}
