﻿/*  MasterPage.master BEGIN */
.DefaultContainer
{
	width: 1000px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-right: auto;
	margin-left: auto;
	padding: inherit;
	text-align: left;
	vertical-align: top;
	color: #808080;
	background-image: url('Images/ContMain.jpg');
	background-repeat: repeat-y;
}
.DefaultHeader
{
	background-image: url('Images/ContHeader.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	height: 117px;
}

.DefaultTopMain
{
	background-image: url('Images/ContTopMain.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	height: 8px;
}

.DefaultContentMain
{
	background-image: url('Images/ContMain.jpg');
	background-repeat: repeat-y;
	width: 1000px;
}

.TopNavigation {
	background-image: url('Images/ContTopNavigation.jpg');
	background-repeat: repeat-x;
	color: #808080;
	height: 28px;
}
.TopNavigation { 
	margin-top: -1px\9 }/* nur für den IE8 */

.Footer {
	background-image: url('Images/ContFooter.jpg');
	background-repeat: no-repeat;
	height: 64px;
	color: #808080;
	vertical-align: top;
	text-align: center;
}
.FooterTxt
{
	padding-top: 15px;
	text-align: right;
	font-size: 7pt;
	color: #808080;
	padding-right: 50px;
}
.Navigation {
	padding-left: 20px;
}

.Company
{
	padding-top: 16px;
	text-align: center;
	font-size: 8pt;
	color: #808080;
	height: 50px;
}
/* MasterPage.master END */

/* Default.aspx BEGIN */
.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 */

