body
{
	padding:0;
	margin:0;
	background: url(../img/bg_page.gif) top center repeat-y #BCBCBC;
	color:#000000;  
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:.9em;
}

a {
	color:#666666;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

form
{
	margin:0pt;
	padding:0pt;
	display:inline;
}

#Wrapper
{
	margin:0 auto;
	padding:10px;
	width:900px;
	height:100%;
	background-color:#fff;
}

#MainHeader
{ 	
	display:block;
	padding:0;
	width:900px;
	text-align:left;
	vertical-align: middle;	
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	text-transform:uppercase;
	height:60px;
	font-weight:normal;
	margin-bottom:10px;
	background:url(../img/logo_header.gif) top left no-repeat;
}

.register
{ 	
	display:block;
	padding:0;
	font-size:.8em;
	text-align:right;
	vertical-align:bottom;	
	font-weight:normal;
}

#NavHeader
{ 	
	display:block;
	padding:0;
	width:900px;
	text-align:left;
	vertical-align: middle;	
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	text-transform:uppercase;
	line-height:40px;
	font-weight:bold;
	border-top:10px solid #285CA7;
}

#NavHeader div
{ 	
	display:block;
	padding:0;
	width:900px;
	text-transform:uppercase;
	height:25px;
	line-height:25px;
	background-color:#ccc;
	margin:5px 0 10px 0;
}

#NavHeader span
{
	padding-left:15px;
}

#NavHeader span a, #NavHeader span a:link, #NavHeader span a:visited, #NavHeader span a:active
{
	text-decoration:none;
	color:#000;
}

#NavHeader span a:hover
{
	text-decoration:underline;
	color:#285CA7;
}

#header
{
	height:234px;
	margin:0px;
	padding:0px;
	display:block;
}

#movBox 
{
	float:right;
	margin:0px;
	width:290px;
	height:234px;
	padding:0px;
}

#movBox .head
{
	display:block;
	list-style:none;
	width:290px;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-indent:30px;
	background:#333;
	border-bottom:1px solid white;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
}

#movBox .standard .head
{
	background:url(../img/icon_standard.gif) top left no-repeat #1A8441;
}

#movBox .premium .head {
	background:url(../img/icon_premium.gif) top left no-repeat #883E98;
}

#movBox .enterprise .head
{
	background:url(../img/icon_enterprise.gif) top left no-repeat #285CA7;
}

#movBox .standard .content
{
	background:url(../img/bg_standard.gif) top left repeat-x;
}

#movBox .premium .content
{
	background:url(../img/bg_premium.gif) top left repeat-x;
}

#movBox .enterprise .content
{
	background:url(../img/bg_enterprise.gif) top left repeat-x;
}

#movBox a
{
	display:block;
	color:white;
	text-decoration:none;
}

#movBox .content
{
	padding:10px;
	margin:0;
	background-color:white;
	height:100%;
	display:none;
	font-size:11px;
	text-align:justify;
}

#movBox .content span
{
	float:right;
	display:block;
	text-align:right;
	width:100%;
	padding:3px;
	margin:5px 0 0 0;
}

#movBox .content span a
{
	color:black;
	text-decoration:underline;
}

#movBox .active .content
{
	display:block;
	height:121px;
	background-color:#efefef;
	border-bottom:1px solid white;
}

#movBox .active .head
{
	cursor:default;
	font-weight:bold;
	letter-spacing: 1px;
}

#movBox img
{
	display:none;
}

#bannerImage
{
	padding:0px;
	margin:0px;
	float:left;
}

#FullWrapper
{
	display:block;
	width:900px;
	margin:5px 0 10px 0;
	padding:10px 0 0 0;
	border-top:10px solid #CCC;
	background: url(../img/bg_news.gif) top left repeat-x;
}

.productHeader
{
	display:block;
	position:relative;
	top:-35px;
	color:#fff;
	text-align:left;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.25em;
	font-weight:bold;
	text-indent:15px;
}

.FullSize
{
	display:block;
	width:880px;
	margin:0px;
	padding:10px;
}

.HalfRight
{
	display:block;
	float:right;
	width:430px;
	margin:0px;
	padding:10px;
}

.HalfLeft
{
	display:block;
	float:left;
	width:430px;
	margin:0px;
	padding:10px;
}

.OneThird
{
	display:block;
	float:left;
	width:270px;
	margin:0px;
	padding:10px;
}

.TwoThird
{
	display:block;
	float:right;
	width:590px;
	margin:0px;
	padding:10px;
}

.ShopImg
{
	display:block;
	float:left;
	width:220px;
	margin:0px;
	padding:10px;
}



#ProductWrapper
{
	display:block;
	width:900px;
	margin:10px 0 0 0;
}

.Desc
{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.3em;
	text-align:justify;
	padding:105px 9px 5px 9px;
}

#MoreWrapper
{
	display:block;
	width:900px;
	margin:5px 0 15px 0;
}

.mDesc
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	line-height:1.5em;
	text-align:right;
	padding-right:15px;
}

.mDesc a, .mDesc a:link, .mDesc a:active, .mDesc a:visited 
{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

.mDesc a:hover
{
	color:#285CA7;
}

#NewsWrapper
{
	display:block;
	width:900px;
	margin:10px 0 10px 0;
	padding:10px 0 0 0;
	border-top:10px solid #CCC;
	background: url(../img/bg_news.gif) top left repeat-x;
}

#News
{
	width:595px;
	float:left;
}

#Content
{
	width:595px;
	float:left;
}

#Content img
{
	padding:0 0 20px 0;
}

.Title
{
	padding:9px;
	text-align:left;
	font-weight:bold;
}

.Text
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:14px;
	text-align:justify;
	padding:5px;
}

.Text a, .Text a:link, .Text a:visited, .Text a:active
{
	color:#285CA7;
	text-decoration:none;
}

.Text a:hover
{
	text-decoration:none;
	border-bottom:1px dotted #285CA7;
}

.Pathway
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:14px;
	padding:7px 0 0 15px;
	color:#000;
	display:block;
	text-align:left;
/*	float:left;*/
}

.Pathway a, .Pathway a:link, .Pathway a:visited, .Pathway a:active
{
	color:#285CA7;
	text-decoration:none;
}

.Pathway a:hover
{
	text-decoration:none;
	border-bottom:1px dotted #285CA7;
}

.HalfImage
{
	width:240px;
	float:right;
}

.HalfR
{
	width:204px;
	height:220px;
	float:right;
	display:block;
	margin:5px 6px 5px 0;
	padding:0px;
}

.HalfL
{
	width:204px;
	height:220px;
	float:left;
	display:block;
	margin:5px 0 5px 5px;
	padding:0px;
}

.HShop
{
	background: url(../img/bm5_shop.jpg) top center no-repeat;
}

.HWebshop
{
	background: url(../img/bm5_webshop.jpg) top center no-repeat;
}

.HWeb
{
	background: url(../img/bm5_web.jpg) top center no-repeat;
}

.HTerminal
{
	background: url(../img/bm5_terminal.jpg) top center no-repeat;
}

.ProdTitle
{
	padding:35px 0 0 0;
	font-size:.75em;
	font-weight:normal;
	color:#666;
	text-align:center;
}

.ProdMore
{
	padding:147px 0 0 0;
	font-size:.75em;
	font-weight:normal;
	color:#fff;
	text-align:center;
}

.ProdMore a, .ProdMore a:link, .ProdMore a:active, .ProdMore a:visited
{
	color:#fff;
	text-decoration:none;
}

.ProdMore a:hover
{
	color:#fff;
	text-decoration:underline;
}

.StepOne
{
	display:block;
	background: url(../img/stephead1.gif) top center no-repeat;
	margin:0 0 5px 0;
	padding:0px;
	font-size:.8em;
	font-weight:bold;
	color:#fff;
	text-align:left;
	line-height:30px;
	text-indent:60px;
	text-decoration:none;
}

.StepTwo
{
	display:block;
	background: url(../img/stephead2.gif) top center no-repeat;
	margin:5px 0 5px 0;
	padding:0px;
	font-size:.8em;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	line-height:30px;
	text-indent:60px;
	text-decoration:none;
}
.StepTwo a
{

	color:#ffffff;

}

.StepThree a
{

	color:#ffffff;
	
}

.StepThree
{
	display:block;
	background: url(../img/stephead3.gif) top center no-repeat;
	margin:10px 0 5px 0;
	padding:0px;
	font-size:.8em;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	line-height:30px;
	text-indent:60px;
	text-decoration:none;
}

.Info
{
	height:40px;
	line-height:40px;
	margin:10px 0 10px 0;
	border-top:1px solid #285CA7;
	border-bottom:1px solid #285CA7;
	font-size:.75em;
	font-weight:bold;
	text-align:left;
	text-indent:55px;
	background: url(../img/button_info.png) top left no-repeat #BECEE4;
}

div.FeatureHeader {
	background-color:#1A8441;
	color:#fff;
	margin:0px;
	padding:4px;
	width:100%;
	text-align:left;
	text-indent:5px;
	font-size:.8em;
	font-weight:bold;	
}

div.Features {
	background-color:#FFFFFF;
	color:#000000;
	margin:0px;
	padding:4px;
	width:100%;
	text-align:left;
	border:1px solid #ccc;
}

.leftBlock {
	border:1px solid white;
	color:#000000;
	display:block;
	font-family:Tahoma,Trebuchet MS,Arial,Verdana,Helvetica;
	font-size:11px;
	margin:0;
	padding:0;
	width:49%;
}

.rightBlock {
	border:1px solid white;
	color:#000000;
	display:block;
	float:right;
	font-family:Tahoma,Trebuchet MS,Arial,Verdana,Helvetica;
	font-size:11px;
	margin:0;
	padding:0;
	width:49%;
}

.fullBlock {
	border:1px solid white;
	color:#000000;
	display:block;
	font-family:Tahoma,Trebuchet MS,Arial,Verdana,Helvetica;
	font-size:11px;
	margin:0;
	padding:0;
}

.rightBlock ul, .leftBlock ul, .fullBlock ul
{
	padding:0px;
	margin:0px;
}

.rightBlock li, .leftBlock li, .fullBlock li
{
	list-style-type:disc;
	padding:0 0 0 5px;
	list-style-position:inside;
}

#PriceWrapper
{
	display:block;
	width:880px;
}

.PriceRow
{
	width:100%;
	display:block;
	clear:both;
	border-bottom:1px solid #ccc;
}

.PriceAddRow
{
	width:100%;
	display:block;
}

.PreisHead
{
	height:30px;
	line-height:30px;
	margin:10px 0 0 0;
	font-size:.8em;
	font-weight:bold;
	text-align:left;
	text-indent:15px;
	background:#1A8441;
	color:#fff;
	display:block;
}

.PID
{
	height:30px;
	line-height:30px;
	width:45px;
	margin:0;
	font-size:.75em;
	font-weight:bold;
	text-align:left;
	text-indent:5px;
	color:#285CA7;
	float:left;
	display:block;
}

.PreisDesc
{
	height:30px;
	line-height:30px;
	margin:0;
	font-size:.75em;
	font-weight:bold;
	text-align:left;
	text-indent:10px;
	float:left;
	display:block;
}

.PreisDesc a, .PreisDesc a:link, .PreisDesc a:visited, .PreisDesc a:active, .PID a:hover
{
	text-decoration:none;
	color:#000;
}

.PreisDesc a:hover, .PID a, .PID a:link, .PID a:visited, .PID a:active
{
	text-decoration:none;
	color:#1A8441;
}

.PreisDesc span
{
	font-weight:normal;
	text-align:left;
	font-size:10px;
	color:#777;
}

.PreisAddRow
{
	font-weight:normal;
	text-align:left;
	font-size:10px;
	color:#777;
	text-indent:55px;
	display:block;
	clear:both;
}

.PreisHDesc
{
	height:30px;
	line-height:30px;
	margin:0;
	font-size:.75em;
	font-weight:bold;
	text-align:left;
	text-indent:10px;
	float:left;
	display:block;
}

.Preis
{
	height:30px;
	line-height:30px;
	padding:0 5px 0 0;
	margin:0;
	font-size:.75em;
	font-weight:bold;
	float:right;
	display:block;
}

.Info a, .Info a:link, .Info a:visited, .Info a:active
{
	color:#285CA7;
	text-decoration:underline;
}

.Info a:hover
{
	text-decoration:none;
	border-bottom:1px dotted #000;
}

#NewsRight
{
	width:290px;
	float:left;
	padding:20px 0 0 0;
}

.NewsItem
{
	padding:9px;
	text-align:left;
	border-bottom:1px dotted #CCC;
}

.Headline
{
	color:#285CA7;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}

.Headline a, .Headline a:link, .Headline a:visited, .Headline a:active
{
	color:#285CA7;
	text-decoration:none;
}

.Headline a:hover
{
	text-decoration:none;
	border-bottom:1px dotted #285CA7;
}

.SubHeadline
{
	color:#285CA7;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}

.Express
{
	color:#1A8441;
}

.Premium
{
	color:#883E98;
}

.Enterprise
{
	color:#285CA7;
}

.ExpressBG
{
	background-color:#1A8441;
}

div.PremiumBG
{
	background-color:#883E98;
}

.EnterpriseBG
{
	background-color:#285CA7;
}

.ShopHeadline
{
	color:#285CA7;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:16px;
	text-align:left;
}

.NewsText
{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:14px;
	text-align:justify;
}

.Details
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	line-height:16px;
	font-weight:bold;
	color:#000;
	text-indent:20px;
}

.MoreNews
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	line-height:16px;
	color:#285CA7;
	text-align:right;
}

.MoreNews a, .MoreNews a:link, .MoreNews a:visited, .MoreNews a:active
{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.MoreNews a:hover
{
	color:#285CA7;
	text-decoration:none;
}

#NewsHeader
{
	margin:10px 0 0 0;
	padding-left:9px;
	height:25px;
	text-align:left;
	background: url(../img/head_news.gif) top center no-repeat;
}

#MiscRight
{
	width:290px;
	display:block;
	float:right;
	margin-left:15px;
}

table.contentpaneopen
{
  	width:100%;
   padding:0px;
   border-collapse:collapse;
   border-spacing:0px;
   margin:0px;
	border:0px;
}

.contentpaneopen td
{
  	width:100%;
   padding:0px;
   margin:0px;
	border:0px;
}

.Container
{
	margin:10px 0 0 0;
	padding-left:9px;
	height:70px;
	background: url(../img/container.gif) top center no-repeat;
}

#LoginBox
{
	margin:10px 0 0 0;
	padding-left:9px;
	height:100px;
	text-align:left;
	background: url(../img/bg_login.gif) top center no-repeat;
	position:relative;
}

.LoginTitle
{
	position:absolute;
	margin:2px 0 0 0;
	text-indent:10px;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	font-weight:bold;
	line-height:20px;
	display:block;
}

.LoginUsername
{
	position:absolute;
	top:33px;
	text-indent:15px;
	color:#7F7F7F;
	text-transform:uppercase;
	text-align:left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	display:block;
}

.LoginPassword
{
	position:absolute;
	top:53px;
	text-indent:15px;
	color:#7F7F7F;
	text-transform:uppercase;
	text-align:left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	display:block;
}

.LoginFooter
{
	position:absolute;
	top:80px;
	text-indent:60px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	display:block;
}

.LoginFooter a, .LoginFooter a:link, .LoginFooter a:active, .LoginFooter a:visited
{
	color:#7F7F7F;
	text-decoration:none;
}

.LoginFooter a:hover
{
	color:#000;
	text-decoration:underline;
}

.FieldUsername
{
	position:absolute;
	top:29px;
	left:90px;
}

.FieldPassword
{
	position:absolute;
	top:49px;
	left:90px;
}

input.tbox
{
	border:1px solid #A5ACB2;
	color:#666666;
	display:inline;
	font-family:Tahoma,Trebuchet MS,Arial,Verdana,Helvetica;
	font-size:10px;
	height:14px;
	line-height:16px;
	margin:1px 0pt;
	padding-left:4px;
	width:100px;
}

.submit
{
	border:1px solid #A5ACB2;
	color:#000000;
	cursor:pointer;
	font-family:Tahoma,Trebuchet MS,Arial,Verdana,Helvetica;
	font-size:10px;
	height:18px;
	line-height:16px;
	width:50px;
	margin-top:1px;
}

.logout
{
	display:inline;
	padding:0 15px 0 15px;
	float:right;
}

.warenkorb
{
	display:inline;
	float:right;
	padding:0px;
}

.cart
{
	display:inline;
	float:right;
	background: transparent url(../img/cart.gif) no-repeat;
	padding:0px;
	cursor:pointer;
}

#AdBox
{
	margin:20px 0 0 0;
	padding-left:9px;
	height:272px;
	background: url(../img/ad.jpg) top center no-repeat;
}

#AdPartner
{
	margin:20px 0 0 0;
	padding-left:9px;
	height:100px;
	background: url(../img/ad_partner.jpg) top center no-repeat;
}

#Footer
{ 	
	display:block;
	clear:both;
	margin:0;
	padding:0;
	width:900px;
	text-align:right;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	line-height:20px;
	border-top:1px solid #CCC;
}

#Footer span
{ 
	padding-right:15px;
}

/****************************************************************
				PARTNER - LIST
*****************************************************************/
.Cell img
{
	vertical-align:middle;
	height:16px;
	width:16px;
	border:0px;
}

.DescCell
{
	
	text-indent:15px;
	text-align:left;
	float:none;
	width:auto;
	line-height:30px;
	height:30px;
}

.ListHeader .Cell
{
	font-weight:bold;
	font-size:.75em;
	background:#285CA7;
	color:#fff;
	float:right;
	width:120px;
	text-align:center;
}

.ListHeader .DescCell
{
	font-weight:bold;
	font-size:.75em;
	background:#285CA7;
	color:#fff;
}

.Row
{
	height:30px;
	line-height:30px;
	font-size:.75em;
	text-align:left;
	display:block;
	background-color:#DEDEDE;
	margin-bottom:1px;
}

.Cell
{
	line-height:30px;
	color:#000;
	float:right;
	width:120px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

.Row .DescCell a, .Row .DescCell a:visited, .Row .DescCell a:link, .Row .DescCell a:active
{
	color:#000;
	font-weight:bold;
	display:block;
}

.Row .DescCell a:hover
{
	color:#285CA7;
}


/****************************************************************/

.clear
{
	display:block;
	clear:both;
}


.isList .highlighted *
{
	background-color:#BECEE4;
}
