/* style principal html tags  */
html, body
{
	height:100%;
	width:100%;
}

body
{
	margin:0px;
	padding:0px;
	background-attachment:fixed;
	background-image: 
	url('../img/interface/wood_bgd.jpg');
	background-repeat: repeat;	
}

#page {
	position: absolute; /*needed to expand to full height beyond content in FF */
	margin:0px;
	padding:0px;
	top: 0px;
	left: 0px;
	height:auto; /* FF needs this setting to expand div to fit long content */
	min-height:100%; /*sets minimum height in FF*/
	width:790px;
	background-image:url('../img/interface/page_back.png');
	background-repeat:repeat-y;
}

#wrapper
{
	position:relative;
	margin-top:60px;
	left:120px;
	width:620px;
	font-size:11px;
	line-height: 130%;
	font-family:Tahoma, Arial, Helvetica, Geneva;
	color:#000000;
	background-color:#FFFFFF;
}

#logo_subline
{
	margin-left:2px;
	margin-top:4px;
	margin-bottom:10px;
}

#lang_switch
{
	position:absolute;
	left:360px;
}

#top_right
{
	position:absolute;
	top:0px;
	left:360px;
	width:258px;
}

#navigation
{
	font-size:0px;
	margin:0px;
	padding:0px;
	width:610px;
	background-color:#FFFF00;
}

#content
{
	margin-top:20px;
}

#left 
{
	float:left;
	margin:0px;	
	width:352px;
}

#right
{
	width:257px;
	margin-left:360px;
}

#footer
{
	clear: both;
	margin:0px;	
	padding-top:30px;
	padding-bottom:80px;
}

#inner_footer
{
	padding-top:5px;
}

#footer1, #footer2, #footer3, #footer4, #footer5
{
	left:0px;
	margin:0px;	
	padding:0px;	
}

#footer1
{
	float:left;
}

#footer2
{
	position:absolute;
	margin-left:140px;
}

#footer3
{
	position:absolute;
	margin-left:240px;
}

#footer4
{
	position:absolute;
	margin-left:360px;
}

#footer5
{
	position:absolute;
	margin-left:492px;
}

#debug
{
	position:absolute;
	top:0px;
	left:790px;
	background:#CCCCCC;
}

div.doc_headline
{
	margin:0px;	
	padding:0px;
	margin-bottom:8px;	
}

div.doc_body
{
	margin:0px;	
	padding:0px;
	margin-bottom:8px;	
}


div.subhead
{
	margin:0px;	
	padding:0px;
	margin-bottom:8px;	
}

/* dotted lines */
div.dottedline_full_bottom, div.dottedline_full_top, div.dottedline_col1, div.dottedline_col2
{ 
	font-size:0px;
	margin:0px;
	padding:0px;
	background-image: 
	url('../img/interface/dash.gif');
	width:610px;
	height:1px;
}

div.dottedline_col1
{ 
	margin-bottom:15px;
	width:348px;
}

div.dottedline_col2
{ 
	margin-bottom:8px;
	width:250px;
}

/* simple headlines */
h1
{
	font-size:20px;
	margin-top:0px;
}

/* links  */

a
{
	color: #000000;
	background: #FFFF00;
	text-decoration:none;
}

a:hover
{
	color: #000000;
	background: #FFFFFF;
	text-decoration:none;
}

a:active
{
	color: #000000;
	background: #FFFFFF;
	text-decoration:none;
}

.permalink
{
}

.permalink
{
	color: #999999;
	background: #FFFFFF;
	text-decoration:underline;
}


/* prevent styling of image links */
a.imglink:link
{
	background:#FFFFFF;
}

a.imglink:visited
{
	background:#FFFFFF;
}

/* notification style */
.message, .formError
{
	color: #FF0000;
}

/* images */
img
{
	border:0px;
}

.buttonImg
{
	vertical-align:middle;
}

/* indents */
.inset1
{
	padding:0px;
	margin-top:-2px;
	margin-bottom:-2px;
}

/* tables */
table.fullWidth
{
	width:620px;
}


.nowrap
{
	white-space: nowrap; 
}

/* forms */

#simpleForm
{
}

#simpleForm td.col1
{
	width:140px;
}

#simpleForm select
{
	width:140px;
}

#contactForm
{
}

#contactForm label
{
	display:block;
	margin-top:5px;
	margin-bottom:2px;
}

#contactForm input, textarea
{
	width:260px;
}

#contactForm .check
{
	width:auto;
}

#simpleForm select.date
{
	width:70px;
}

#cvFlash
{
	float:auto;
}

#flashOnTop
{
	position:absolute;
	left:-120px;
	top:240px;
}

#flashOnTopRight
{
	position:absolute;
	left:600px;
	top:80px;
}



/* lists */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
li {
	border-bottom: 2px solid #FFFFFF;
	margin: 0;
}

li.bulleted
{
}


li.indent1, li.indent1_doc
{
	margin-left: 8px;
}

li.indent2
{
	margin-left: 16px;
}

li.indent1, li.bulleted
{
	background-image: 
	url('../img/interface/li.gif');
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 12px;
}

li.doc, li.indent2, li.indent1_doc
{
	background-image: 
	url('../img/interface/doc_li.gif');
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 12px;
}

ul.hori_list  {
	margin-top:5px;
	margin-bottom:5px;
}

ul.hori_list li {
	float:left;
	margin-right: 10px;
	padding: 0;
}

.clear {
	clear:both;
}












