﻿.ServiceTitleV2
{
  width: 450px;
}


.ScreenshotRight
{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top:5px;
  float: right; 
}

.Screenshot
{
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top:5px;
  border-style: none;
  float: left; 
}


/*
  Replace the wave image with the specific title bar image
*/

.mainsupport
{
	background-image: url( "TitleBar.gif" );
}


.CSSCitate
{
  float: left;
  width: 590px;
  margin-left: 10px;
  margin-top:5px;
  margin-bottom:5px;
  background-color: #F2F9CB;
  
  background-image: url('CitateTop.gif');
  background-repeat: no-repeat;
}

.CSSCitateText
{
  font-style:italic;
  text-indent: 35px;
  font-size: 1em;
  padding: 5px;
  margin-top: 5px;
}

.CSSCitateAuthor
{
  font-weight: bold;
  font-style: normal;
  font-size: 0.9em;
  text-align: right;
  margin-top: 10px;
  color: #90AB5F;
  padding: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.CSSCitateBottom
{
  display: block;
  background-image: url('CitateBottom.gif');
  background-repeat: no-repeat;
  height: 15px;
  width: 590px;
}