/*
CSS FILE LAYOUT
position (float, position, location)
size (width, height)
background
margin
padding
font
color
border
*/

/* import text elements */
@import url('css_text_elements.css');

/***********************************
GENERAL
**********************************/
body {
	margin: 0px;
	font: 11px verdana,arial,helvetica;
	color: #000000;
	}

form {
	margin: 0px;
	}
input.formContentText {
	background: #eeeeee;
	font: 11px verdana,arial,helvetica;
	color: #2a2a2a;
	border: solid 1px #404040;
	}
select.formContentText {
	background: #eeeeee;
	font: 11px verdana,arial,helvetica;
	color: #2a2a2a;
	border: solid 1px #404040;
	}
input.formContentTextSearch {
	width: 112px;
	height: 13px;
	background: #eeeeee;
	color: #2a2a2a;
	border: solid 1px #404040;
	font: 10px verdana,arial,helvetica;
	}
input.formContentTextEnewsletter {
	width: 100px;
	height: 13px;
	background: #eeeeee;
	color: #2a2a2a;
	border: solid 1px #404040;
	font: 10px verdana,arial,helvetica;
	}
input.formContentSubmit {
	background: #f3f3f3;
	color: #003399;
	font: 10px verdana,arial,helvetica;
	border: solid 1px #000000;
	padding: 0px;
	}
textarea.formContentTextarea {
	background: #eeeeee;
	font: 11px verdana,arial,helvetica;
	color: #2a2a2a;
	border: solid 1px #404040;
	}
input.formSearchBox:focus, input.formContentText:focus, textarea.formContentTextarea:focus {
}


/***********************************
LAYOUT
***********************************/
#logo {
	position: absolute;
	top: 270px;
	left: 595px;
	
	width: 108px;
	height: 60px;
	}
#frame {
	width: 707px;
	text-align: left;
	background: #ffffff;
	border-right: solid 1px #eeeeee;
	}
#top {
	height: 232px;
	clear: both;
	background: #dddddd no-repeat;
	}

#mainMenu {
	clear: both;
	font: bold 9px verdana,arial,helvetica;
	color: #818181;
	text-transform: uppercase;
	padding-top: 6px;
	}

#mainMenu .homeLink {
	color: #b6b6b6;
	padding: 0px 65px 0px 5px;
	text-decoration: none;
	}

a.tunerLink:link,visited {
	color: #818181;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	}
a.tunerLink:visited {
	color: #818181;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	}
a.tunerLink:hover {
	color: #003399;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	}

#left {
	width: 151px;
	float: left;
	padding-left: 8px;
	}

.leftMenuItem {
	padding: 5px 0px 5px 0px;
	}
.leftMenuItem img {
	border: 0px;
	}

#searchBox {
	padding: 30px 0px 5px 0px;
	}

#content {
	float: left;
	margin: 65px 0px 0px 15px;
	width: 485px;
	}
/* main content class */
.contentWell {
	clear: both;
	}
/* header for each content type */
.contentWellHeader {
	clear:both;
	padding-top: 10px;
	}
.contentWellItem {
	background: url(../images/bg_contentwellteaser.gif) repeat-y;
	margin-bottom: 2px;
	float:left;
	width: 485px;
	}
.contentWellDisplay {
	margin-bottom: 2px;
	width: 475px;
	}
.contentTeaser {
	width: 475px;
	}
.contentTeaserImg {
	float:left;
	}
.contentTeaserImg img{
	padding: 0px;
	margin: 0px;
	border: solid 2px #eeeeee;
	float: left;
	}
.contentTeaserDate {
	font: 10px verdana,arial,helvetica;
	font-style: italic;
	padding: 0px 0px 3px 0px;
	}
.contentTeaserText {
	margin-left: 110px;
	width: 365px;
	}
.contentTeaserText p{
	font: 11px verdana,arial,helvetica;
	color: #333333;
	}
.contentTeaserText h2 img{
	float: right;
	border: 0px;
	}
.contentTeaserMore {
	float: right;
	font: 11px verdana,arial,helvetica;
	padding-bottom: 3px;
	}

#bottom {
	clear: both;
	font: 10px verdana,arial,helvetica;
	color: #cccccc;
	padding-top: 25px;
	text-align:center;
	}

#adColumn {
	position: absolute;
	left: 715px;
	top: 0px;
	width: 120px;
	}
#adColumn img{
	border: 0px;
	}
#categorySelect {
	position: absolute;
	top: 333px;
	left: 545px;
}

/***********************************
INSERTED THUMBNAILS
***********************************/
.articleThumb {
	margin: 0px;
	padding: 16px 8px 8px 8px;
	}

.articleThumb img{
	border: 0px;
	}
.articleThumbCaption {
	display: block;
	/*width: 125px;*/
	border: 0px;
	margin: 0px;
	font-family: verdana, arial,helvetica;
	font-size: 9px;
	color: #555555;
	text-align: center;
	}

.floatleft {
	float: left;
	padding-left: 0px;
	}
.floatright {
	float: right;
	clear: right;
	padding-right: 0px;
	}
.floatcenter {
	text-align: center;
	float: none;
	clear: both;
	padding: 0px;
	}


/*
	/** DEBUGGING BORDER **/ border: dashed 1px #cc0000;
*/
