@import 'menu.css';

/*  allow body to span entire window height	*/
HTML, BODY {
	height: 100%;
}

/* Setup defaults for body	 */
BODY {
	background: url('../res/bg/body.gif') top left;
	margin: 0px;
	padding: 0px;
}

/*	Font styles for the whole site	 */
TD, P, BODY {
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:   11px;
	line-height: 16px;
}

/*	Link styles	*/
A {
	font-size:   11px;
	line-height: 16px;
}

A:link		{	color: #000000;	text-decoration: underline;	}
A:visited	{	color: #000000;	text-decoration: underline;	}
A:hover		{	color: #da2007;	text-decoration: underline;	}

/*	Container	*/
.container	{	position: relative;	}

.cMainBody {
	margin-left: auto;
	margin-right: auto;
	width: 831px;
/* 	padding-top: 10px; */
}

.cTL {
	width: 25px;
	height: 25px;
	background: url('../res/bg/mbtl.gif') no-repeat top left;
}

.cTC {
	width: 781px;
	height: 25px;
	background-color: black;
	margin-left: 25px;
	margin-right: 25px;
	color: white;
	font-weight: normal;
}

.cTR {
	width: 25px;
	height: 25px;
	background: url('../res/bg/mbtr.gif') no-repeat top right;
}
	
.cTC A:link		{	color: white;	}
.cTC A:visited	{	color: white;	}
.cTC A:hover	{	color: #FF9E09;	}

.cTC .cLangSel {
	float: left;
	padding-left: 10px;
}

.cTC .cMetaMenu {
	float: right;
	padding-left: 10px;
}

.cBL {
	width: 25px;
	height: 45px;
	background: url('../res/bg/crbl.gif') no-repeat top left;
}

.cBR {
	width: 25px;
	height: 45px;
	background: url('../res/bg/crbr.gif') no-repeat top right;
}

.cBC {
	margin-left: 25px;
	margin-right: 25px;
	width: 769px;
	height: 35px;
	padding-left: 10px;
	background: url('../res/bg/crbc.gif') repeat-x top left;
	padding-bottom: 10px;
	color: #727272;
}

.cMainWrap {
	width: 800px;
	background: url('../res/bg/main.gif') repeat-y top left;
	padding-left: 14px;
	padding-right: 17px;
}

.cMenuBar {
	position: relative;
	background: url('../res/bg/mmenu.gif') repeat-x bottom left;
	height: 104px;
}

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

.cMainMenu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	height: 30px;
}

.cTeaserBar {
	position: relative;
	height: 260px;
	width: 800px;
	background: url('../res/bg/teaser.jpg') no-repeat top left;
}

.cLogin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 165px;
	background: url('../res/bg/login.png');
	z-index: 3;
	padding-left: 20px;
	padding-top: 35px;
	color: #0e355e;
}

.cLogin A:link,
.cLogin A:visited	{	color: #0e355e; text-decoration: underline;	}
.cLogin A:hover		{	color: #000000; text-decoration: underline;	}


.cHeadlines {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 760px;
	background: url('../res/bg/headline.png');
	color: white;
	z-index: 3;
	padding: 10px 20px 10px 20px;
}

.cHeadlines TD {
	color: white;
}

.cTeaser {
	position: absolute;
	left: 240px;
	top: 130px;
	width: 550px;
	height: 50px;
}

.cLeft {
	float: left;
	width: 160px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 16px;
	color: #aeaeae;
}

.cLeft A:link,		.cRight A:link		{	color: #777;	text-decoration: underline;	}
.cLeft A:visited,	.cRight A:visited	{	color: #777;	text-decoration: underline;	}
.cLeft A:hover,		.cRight A:hover		{	color: #000;	text-decoration: underline;	}


.cLeft H1, .cRight H1 {
	color: #185075;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight:  bold;
}

.cRight {
	float: right;
	width: 160px;
	padding-right: 20px;
}

.cRight P, .cLeft P {
	color: #aeaeae;
}

.cMain {
	float: left;
	
	padding-left: 50px;
	padding-right: 50px;
}

.c1col { width: 320px; }
.c2col { width: 480px; }

.cMain H2, .cRight H2 {
	color: #63a7d4;
	font-weight: normal;
	font-size: 11px;
}

.cRight H2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.cSearchBox {
	height: 43px;
	padding-top: 20px;
	padding-left: 20px;
	background: url('../res/bg/search.gif') no-repeat top left;
}

.search-text {
	border: 1px solid #666;
	width: 140px;
	height: 15px;
}

.cContent {
	overflow: hidden;
}


.login-user, .login-pw {
	width: 128px;
	height: 15px;
	border: 1px solid #666;
	line-height: 20px;
}

.news-item {
	padding-bottom: 15px;
}

.cSectionMap A {
	background: url('../res/narrow.gif') no-repeat 0px 3px;
	padding-left: 15px;
	padding-bottom: 10px;
	display: block;
	font-weight: normal;
}

.cSectionMap A:link,
.cSectionMap A:visited {
	font-weight: normal;
	text-decoration: none;
	color: black;
}

.cSectionMap A:hover {
	text-decoration: underline;
	color: #da2007;
}