body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	margin:0px;
}
a{
	color:#666666;
	text-decoration:none;
}
table,tr{
	font-size:12px;
}
form{
	margin:0px;
}
h2{
	font-size: 11px;
color: #444444;
}
.Content{
	text-align:left;
	border:1px solid black;
	width:640px;
	margin-left: auto;
	margin-right:auto;
	height: 640px;

}
.Top{
	text-align: right;
	background-color:black;
	color:#CCCCCC;
	padding:3px 25px 3px;
	margin:0px 3px 20px 3px;
	font-weight:bold;
}
.Top a{
	color: #CCCCCC;
	text-decoration: none;
}
.Left{
	float: left;
	width:170px;
	padding-left:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.Left a, .Left a:visited
{
	text-decoration: none;
	font-size: 13px;
	color:#666666;
	font-weight:bold;
}

.Right{
	float:left;
	width:415px;
	padding-right:25px;
}
.Comment{
	color: #999999;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
}

.CommentBody,.MessagesBody{
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #333333;
	font-size: 10px;
	padding: 3px;
}

.CommentBox{
	border-bottom: 2px #DDDDDD solid;
	border-right: 2px #DDDDDD solid;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 300px;
}

.CommentHead, .ErrorHead {
	background-color: #E5E5E5;
	border: 1px solid #333333;
	color: black;
	font-weight: bold;
	padding: 3px;
}

.Footer{
	margin-top:3px;
	text-align:right;
	padding-right:25px;
	width:640px;
	margin-left:auto;
	margin-right:auto;
	
}
.Footer a{
	text-decoration: none;
	color:#AAAAAA;
}

.FormWarning{
	background-color: #E5E5E5;
	border: 1px solid black;
}

.FooterNav{
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	margin-top: 30px;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}

.FooterNav a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.FooterNav a:hover {
	color: #B20507;
	text-decoration: underline;
}

h1{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}

.ProductBox{
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px double #E5E5E5;
	margin-bottom: 5px;
	clear: both;
	width:400px;
	overflow: auto;
}

.ProductImageBox{
	float: left;
	width:80px;
}

.ProductImageSmall{
	margin-right:10px;
}

.ProductSmallText{
	float:left;
}

 /** Modul Contact Form**/
.ContactFormField{
 	clear:both;
	margin-bottom:4px;
}
 .ContactFormName{
	width:80px;
	float:left;

 }
 .ContactFormContent{
 	width:290px;float:left;
 }
 
 fieldset{margin-top: 10px;}
.FieldsetContent{
	padding:10px 0px 0px 10px;
}
 /** Modul ECards **/
  
  .ECardOverviewBox{
  	width:440px;
  }
 .ECard{
  	float: left;
	width:110px;
	margin-top:20px;
  }
.ECardImageFinal{
	margin-top:10px;
	margin-bottom:10px;
}
  .ECard img{
  	border: 1px solid black;
  }