@CHARSET "UTF-8";
body, html {
	color: black;
	/* background: #c8c8c8; */
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
}

h1 {
	color:#4F7599;
	font-size:1.2em;
	margin:0;
}

h2 {
	color:#4F7599;
	font-size:1.1em;
	margin-top:10px;
	margin-bottom: 0;
	margin-left: 1px;
}


#Header_Logo{
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
}

#Header_Right_Navigation{
	text-align: right;
	float:right;
	font-size: 0.85em;
	border-bottom:1px dotted #787675;
	margin-right: 10px;
}

#Footer {
	margin: 10px 0;
	text-align: left;
	width: 800px;
}

#Copyright {
	padding: 5px 5px 0 0;
	font-size: 1em;
	color: #787675;
	height: 14px;
}

#sbookmark {
	float:right;
	position:relative; 
	top:56px;
	left: 260px;
}

#Footer_Right_Navigation ul,
#Header_Right_Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 3px;
}

#Footer a 
{
	font-weight:bold;
}

#Footer_Right_Navigation {
	margin-top: 5px;	
}
#Footer_Right_Navigation ul li,
#Header_Right_Navigation ul li {
	display: inline;
}

#Footer_Right_Navigation ul li a,
#Header_Right_Navigation ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color:#787675;
}

.ratingformbody {
	background-image: url(../../gfx/design/borders/body_rating_bg.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	width: 398px;
	display: inline-block;
	margin: 0 0 3px 0;
}

#ratingbar table {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	/*border: solid 1px #555555;*/
	table-layout: fixed;
}

#ratingbar td {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
}


#average {
	line-height:2.8em;
}

#average div{
	line-height:1.1em;
}

#averageRatingText {
	font-size: 1.2em;
	font-weight:bold;
	text-align: center;
}

#averageRatingNumber {
	font-size: 0.9em;
	color: #888888;
	text-align: center;
	padding-top: 4px;
}

#ratingcomment {
	text-align: left;
	margin: 0 20px;
}

#ratingcomment p {
	text-align: left;
	font-weight:bold;
	margin-bottom: 3px;
}
#ratingcomment span {
	text-align: left;
	font-weight: normal;
	font-size: 0.8em;
	color: #888888;
}
#ratingcomment input, textarea {
	width: 358px;
	border : 1px solid #E0E0E0;
}

#orderid {
	background-color: #F0F0F0;	
}

#button {
	clear:both;
	text-align: center;
	padding: 15px 0px 0px 0px;	
}

/*#button input {
	width: 157px;
	height: 27px;
}*/

#errorrating {
	text-align: left;
	color: #FF0000; 
	font-size: 0.9em;
	padding: 0px 0px 0px 15px;
	margin-top: 5px;
}
#errorrating p {
	margin: 0;	
}

#messagebox {
	background-color: #FBF0D8;
	margin-top : 20px;
	margin-bottom: 10px;
	border: 1px solid #888888;
	height: 100px;
}
#message {
	padding : 20px;
}

#message img{
	float:left; 
	margin-right:10px; 
	margin-bottom:10px
}

.col {
	float:left;
	width: 410px;	
}

#ratingaverage {
	float: right;
	background-image: url(../../gfx/design/elemente/ratingaverage-new.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 2em;
	font-weight: bold;
	height: 35px;
	width: 109px;
	padding: 19px 0 0 20px;
}

.box {
	display: block;
	float: left;
	width: 400px;
	margin: 5px 0px;
}

.boxtop {
	background-image: url(../../gfx/design/borders/outerborder_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
}

.boxbottom {
	background-image: url(../../gfx/design/borders/outerborder_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	/*padding: 10px 10px 10px 10px;*/
	float:left;
}

.headline {
	background-image: url(../../gfx/design/borders/headline_bg.png);
	background-repeat: repeat-x;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	width: 398px;
	height: 28px;
	float:left;
	margin-top: 3px;
}

.headlinelong {
	background-image: url(../../gfx/design/borders/headline_bg.png);
	background-repeat: repeat-x;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	width: 648px;
	height: 28px;
	float:left;
	margin-top: 3px;
}


.headline h1, .headlinelong h1 {
	padding: 5px 0 0 10px;	
}

.boxmessagebody {
	background-image: url(../../gfx/design/borders/body_message_bg.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	min-height: 100px;
	width: 648px;
	display: inline-block;
	margin-bottom: 3px;
}
.boxratingbody {
	background-image: url(../../gfx/design/borders/body_rating_bg.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	/*height: 290px;*/
	width: 398px;
	display: inline-block;
	margin: 0 0 3px 0;
}
.ratingstars{
	padding: 10px 0 0 20px;
	float:left;
	width:248px;
}

.singlerating {
	clear:both;	
	padding: 15px 0 0 20px;
}

.boxpartnerbody {
	background-image: url(../../gfx/design/borders/body_partner_bg.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	width: 398px;
	/*height: 506px;*/
	display: inline-block;
	margin: 0 0 3px 0;
}

.boxinfobody {
	background-image: url(../../gfx/design/borders/body_partner_bg.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	width: 398px;
	/*height: 495px;*/
	display: inline-block;
	margin: 0 0 3px 0;
}

.infopassage {
	margin: 10px 20px 10px;
	color: #555555;
}

.infopassage p {
	margin: 3px 0;	
}

.boxcustomerbody {
	background-image: url(../../gfx/design/borders/body_partner_bg.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	width: 398px;
	display: inline-block;
	margin: 0 0 3px 0;
}

.boxcustomerbody a:link{
	font-weight: bold;
	color:black; 
	text-decoration:none;
}

.boxcustomerbody a:visited{
	font-weight: bold;
	color:black; 
	text-decoration:none;
}

.boxcustomerbody a:hover{
	font-weight: bold;
	color:black; 
	text-decoration:none;
}

.customerrating {
	margin: 20px;
	clear:both;
}
	
.boxlong {
	display: block;
	float: left;
	width: 650px;
	margin: 5px 0px;
}

.boxlong p {
	color:#444444;
	margin-top: 10px;
	margin-bottom: 0px;
}

.boxtoplong {
	background-image: url(../../gfx/design/borders/outerborder_long_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
}

.boxbottomlong {
	background-image: url(../../gfx/design/borders/outerborder_long_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	/*padding: 10px;*/
	float:left;
}

.iboxlong {
	display: block;
	float: left;
	width: 610px;
	margin: 0 0 5px;
}

.iboxtoplong {
	background-image: url(../../gfx/design/borders/innerborder_long_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
}

.iboxbottomlong {
	background-image: url(../../gfx/design/borders/innerborder_long_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	/*padding: 10px;*/
	float:left;
}

.iboxbody {
	background-color: #FFFFFF;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	width: 588px;
	display: inline-block;
	margin: 3px 0 3px 0;	
	padding: 10px;
}

.boxformbody {
	background-image: url(../../gfx/design/borders/body_rating_bg.png);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	width: 608px;
	display: inline-block;
	margin: 0 0 3px 0;
	padding: 10px 20px;
}

.boxformbody p {
	font-weight: bold;
}

.boxformbody span {
	font-weight: normal;
	font-size: 0.8em;
}

#info {
	margin: 0 20px;	
}

#info td {
	vertical-align:top;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0;
}

#info p {
	margin: 2px;
}

#info span {
	color: #7f7f7f;
}

.singlerate {
	border-bottom:1px dotted #CCCCCC;
	/*padding: 3px 0 3px 0;*/
	height: 32px;
}
.singleratelrow {
	/*padding: 3px 0 3px 0;*/
	height: 32px;
}

#partnerid {
	font-size: 0.9em;
	color: #7f7f7f;
	margin: 10px 0 0 18px;
	padding: 2px;
}


#customerview p {
	margin: 3px;
	font-weight: bold;
}

.customercomment {
	border-top: 1px dotted #CCCCCC;
	padding-top: 3px;
	width: 360px;
	margin: 2px 0;
	clear:both;
}
.customercomment span {
	font-weight: normal;
}

.textinputrow {
	width:590px;
	vertical-align: bottom;
}

.textinput {
	float:left;
	width: 490px;
}

.textcounter {
	float:right; 
	width: 85px;
	margin-top: 134px;
	margin-left:5px;
	vertical-align: bottom;
}
.textcounter span {
	vertical-align: bottom;
	height:15px;
}
.textcounter input {
	width: 35px;
	text-align: center;
	border: 1px solid #b5b5b5;
	background-color: #E0E0E0;
	
}

.textcontainer {
	overflow:auto;	
}

.textcontainer span {
	color: #FF0000 !important;
	font-size: 1em !important;
}

.createdate {
	font-size: 0.8em;
	height: 0.8em;
	padding-bottom: 5px;
	font-weight: normal;
	text-align:left;
	margin-left: 1px;	
}

span.Tipp {
background:#FFFFFF none repeat scroll 0 0;
border-color:#595959;
border-style:solid;
border-width:1px 1px 1px 5px;
color:#444444;
display:none;
font-family:arial,verdana,sans-serif;
font-size:12px;
font-weight:normal;
letter-spacing:0;
margin:0 0 0 5px;
padding:1em;
position:absolute;
text-decoration:none;
text-transform:none;
width:355px;
z-index:1;
}


#ToolTip{
	margin:0;
	position:absolute; 
	width: 325px; 
	height: auto; 
	top: 0px; 
	left: 0px; 
	z-index:1;
	visibility: hidden;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	margin-left: 5px;
	border: 1px solid #595959;
	border-left: 5px solid #595959;
	background: #ffffff;
	padding: 1em;
	color: #595959;
}
* html #ToolTip{
	width: 325px;
}
#ToolTip td {
	vertical-align:top;	
}
