/*-------------------------------------------------------------
 CSS TEMPLATE FOR XHTML 1.0 TRANSITIONAL HTML-DOCUMENTS
 Version 1.0
 
 - general XHTML elements (no form-elements)
---------------------------------------------------------------*/

/************************************
* general font properties
* - font-family
* - line-height
* - font-size
* - color
*************************************/

*,
body,
table,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
textarea
{
	font-family:arial,tahoma,verdana;
	line-height:16px;
	font-size:12px;
	color:#000000;	
}

/************************************
* page scrolling behaviour
*************************************/

/* when in standards mode, use styles below */

html
{
	overflow:scroll;		
	overflow-x:auto;
}
body
{
	overflow:visible;
}

/* when in quirksmode, use styles below */

/*
html
{
	overflow:hidden;
}
body
{
	overflow:scroll;		
	overflow-x:auto;
}
*/

html,
body
{
}
div
{
}

/************************************
* general text construct margins
* - allows for stacking them randomly
*   with correct spacing
*************************************/

table,
p,
ul,
ol,
dl,
.button_inline,
fieldset,
code
{
	margin-bottom:1.5em;
}

/************************************
* utilities
*************************************/

/* hide element (no display) */
.hidden
{
	display:none;
	clear: both; 
}
/* hide element (invisible) */
.invisible
{
	visibility:hidden;
	clear: both;
}
/* clearfix */
.clearfix:after 
{
   	content: "."; 
   	display: block; 
   	height: 0; 
 	clear: both; 
   	visibility: hidden;
	}
.clearfix 
{
	display: inline-table;
}
* html .clearfix 
{
	height: 1%;
}
.clearfix 
{
	display: block;
}	
/* floating */	
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
/* clearing */	
.clear
{
	clear:both;
}
.clearleft
{
	clear:left;
}
.clearright
{
	clear:right;
}

/************************************
* list and definition list styles
*************************************/

/* list types */
ul,
ol
{
	list-style-position: outside;		
	margin-left:30px;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
/* list items */
li
{
}
ul li
{
}
ol li
{
}
/* second level list items */
ul li li
{
}
ol li li
{
}
/* third level list items */
ul li li li
{
}
ol li li li
{
}
/* definition list */
dl
{
}www.
dt
{
}
dd
{
}

/************************************
* headings
*************************************/
h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight:bold;
	line-height:1em;
	margin-bottom:0.27em;
	margin-top:0.27em;
	color:#4d85c5;
/*	text-transform:lowercase;*/
}
h1
{
	font-size:150%;
	margin-bottom:0.9em;
}
h2
{
	font-size:120%;
}
h3
{
}
h4
{
	color:#000000;
}
h5
{

}
h6
{
}
/************************************
* text and inline element styles
*************************************/

/* generic */
br
{
}
span
{
}
img
{
}
kbd
{
}
ins
{
}
del
{
}
pre
{
}
/* address */
address
{
}
/* paragraph */
p
{
}
p.intro
{
	font-weight:bold;
}
/* general text styles */
strong,
.strong
{
	font-weight:bold;
	font-style:normal;
}
em
{
	font-weight:normal;
	font-style:italic;
}
/* abbrevations, acronyms and defenitions */
abbr
{
}
acronym
{
	text-transform:uppercase;
}
dfn
{
	font-style:italic;
}
/* quotations and cites */
q
{
	font-size:italic;
}
cite
{
	font-style:italic;
}
blockquote
{
}
/* output and samples */
samp
{
	font-family:courier;
}
var
{
}
code
{
	white-space:pre;
	font-family:courier;
}
code.block
{
	display:block;
}
tt
{
	font-family:courier;
}
/* font modifiers */
big
{
	font-size:120%;
}
small
{
	font-size:80%;
}
sub
{
}
sup
{
}

/************************************
* anchors
*************************************/

/* anchor general */
a:link,
a:active,
a:visited,
a:hover
{
	color:#4d85c5;
	text-decoration:none;
}
/* link */
a:link
{
}
/* active */
a:active
{
}
/* visited */
a:visited
{
}
/* hover */
a:hover
{
	text-decoration:underline;
}

/************************************
* tables
*************************************/

table
{
	width:100%;
	margin-bottom:1.5em;
	border-collapse:collapse;
}
/* general cell properties */
th,
td
{
	padding:2px;
	text-align:left;
	vertical-align:top;
}
/* head cell*/
th
{
	background-color:#F0F0F0;
}
/* data cell */
td
{
}
/* row */
tr
{
}
/* various */
caption
{
}
col
{
}
colgroup
{
}
tbody
{
}
thead
{
}
tfoot
{
}

/************************************
* inline buttons (sliding door)
*************************************/

/* inline button */
a.button_inline:link,
a.button_inline:visited,
a.button_inline:active,
a.button_inline:hover
{
	background-color:#4D85C5;
	display:block;
	float:left;
	cursor:pointer;	
	text-decoration:none;	
	margin-right:8px;
	font-weight:bold;
	padding-right:10px;
	line-height:1.5em;
}
a.button_inline:hover
{
	background-color:#fc005f;
}
/* inline button inner span */
a.button_inline:link span,
a.button_inline:visited span,
a.button_inline:active span,
a.button_inline:hover span
{
	padding-left:10px;
	line-height:2em;
	display:block;
	float:left;
	color:#ffffff;	
}
/* inline button hover state */
a.button_inline:hover
{
}
a.button_inline:hover span
{
}

/************************************
* mod_newslist
*************************************/

p.more a:link,
p.more a:visited,
p.more a:active,
p.more a:hover,
p.back a:link,
p.back a:visited,
p.back a:active,
p.back a:hover
{
	display:block;
	padding-left:14px;
	background:url(../images/readmore_arrow.gif) 0px 0px no-repeat;
	text-transform:lowercase;
	font-weight:bold;
}

.mod_newslist
{
	width: 670px;
	float: left;
}

.mod_newslist p.teaser
{
	margin-bottom:0px;
}

.mod_newslist .layout_short_home h1
{
	float:left;
}

.mod_newslist .layout_short_home span.teaser
{
	float:left;
	display:block;
	width:auto;
}

/************************************
* mod_navigation
*************************************/

#nav_main_primary
{
	float:right;
	margin-top:32px;
}
#nav_main_primary ul
{
	float:left;
	list-style-type:none;	
	margin:0px;
}
#nav_main_primary ul li
{
	float:left;
}
/* primary listitems */
#nav_main_primary ul li
{
	margin-right:18px;
}
#nav_main_secondary ul li
{
	margin-right:14px;
}

/* main secondary navigation */
#nav_main_secondary ul
{
	padding-top:7px;
}

/* disable nested menus in main nav */
#nav_main_primary ul ul
{
	display:none;
}
/* nav anchors */
#nav_main_primary a:link,
#nav_main_primary a:visited,
#nav_main_primary a:active,
#nav_main_primary a:hover,
#nav_main_secondary a:link,
#nav_main_secondary a:visited,
#nav_main_secondary a:active,
#nav_main_secondary a:hover,
#nav_secondary a:link,
#nav_secondary a:visited,
#nav_secondary a:active,
#nav_secondary a:hover,
#nav_main_primary span.active,
#nav_main_secondary span.active,
#nav_secondary span.active
{
	color:#000000;

	text-decoration:none;
	font-weight:bold;
}
/* active item and hover state */
#nav_main_primary a:hover,
#nav_main_secondary a:hover,
#nav_secondary a:hover,
#nav_main_primary span.active,
#nav_main_secondary span.active,
#nav_secondary span.active,
#nav_main_primary a.trail,
#nav_main_secondary a.trail
{
	color:#4D85C5;
	margin:0px;
}

/* nav main primary sizes */
#nav_main_primary a:link,
#nav_main_primary a:visited,
#nav_main_primary a:active,
#nav_main_primary a:hover,
#nav_main_primary span.active
{
	font-size:18px;
}

/* secondary navigation */
#nav_secondary
{
}
#nav_secondary ul
{
	list-style-type:none;
	margin:0px;
	margin-left: 2px;
}
#nav_secondary ul li
{
	margin-bottom:8px;
}


/************************************
* footer
*************************************/

#footer
{
	margin-top:24px;
	margin-bottom:24px;	
	font-size:10px;
	color:#7f7f7f;
}

#footer div.wrapper
{
	height:44px;
	position:relative;
}

#footer div.wrapper div.first_part,
#footer div.wrapper div.second_part
{
	text-align:center;
	line-height:44px;
	font-size:10px;
	color:#7f7f7f;
}

#footer div.wrapper div.first_part
{
	font-size:10px;
	color:#7f7f7f;
}
#footer div.wrapper div.second_part
{
	font-size:10px;
	color:#7f7f7f;
}

#footer div.wrapper div.second_part img
{
	position:absolute;
	top:12px;
	right:16px;
}
/* anchors in footer */
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover
{
	color:#7f7f7f;
}

/************************************
* structural elements
*************************************/

#header #logo
{
	margin-top:18px;
	margin-bottom:0px;
	float:left;
}

#container
{
	margin-top:5px;
}

#right .inside
{
}

/************************************
* mod_customer_area
*************************************/

/* file wrapper */

.mod_customer_area .customer_wrapper h2
{
	background-color:#4d85c5;
	color:#ffffff;
	padding:4px;
}
.mod_customer_area .project_wrapper h3
{
	background-color:#dddddd;
	color:#000000;
	padding:4px;
}
.mod_customer_area .directory_wrapper h4
{
	background-color:#eeeeee;
	color:#000000;
	padding:4px;
	font-weight:normal;
	font-style: italic;
}
.mod_customer_area .directory_wrapper .file_wrapper
{
	height:20px;
	padding:2px;
	padding-left:4px;
	padding-right:4px;	
	background:url(../images/bg_file_wrapper.gif) repeat-x top left;
}
.mod_customer_area .directory_wrapper .file_wrapper a
{

}
.mod_customer_area .collapsed .content_wrapper
{
	display:none;
}
.mod_customer_area h1,
.mod_customer_area h2,
.mod_customer_area h3,
.mod_customer_area h4,
.mod_customer_area h5,
.mod_customer_area h6
{
	cursor: pointer;
}				
.mod_customer_area .phase_button_wrapper div.button
{
	float:left;
	padding:2px;
	margin-right:2px;
	background-color:#eeeeee;
	cursor:pointer;
	border:1px solid #4d85c5;
}
.mod_customer_area .phase_button_wrapper div.selected
{
	background-color:#4d85c5;
	color:#ffffff;
}
.mod_customer_area .phases_wrapper
{
	
	clear:both;
}
.mod_customer_area .directory_wrapper p
{
	padding:4px;
	margin:0px;
}
.mod_customer_area .collapsed
{
	
}
.mod_customer_area .expanded
{
	
}

/************************************
* mod_article
*************************************/

.mod_article div.teaser p
{
	margin-bottom:0px;
}
.mod_article div.teaser p.more
{
	margin-bottom:1.5em;
}

/************************************
* mod_newsmenu
*************************************/
.mod_newsmenu ul
{
	list-style-type:none;
	margin:0px;
}
.mod_newsmenu ul.level_2
{
	margin-bottom:1.5em;
}
.mod_newsmenu p
{
	margin-bottom:0px;
}
.mod_newsmenu ul li
{
	font-weight:bold;
}
.mod_newsmenu ul.level_2 li
{
	font-weight:normal;
}

/************************************
* mod_newsarchive
*************************************/

.mod_newsarchive .last
{
	margin-bottom:1.5em;
}

div.custom div#visual {
	float: left;
	}


.home .mod_newslist .layout_short
{
	float:left;
	width:290px;
	margin-right:45px;
}

.home .mod_newslist div.last 
{
	margin-right:0px;
}	

.home .mod_newslist .layout_short a h2 {
	color:#000000;
	font-size:16px;
	line-height:18px;
}

.ce_accordion
{
background:url(../images/bg_line_dottpixels.gif) repeat-x bottom left;
color:#4d85c5;
}
.ce_accordion .toggler
{
	background:url(../images/faq_arrow_down.gif) no-repeat center right;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
	color:#4d85c5;	
	font-size:120%;	
}
.ce_accordion .active
{
	background:url(../images/faq_arrow_up.gif) no-repeat center right;	
	line-height:16px;	
}
.ce_accordion .accordion
{
	padding:3px;
}
.lb
{
	border:1px solid #d7d7d7;
}
body.home .custom
{
	height: 495px;
}
body.page .custom
{
	height: 281px;
}

