/* CSS Stylesheet for Kreios.lu 2008 */ 

@import url("default.content.css");
@import url("default.sr_languagemenu.css");	
@import url("default.indexed_search.css");
@import url("default.tt_news.css");
@import url("default.sitemap.css");
@import url("default.grayBox.css");
@import url("default.bluelightBox.css");
@import url("default.graytitlelessBox.css");
@import url("default.newloginbox.css");
@import url("default.pagelayout.css");

/* Quickfixes overwritting the tt_content style */
.c2l1-left {
	border-right: 0px solid #ffffff;
}

#content .csc-bulletlist-1 li {
	list-style-image: url(../image/checked-whiteBackground.gif);
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;		
	margin-bottom: 0px;
	margin-bottom:7px;	
	font-size: 11px;
	font-weight: normal;
	color: #0070B9;	
				
}	

#content .csc-bulletlist-2 li {
	list-style-image: url(../image/arrows-whiteBackground.gif);
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom:7px;		
	font-size: 11px;
	font-weight: normal;
	color: #0070B9;					
}	


/* Styling of a large full screen article. */

/*floater for floating article images. */
.floatLeft {
	float: left;
	margin-right: 15px;
}

.floatRight {
	float: right;
	margin-left: 15px;
}

.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;
}

.article .textArea {
	width: 625px;
	border-right: 1px dotted #95a0aa;
	padding: 20px 15px;
	padding-right: 20px;
}

.article .textArea .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;	
	color: #2c73c1;
	margin: 7px 0px;
}

.article .textArea .subheader  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #002235;
	font-weight: bold;
}

.article .textArea .abstract {
	margin-top: 10px;
	font-weight: bold;
}

.article .textArea .content {
	font-size: 12px;
	text-align:justify;
}

.article .textArea .content .image {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 8px;
}

.article .textArea .content .image .caption {
	margin: 5px 10px;
	display: block;
	text-align: center;
}

.article .textArea .sectionTitle {
	color: #49555f;
	font-weight: bold;
}

.article .textArea .sourceCode {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;	
	color: #000000;
	background-color: #f8f8f8;
	border: 1px solid #dddddd;
	border-left: 20px solid #dddddd;
	padding: 0px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.article .sidebar {
	background: url(../image/news-background2.jpg) top left no-repeat;
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
}

.article .sidebar .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 6px;
}

.article .sidebar .sectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #00aeef;
	font-weight: bold;
	margin-bottom: 5px;
}

.article .sidebar .sectionContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;
	margin-bottom: 10px;
}

.article .sidebar .sectionContent a,
.article .sidebar .sectionContent a:link,
.article .sidebar .sectionContent a:visited {
	color: #658ccd;
	text-decoration: none;
}

img {
	border-style: none;
}
