/* **************************************************** */
/* 		    		  Allgemein							*/
/* **************************************************** */

* {
  margin: 0px;
  padding: 0px;
}

html, body {

}

body {
  font: 12px Arial, Helvetica, sans-serif;
  background-color:#314572;
  width: 100%;
  overflow: auto;
}

/* **************************************************** */
/* 		    		  Seite allgemein					*/
/* **************************************************** */


#page {
    position: absolute;
    left: 50%;
    width: 1000px;
	margin: 12px 0px 48px -499px;
	//margin: 12px 0px 48px -509px;
    background-color: #ffefbd;
}


/* **************************************************** */
/* 		    		  Kopfbereich						*/
/* **************************************************** */

#header {
    position: relative;
    left: 0px;
    height: 110px;
    border: 0px;
	background-image:url(../images/de/header.jpg);
}

#logo {
position:absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 110px;
	display:inline;
}

#title {
	position: absolute;
	left: 256px;
	top: 90px;
	width: 81px;
	height: 8px;
	background-image:url(../images/de/titel.gif);
	background-repeat:no-repeat;
}

#title span {
	display: none;
}

/* **************************************************** */
/* 		    		  linke Seite						*/
/* **************************************************** */

#left {
    position: relative;
    top: 0px;
    width: 240px;
	/*height: 450px;
	//height: 470px;*/
    float: left;
    display: block;
    clear: both;
}

/* **************************************************** */
/* 		    	 Bild auf linker Seite					*/
/* **************************************************** */

#left_visual {
	position: relative;
    top: 0px;
    width: 240px;
	height: 100px;
	background-image:url(../images/de/visual_left.jpg)}


/* **************************************************** */
/* 		    		  rechte Seite						*/
/* **************************************************** */

#right {
    width: 760px;
	//width: 760px;
	/*height: 450px;
	//height: 470px;*/
	background-color:#FFFFFF;
	float: left;
	background-image:url(../images/de/background.jpg);
	background-repeat: no-repeat;
}


#content {
	position:relative;
} 

#scrollable {
	min-height: 350px;
	//height: 430px;
	position:relative;
	margin-top: 80px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 35px;
	padding-bottom: 35px;
}

/* **************************************************** */
/* 		    		  Inhaltsbereich					*/
/* **************************************************** */

/*
#content {
    position: relative;
    top: 35px;
    height: 455px;
    //height: 455px;
}
*/
/*
#text {
	width: 410px;
	float: left;
}
*/

h2 {
    font-size: 16px;
    margin-bottom: 10px;
    width: 450px;
}

#picture {
	width: 210px;
	padding-right: 15px;
	padding-top: 45px;
	height: 176px;
	float:right;
}

#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;
}
