/*************************************************************/
/**															**/
/**						GLOBAL STYLESHEETS					**/
/**															**/
/*************************************************************/

/*

	Project developed by:
	Into-IT
	Douwe Hoogeveen
	Internet Solutions
	0592.413012

	Pojectname		:	Tendenz
	Startdate		:	04.04.2007
	Enddate			:	
	
	Online planned	:	14.04.2007
	
*/

/* --------------------------- Default styles ------------------------------- */

html,body,div,form,table,td,tr {
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

li,ul,ol {
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

html,body,div,li,ul,ol,form {
	border: 0;
}

html, body {
	height: 100%;
}

body {
	overflow:visible;
	text-align:center;
	background:#15527f url(../gfx/bg_body.jpg) repeat-x top left;
}

ul, li {
	font-weight:normal;
}

/* --------------------------- Default styles ------------------------------- */



/* ---------------------------  Index Styles  ------------------------------- */

.container {
	position: relative;
	width:995px;
	height:100%;
	display:table;
	margin:0px auto 0px auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	text-align:left;

}

.wrapcontainer {
	display: table-cell;
	position: relative;
	background:#fff url(../gfx/bg_content.jpg) repeat-y top right;
}

.outercontainer {
	position: relative;
	height: 100%;
}

.floatcontainer {
	width: 995px;
	float: left;
	display: inline;
}


.header {
	width:995px;
	height:195px;
	border-bottom:1px solid #fff;
}

.header_top {
	background: url(../gfx/bg_top_header.jpg) repeat-x top left;
	width:995px;
	height:29px;
	border-bottom:1px solid #fff;
}

.header_top a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	float: left;
	padding: 8px;
	margin:0px 0 0 25px !important;
	margin:0px 0 0 24px;
	font-size:10px;
}

.header_body {
	background: url(../gfx/bg_body_header.jpg) no-repeat top left;
	width:995px;
	height:165px;
}

.menu_holder {
	width:995px;
	height:28px;
	background:url(../gfx/bg_menu_holder.jpg) no-repeat top left;

}

.content {
	background:url(../gfx/bg_content_right.jpg) no-repeat top right;
	width:995px;
	display: table;
}

.content_body_text {
	position: relative; /* fix for IE */
	z-index:500;
	min-height:300px;
	display: table;
	width:635px;
	float:left;
	padding:50px;
	background:#fff;
}

.content_body_right {
	width:253px;
	background:url(../gfx/bg_right_column_top.jpg) no-repeat top left;
	float:right;
}

.content_body_right_content {
	width:253px;
	float:right;
}	

.content_body_right_content a {
	text-decoration:none;
}

.content_body_right_content a:hover {
	text-decoration:underlined;
}

.download_table {
	margin-left:15px;
	width:190px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.download_table td {
	vertical-align:middle;
}

.download_table img {
	vertical-align:middle;
	border:0px;	
}

.download_table a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	border:0px;	
}

.download_table a:hover {
	text-decoration:underline;
}

.content_footer {
	width:995px;
	height:30px;
	border-top:1px solid #fff;
	background: url(../gfx/bg_top_header.jpg) repeat-x top left;
}

.right_column_holder {
	margin:22px auto 22px auto;
	width:228px;
	clear:both;
}

.right_column_holder_top {
	width:228px;
	height:20px;
	background:url(../gfx/bg_info_top.gif) no-repeat top left;
}

.right_column_holder_body {
	width:206px;
	text-align:left;
	padding:10px;
	background:#fff;
	border-left:1px solid #546b89;
	border-right:1px solid #546b89;
}

.right_column_holder_bottom {
	width:228px;
	height:20px;
	background:url(../gfx/bg_info_bottom.gif) no-repeat top left;
}
