/****************** general settings **********************/
body {
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
}

p,h1,pre {
	margin:0px 10px 10px 10px;
}

.emphasize 
{
	font-weight: bold;
	color: #777777;
}
/**********************************************************/

/********************* basic layout ***********************/
#frame {
	width:996px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}

#contentleft {
	width:194px;
	padding:0px;
	float:left;
	background-color:#EEEEEE;
}

#contentcenter {
	width:802px;
	padding:0px;
	font-size:8pt;
	float:left;
}

#contentright {
	width:175px;
	padding:0px;
	float:left;
}

#contentheader {
	/* nothing */
}
	
#footer 
{
	margin-top: 50px;
}
/**********************************************************/

/************************* top navigation *********************/
#top_navigation_bar {
	margin-left: 20px;
	position: relative;
}

#header_bar {
	margin-top: 5px;
}

#right_header {
	position: absolute;
	right: 10px;
	top: 25px;
}

#top_navigation {
	position: relative;
	top: -7px;
	margin-right: 40px;
}

#language_navigation {
	position: absolute;
	right: 10px;
	top: 25px;
}

.nav_item {
	margin-right: 30px;
}

.top_link, .top_link:active, .top_link:visited {
	color: #006766;
	text-decoration: none;
	font-weight: bold;
}

.top_link:hover {
	text-decoration: underline;
}

.form_button {
	border: solid 1px #DDDDDD;
	background-color: #EEEEEE;
	padding: 1px 2px 1px 2px;
	font-size: 90%;
}

.form_field {
	border: solid 1px #DDDDDD;
}
/***********************************************************/

/************************** main content **********************/
#contentcenter h1 
{
	color: #333333;
	font-size: large;
	font-weight: normal;
	padding-top: 26px;
}

#first_paragraph 
{
	background-color: #EEEEEE;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.widecontent 
{
	margin-bottom: 10px;
}

.subtitle 
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 2px;	
}

.teaser_table 
{
	padding-left: 10px;
	margin-top: 10px;
}

.teaser 
{
	padding-left: 5px;
	padding-right: 5px;
	border-left: solid 1px #999999;
	float: left;
}
/**********************************************************/

/************************** footer ************************/
#copyright 
{
	font-size: 7pt;
	padding-left: 20px;
}

#disclaimer 
{
	background-color: #EEEEEE;
	font-size: 7pt;
	
	margin-top: 3px;
	
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 20px;
}
/**********************************************************/

/**************************** Links ***********************/
.text_link, .text_link:active, .text_link:visited {
	color: #006766;
	text-decoration: underline;
}

.text_link:hover {
	text-decoration: underline;
}

.img_link {
	border: 0;
}
/**********************************************************/