﻿/*  Default page */
.sectionNews
{
	position:relative;
	background-color:#ebeae5;
	margin-top:5px;
	width:720px;
	height:210px;
	float:left;
}
.sectionNewsletter
{
	position:relative;
	background-color:#ebeae5;
	margin-top:5px;
	width:230px;
	height:210px;
	float:right;
}
.sectionBanner1
{
	position:relative;
	background-color:#ebeae5;
	margin-top:5px;
	width:475px;
	height:60px;
	float:left;
}
.sectionBanner2
{
	position:relative;
	background-color:#ebeae5;
	margin-top:5px;
	width:475px;
	height:60px;
	float:right;
}
.sectionAllNews
{
	position:relative;
	background-color:#ebeae5;
	margin-top:5px;
	width:200px;
	float:left;
}
.sectionNewsReadMore
{
	position:relative;
	background-color:#ebeae5;
	margin-top:5px;
	width:750px;
	float:right;
}
#errNewsletterSubscribe
{
	display:none;
}
#errNewsletterUnsubscribe
{
	display:none;
}
.flashNewestCover
{
	width:100%;
	height:300px;
	background-color:#000000;
}

.news_item
{
	position:relative;
	width:236px;
	float:left;
}
.news_content
{
	float:left;
	width:225px;
}
.newsDateDay
{
	background-image:url(../images/day_bg.gif);
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	color:#ffffff;
	font-size:12px;
	padding-top:5px;
	padding-left:5px;
	float:left;
}
.newsDateMonth
{
	font-size:11px;
	width:150px;
	vertical-align:top;
	text-transform:uppercase;
}
.newsDateYear
{
	font-size:10px;
	width:150px;
	vertical-align:top;
}
.newsShortDescription
{
	clear:left;
	width:225px;
	height:135px;
	text-align:left;
}
.newsReadMore
{
	text-align:right;
	color:#911120;
	font-size:10px;
	width:225px;
}
.newsSeparator
{
	padding-top:40px;
	height:140px;
	width:11px;
	background-image:url(../images/news_separator.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:right;
}
#newsletterSubscribe
{
	display:none;
}
#newsletterUnSubscribe
{
	display:none;
}
#newsletterSubscribeContent
{
	display:block;
}

/* no flash installed */
.noflash_bg
{
	background-image:url(../images/getflash/background.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:960px;
	padding-top:160px;
	padding-left:149px;
}
.noflash_install
{
	background-image:url(../images/getflash/install_now.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:82px;
	float:left;
}
.noflash_center
{
	height:22px;
	width:25px;
	float:left;
}
.noflash_info
{
	background-image:url(../images/getflash/read_more.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:82px;
	float:left;
}
/* magazine page  */

/* subscription page */

/* prefered partners */


.preferedPartner_img
{
	text-align:center;
	font-style:italic;
	font-size:10px;
}
.preferedPartners_title
{
	color:#911120;
	font-size:11px;
	font-weight:bold;
	margin-bottom:3px;
}
.preferedPartners_subtitle
{
	color:#372c25;
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
}
.preferedPartners_text
{
	margin-top:1px;
	margin-bottom:5px;
}
.preferedPartners_contactperson
{
	width:250px;
}
/* Navigation WUC  */
#ads
{
	visibility:hidden;
	color:White;
	position:absolute;
	top:30px;
	left:365px;
	height:80px;
	width:160px;
	background-color:Maroon;
}

/* login page */
.errorMessageLogin
{
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#911120;
	font-weight:bold;
	margin-top:40px;
}
.loginForm_page
{
	width:300px;
	color:#ffffff;
	background-color:#372c25;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:80px;
	padding:10px;
}
.loginControls_page
{
	color:#757575;
	padding-top:10px;
}
#forgotPassword
{
	visibility:hidden;
}

