﻿/*  MasterPage.master BEGIN */
.DefaultContainer
{
	width: 1017px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
    margin-right: auto;
	margin-left: auto;
	padding: inherit;
	text-align: left;
	vertical-align: top;
}

#DefaultTopNavigation
{
	background-image: url('Images/TopNavigation.jpg');
	background-repeat: no-repeat;
	height: 29px;
}
.DefaultRicerca
{
	background-image: url('Images/ContRicerca.jpg');
	background-repeat: no-repeat;
	height: 83px;
}
#DefaultContenBack
{
	background-image: url('Images/ContContentFrame.jpg');
	background-repeat: no-repeat;
}

.DefaultLeftFrame 
{
	text-align: left;
	vertical-align: top;
	float: left;
	width: 198px;
}
.DefaultMainFrame 
{
	text-align: left;
	vertical-align: top;
	float: left;
	width: 812px;
}
#Header {
	background-image: url('Images/ContHeader.jpg');
	height: 158px;
	background-repeat: no-repeat;
}
#ContentFooter {
	background-image: url('Images/ContContentFooter.jpg');
	background-repeat: no-repeat;
	height: 9px;
	color: #990033;
}

#Footer {
	background-image: url('Images/ContFooter.jpg');
	background-repeat: no-repeat;
	height: 49px;
	color: #FFFFFF;
}
#HeaderLx {
	float: left;
	vertical-align: top;
	text-align: left;
}
#HeaderRx {
	float: right;
	vertical-align: top;
	height: inherit;
	text-align: right;
}
#FooterTxt {
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
}
.Navigation {
	padding-top: 164px;
}
 * html .Navigation {padding-top: 150px;}
.Navigation {*padding-top: 150px;}

.Company
{
	text-align: left;
	font-size: 8pt;
	color: #CC3399;
	padding-left: 30px;
	padding-top: 14px;
}
/* MasterPage.master END */

/* Default.aspx BEGIN */
.UserLang {
	text-align: right;
	vertical-align: top;
	padding-top: 160px;
	padding-right: 8px;
}
.title {
	text-align: left;
	vertical-align: top;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 20px;
}
.text_mitte{
	width: 450px;
	text-align: left;
	vertical-align: top;
}
.CategorieTab
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
/* Default.aspx END */

#DefaultContenBack {
	background-image: url('Images/ContContentFrame.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

