body
{
	background-image: url('/img/bg.png');
	background-position: center; 
	margin: 0px;
}

body,input,textarea
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #696969;	
}

label
{
	width: 75%; 
	float: left;
	padding-top: 5px;	
}

input,textarea
{
	margin-top: 2px;	
}

input.button
{
	height: 28px;
	color: #333;
	font-weight: bold;	
	padding: 0px 30px 2px 30px;
}

.inputSearch
{
	width: 148px;
	height: 16px;
	font-size: 8pt;
	letter-spacing: 0.2pt;
	color: #999;
	margin: 0px 0px 0px 4px;
	padding: 1px 0px 0px 0px;
	border-width: 0px;
	background-color: transparent;
}

p,form
{
	margin: 0px;	
}


a
{
	outline: none;
	text-decoration: underline;
}

a:link		{ color: #696969; }     
a:visited	{ color: #696969; }     
a:active	{ color: #696969; }     
a:hover		{ color: #be2026; }

.txtMenu a
{
	text-decoration: none;
}

.txtSubmenu a
{
	font-size: 9pt;
	text-decoration: none;
	letter-spacing: 0.2pt;
}

.txtSubmenu a:link		{ color: #999; }     
.txtSubmenu a:visited	{ color: #999; }     
.txtSubmenu a:active	{ color: #999; }     
.txtSubmenu a:hover		{ color: #be2026; }

.txtWhite a
{
	color: #fff;
	text-decoration: none;
}

.txtWhite a:link	{ color: #fff; }     
.txtWhite a:visited	{ color: #fff; }     
.txtWhite a:active	{ color: #fff; }     
.txtWhite a:hover	{ color: #be2026; }

.txtRed a
{
	color: #be2026;
	text-decoration: none;
}

.txtRed a:link		{ color: #be2026; }     
.txtRed a:visited	{ color: #be2026; }     
.txtRed a:active	{ color: #be2026; }     
.txtRed a:hover		{ color: #696969; }

.txtLight
{
	color: #999;	
}

.txtItalic
{
	font-style: italic;
}

.txtList
{
	display: inline-table;
	margin: 0px 0px 3px 0px;
}

.txtBreaker
{
	border-top: solid 1px #999;	
}

h1 
{
	display: inline;
	font-size: 20pt;
	line-height: 20pt;
}

h2 
{
	display: inline-table;
	font-size: 16pt;
	font-weight: bold;
	line-height: 16pt;
	margin: 0px 0px 14px 0px;
}

h3 
{
	display: inline-table;
	font-size: 11pt;
	font-weight: bold;
	line-height: 11pt;
	margin: 0px 0px 5px 0px;
}

h4 
{
	display: inline-table;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10pt;
	margin: 0px 0px 5px 0px;
}

h5
{
	display: inline-table;
	font-size: 9pt;
	font-weight: bold;
	line-height: 9pt;
	margin: 0px 0px 4px 0px;
}

.bg
{
	width: 100%;
	height: 100%;
	background-image: url('/img/bg.png');
	background-position: center; 
	text-align: center;
}

.container
{
	position: relative;
	margin-left:auto; 
	margin-right:auto;	
	background-color: #fff;
}

.main
{
	position: relative;
	margin-left: auto; 
	margin-right: auto;	
	text-align: left;
}

.box
{
	position: relative;
	background-color: #f9f9f6;
	border: solid 1px #c1bfbf;
}

.logo
{
	position: absolute;
	top: 20px;
	left: 30px;
}

.menu
{
	position: absolute;
	top: 89px;
	left: 20px;	
}

.submenu
{
	position: absolute;
	top: 30px;
	right: 15px;	
}

.search
{
	position: absolute;
	top: 67px;
	right: 30px;	
	background-image: url('/img/bg_search.png');
}

.searchBtn
{
	position: absolute;
	right: 0px;
	top: 2px;
	width: 18px;
	height: 14px;
	outline: none;
	background-repeat: repeat;
	cursor: pointer;
}

.copyright
{
	position: absolute;
	bottom: 25px;
	left: 30px;	
}

.footerImg
{
	position: relative;
	bottom: 2px;
	text-align: center;
}

.footermenu
{
	position: absolute;
	bottom: 25px;
	right: 20px;	
}


.boxShadow
{
	background-image: url('/img/box_shadow.png');
	background-repeat: no-repeat;
}

.lineShadow
{
	background-image: url('/img/line_shadow.png');
	background-repeat: no-repeat;
}

.alignRight
{
	text-align: right;	
}

.headline
{
	margin-bottom: 12px;
	padding-left: 30px;
}

.menuItem
{
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #696969;
}

.menuItemLight
{
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #999;
}

.menuItemLast
{
	display: inline;
	padding: 0px 10px 0px 10px;
}

.banner
{
	position: absolute;
	top: 0px;
	left: 0px;		
}

.bannerRotator
{
	position: relative;	
	overflow: hidden;
}

.bannerPrev
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('/img/1pixel_trans.png');
	background-repeat: repeat;
}

.bannerNext
{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	background-image: url('/img/1pixel_trans.png');
	background-repeat: repeat;
}

.bannerNavBtn
{
	display: none;
	margin: 78px 20px 0px 20px;;
}

.bannerNavigator
{
	position: relative;	
	overflow: hidden;
}

.bannerTeaser
{
	display: inline-table;
	font-size: 9pt;
	line-height: 9pt;
	background-image: url('/img/bg_banner_teaser.png');
	cursor: pointer;
}

.bannerTeaserSelected
{
	display: inline-table;
	font-size: 9pt;
	line-height: 9pt;
	background-image: url('/img/bg_banner_teaser_selected.png');
}

.bannerTeaserBreaker
{
	display: inline-table;
	background-image: url('/img/bg_banner_teaser_breaker.png');
	vertical-align: top;
}

.bannerTeaserContent
{
	display: inline-table;
	color: #fff;	
	margin: 8px 10px 0px 20px;
}

.bannerTeaserContentSelected
{
	display: inline-table;
	color: #be2026;	
	padding: 8px 10px 0px 20px;
}

.articleHeader
{
	position: relative;
	top: 10px;
	display: inline-table;
	margin: 13px 30px 0px 30px;
}

.articleColumnLeft
{
	display: inline-table;
	margin: 23px 30px 30px 30px;
	vertical-align: top;
}

.articleColumnRight
{
	display: inline-table;
	margin: 23px 0px 30px 30px;
	vertical-align: top;
}

.articleColumnFixed
{
	display: inline-table;
	margin: 23px 0px 0px 30px;
	vertical-align: top;
}

.articleColumnClean
{
	display: inline-table;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

.articleColumnInline
{
	display: table-cell;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

.pageTeaser
{
	display: inline-table;
	margin: 4px 30px 22px 30px;
	vertical-align: top;
}