/* Elements */

body {
    background-color: #dfdfdf;color: #696969;
	font-family: Verdana,sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left; 
	line-height: 22p;
	margin: 0px;
}

a.inactive:link {
	background-color : inherit;
	color: #696969;
	text-decoration: none;

}

a.inactive:visited {
	background-color : inherit;
	color: #696969;
	text-decoration: none;
}

a.inactive:hover {
	background-color : inherit;
	color: #B22222;
	text-decoration: none;
	text-decoration: underline;
}

a.active:link {
	background-color : inherit;
	color: #00008B;
	text-decoration: none;
}

a.active:visited {
	background-color : inherit;
	color: #00008B;
	text-decoration: none;
}

a.active:hover {
	background-color : inherit;
	color: #B22222;
	text-decoration: underline;
	transition: 0.5s;
}


a.inline:link {
	background-color : inherit;
	color: #00008B;
	text-decoration: none;
}

a.inline:visited {
	background-color : inherit;
	color: #00008B;
	text-decoration: none;
}

a.inline:hover {
	background-color : inherit;
	color: #B22222;
	text-decoration: underline;
	transition: 0.5s;
}

a.noborder:link {
	background-color : inherit;
	color: #00008B;
	text-decoration: none;
	border : 0px none;
}

a.noborder:visited {
	background-color : inherit;
	color: #00008B;
	text-decoration: none;
	border : 0px none;
}

a.noborder:hover {
	background-color : inherit;
	color: #B22222;
	text-decoration: none;
	border : 0px none;
	border-spacing : 0px;
	transition: 0.5s;
}


/* Classes */ 
.content {
	clear: left; 
	box-shadow: 0 0 10px #aaaaaa; 
	background-color: #ffffff; 
	width: 1000px; 
	border: 1px solid #aaaaaa; 
	border-width: 1px 1px 1px 1px; 
	margin: 50px auto 0; 
	padding: 0px; 
	height: 500px;
	position: relative;
}

.contentcontainer {
	background-color: #ffffff; 
	width: 750px; 
	height: 500px;
	float: left; 
	padding: 0px;
	display: table;
}

.blockcontainer {
	background-color: #ffffff; 
	display: table-cell;
	vertical-align: middle;
}

.contentimg {
	background-color: white; 
	float: left; 
	width: 500px; 
	height: 500px;
	padding: 0px; 
}

.contentimg img {
	width: 500px;
	height: 500px;
}


.contentimgdesc {
	background-color: #ffffff; 
	float: left; 
	width: 249px; 
	height: 500px;
	padding: 0px 0px 0px 0px; 
	border-right: 1px solid #aaaaaa;
}

.contentimgdesc p {
	padding: 0px 15px 0px 15px; 
}

.content_de {
	margin-bottom: 10px;
}

.content_de p{
	padding: 0px 15px 0px 15px; 
}

.content_en {
	margin-bottom: 0px;
}

.content_en p {
	padding: 0px 15px 0px 15px; 
}

.menucontainer {
	background-color: #ffffff; 
	float: left; width: 219px; 
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 15px 0px;  
	border-right: 1px solid #aaaaaa;
	text-align: right;
	height: 470px;
	display: table;
}

.mnublockcontainer {
	background-color: #fffff; 
	display: table-cell;
	vertical-align: middle;
	width: 219px;
}

.imgmnu {
	text-align: right;
}

.spacer{
	height: 200px;
}

.leftblock {
	position: relative;
	left: 0px;
	top: 0px;
}

 /* left ordernumber */
#odernumber_l {
  z-index: 100;
  position: absolute;
  color: #E5E5E5;
  font-size: 24px;
  font-weight: bold;
  left: 375px;
  top: 425px;
  text-align:right;
  width: 100px;
  opacity: 0.5;
  text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF,0 0 0.2em #4D4D4D, 0 0 0.2em #4D4D4D, 0 0 0.2em #4D4D4D;
}

/* left paper sample */
 .paperl{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px!;
	margin: 0px!;
	padding: 0px!;
	margin: 0px!;

 }
 
 /* right ordernumber */
 #odernumber_r {
  clear: all;
  z-index: 200;
  position: absolute;
  color: #E5E5E5;
  font-size: 24px;
  font-weight: bold;
  left: 875px;
  top: 425px;
  padding: 0px!;
  margin: 0px!;
  text-align:right;
  width: 100px;
  opacity: 0.5;
  text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF,0 0 0.2em #4D4D4D, 0 0 0.2em #4D4D4D, 0 0 0.2em #4D4D4D;
}
 
 /* right paper sample */
 .paperr{
	position: absolute;
	left: 500px;
	top: 0px;
	padding: 0px!;
	margin: 0px!;
 }
 
 /* navigation on paper side */
 .papernavl{
	position: absolute;
	left: 0px;
	top: 225px;
	padding: 0px!;
	margin: 0px!;
	opacity: 0.5;
	}
	
 .papernavr{
	position: absolute;
	left: 950px;
	top: 225px;
	padding: 0px!;
	margin: 0px!;
	opacity: 0.5;
}

 .papernavo{
	position: absolute;
	left: 225px;
	top: 0px;
	padding: 0px!;
	margin: 0px!;
	opacity: 0.5;
	}
 
 .papernavl:hover {
  opacity: 0.9;
  transition: 0.5s;
}

 .papernavr:hover {
  opacity: 0.9;
  transition: 0.5s;
}

 .papernavo:hover {
  opacity: 0.9;
  transition: 0.5s;
}

.booklink{
	color: white;
	text-decoration: none;	
}

.content_de p img {
	float:left;
	margin-right: 20px;
}
 
 



