* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #042954;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#start {
  position:relative;
  width:970px;
  margin: auto;
}

#header {
  position:relative;
  width:970px;
  height:107px;
  background-image: url(images/header-bg.jpg);
  background-repeat: no-repeat;
  /*background-position: right;*/
}

#suche{
  position:relative;
  text-align:right;
  width:635px;
  left:300px;
  top:12px;
  padding-right:25px; 
}

#nav {
  position:relative;
  top:57px;
  width:711px;
  left:259px;
}

.start_white {
	color:white;
	font-weight: bold;
}

.white {
	color:white;
}

#container {
  position:relative;
  width:970px;
  min-height: 404px;
  height: auto !important;
  height: 404px;
}

#news {
  position: relative;
  width: 259px;
  float:left;
}

#news2 {
  position:relative;
  background-color:#A8A8A8;
  min-height: 201px;
  height: auto !important;
  height: 201px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
}

#news_small {
  position: relative;
  padding-top:10px;
  background-image: url(images/points.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom:5px;
  padding-left:20px;
}

#newsletter {
  position: relative;
  background-image: url(images/bg_newsletter.gif);
  background-repeat: no-repeat;
  height: 30px;
  padding-top:25px;
  padding-left:30px;
  vertical-align:middle;
}

#infofilme{
  margin-top:11px;
  background-color:#A8A8A9;
  min-height: 191px;
  height: auto !important;
  height: 191px;
}

#infofilme_det {
  margin-top:10px;
  margin-left:10px;
  padding-left:20px;
  margin-right:10px;
  padding-bottom:5px;
  background-image: url(images/points.gif);
  background-repeat: repeat-x;
  background-position: bottom;	
}

#right {
	position: relative;
	width: 711px;
	float: right;
	min-height:498px;
   height: auto !important;
   height:498px;
	background-color:#F1F1F1;
}

#right_content {
	background-color:#F1F1F1;
	min-height:362px;
   height: auto !important;
   height:362px;
	padding-left:25px;
	padding-top:115px;
	padding-right:25px;
}

#container_con {
	position: relative;
	min-height:256px;
   height: auto !important;
   height:256px;
	background-color:#F1F1F1;
	padding:20px;
}

#produkt_image {
  position: relative;
  float:left;
}

#descripiton {
	position: relative;
   float:right;
	width:300px;
	min-height:296px;
   height: auto !important;
   height:296px;
	background-color:#F1F1F1;
	margin-top:4px;
}

#box1 {
	position:relative;
	background-color:white;
	left:16px;
	top:-2px;
	width:201px;
	float:left;
	padding:7px;
	min-height:105px;
   height: auto !important;
   height:105px;
	margin-bottom:16px;
}

#box2 {
	position:relative;
	background-color:white;
	left:34px;
	top:-2px;
	width:201px;
	float:left;
	padding:7px;
	min-height:105px;
   height: auto !important;
   height:105px;
}

#box3 {
	position:relative;
	background-color:white;
	left:51px;
	top:-2px;
	width:201px;
	float:left;
	padding:7px;
	min-height:105px;
   height: auto !important;
   height:105px;
}

#subnav {
  position: relative;
  width: 259px;
  float:left;
}

#subnav2 {
  position:relative;
  background-color:#A8A8A8;
  min-height: 251px;
  height: auto !important;
  height: 251px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
}

#subnav_det {
  padding-left:20px;
  padding-top:5px;
  padding-bottom:5px;
  background-image: url(images/points.gif);
  background-repeat: repeat-x;
  background-position: bottom;	
}

#footer {
  position: relative;
  width: 970px;
  height: 40px;
  margin-top:11px;
  background-image: url(images/points2.gif);
  background-repeat: repeat-x;
  background-position: top;	
}

.gray{
	color:#666666;
}

/* container ende */

h1 {
  font-weight: bold;
  font-size:14px;
  color:white;
  margin-top:0px;
  margin-bottom:10px;
}

.h1line{
  background-image:  url(images/points.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom:5px;
  margin-bottom:10px;
}

.h1red{
  color:red;
  margin-bottom:0px;
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:#042954;
  margin:0px;
}

h3 {
  font-weight: bold;
  font-size:14px;
  color:red;
  margin-bottom:5px;
}

/* links */
a,a:link,a:visited,a:active {
  font-size: 12px;
  font-style: normal;
  color: #034DA1;
  text-decoration: underline;
  font-weight:normal;
}

a:hover {
  font-size: 12px;
  font-style: normal;
  color: #034DA1;
  text-decoration: none;
  font-weight:normal;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  font-size: 12px;
  color:#EE1D25;
  text-decoration: underline;
  font-weight : normal;
}

a.blacklink:hover {
  text-decoration:none;
  font-size: 12px;
  color:#EE1D25;
  text-decoration: none;
  font-weight : normal;
}

a.blacklink2:link,a.blacklink2:visited,a.blacklink2:active {
  font-size: 11px;
  font-style: normal;
  color: #5A717C;
  text-decoration: none;
  font-weight:bold;
}


a.blacklink2:hover {
  font-size: 11px;
  font-style: normal;
  color: #5A717C;
  text-decoration: underline;
  font-weight:bold;
}

a.blacklink3:link,a.blacklink3:visited,a.blacklink3:active {
  font-size: 12px;
  font-style: normal;
  color: white;
  text-decoration: none;
  font-weight:normal;
}


a.blacklink3:hover {
  font-size: 12px;
  font-style: normal;
  color: white;
  text-decoration: underline;
  font-weight:normal;
}

a.blacklink4:link,a.blacklink4:visited,a.blacklink4:active {
  font-size: 12px;
  font-style: normal;
  color: #042954;
  text-decoration: none;
  font-weight:bold;
}


a.blacklink4:hover {
  font-size: 12px;
  font-style: normal;
  color: #042954;
  text-decoration: underline;
  font-weight:bold;
}

input,textarea,select{
  font-size: 12px;
  color: #333333;
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:1px;
}

.menubox {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 10;
}

ul{
	margin:0px;
   padding:0px;
   margin-left:8px;
   padding-left:8px;
}

li{
   list-style-image:url(images/icon_ye.gif);
	vertical-align:middle;
	margin-top: 0px;
	padding-top: 0px;
}

.produktdiv {
  display: none;
  border: 2px solid #EE1D25;
  background-color: white;
}
.produktname {
  color: white;
  background-color: #EE1D25;
  margin: 2px;
  padding: 5px;
}
	
.Bild_mit_Text_umfliessen {
  float:left;
  margin-right:5px;
}