/*****************************************************/
/*   Design:  zenrace gmbh                           */
/*            Stylesheet for screen rendering        */
/*---------------------------------------------------*/
/*   Author:  AS				                             */
/*   Email:   contact@zenrace.com                    */
/*   Date:    20061018                               */
/*****************************************************/
/*-----------------------------------------------------------------------*/
/* REMARK: FONT-SIZE DEFINITIONS                                         */
/*-----------------------------------------------------------------------*/
/* Relative font-sizes in "em" are used where necessary. To make the     */
/* "em"-units normed, the incoming font sizes are set to 1.0 em. The     */
/* font-size variations throughout the webpage are then expressed in     */
/* percentage values respective to the incoming font-size. To make       */
/* calculations easier, the font definition in "body" is such that       */
/* 1.0em = 10px. This makes life a real breeze!                          */
/*-----------------------------------------------------------------------*/

/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

/*-------------------------------*/
/* Section 1.1 - Page definition */
/*-------------------------------*/

/*------------------------------*/
/* USED COLORS 					*/
/* Blue dark	#3C409B		 	*/
/* Blue medium	#6F79BC			*/
/* Blue bright	#DADAEB         */
/*------------------------------*/


body {
	font-size: 62.5%;
	margin: 0em auto;	/* NEW FOR PRINT */
	padding: 0em;
	/* background: url(../media/bg.gif) top center repeat-y; */
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

#page-container {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	border-top: solid 1px #6F79BC;
	border-right: solid 1px #6F79BC;
	border-left: solid 1px #6F79BC;
	background-color: #6F79BC;
}

/**********************/
/* SECTION 2 - HEADER */
/**********************/

/*--------------------------------------*/
/* Section 2.1 - Global navigation menu */
/*--------------------------------------*/

.nav-global-container {
	float: left;
	position: absolute;
	z-index: 3; 
	width: auto;	/* NEW FOR PRINT */
	top: 5px;
	background-color: transparent;
	display: none; /* FOR PRINT */
}

.nav-global ul {	
	float: left; margin: 0px 0px 10px 0px; padding: 0px; list-style: none;	
	display: none; /* FOR PRINT */
}	

.nav-global li {
	float: left; white-space: nowrap; text-transform: uppercase;	
	display: none; /* FOR PRINT */
}

.nav-global li a {
	display: block; margin: 0px; padding: 0px 5px 0px 5px; border-right: solid 1px rgb(150,150,150); background-color: rgb(255,255,255); color: rgb(150,150,150); text-decoration: none; font-size: 100%;	
	display: none; /* FOR PRINT */
}

.nav-global a:hover {
	background-color: rgb(255,255,255); color: rgb(0,0,0); text-decoration: underline;	
	display: none; /* FOR PRINT */
}

.img-flag {
	display: block; height: 1.2em; margin: 0px; padding: 0px; border: solid 1px rgb(0,0,0);	
	display: none; /* FOR PRINT */
}

/*-----------------------------------*/
/* Section 2.2 - Sitename and Banner */
/*-----------------------------------*/

.logo  {
	clear: both;
	float: left;
	position: absolute; 
	z-index: 2;
	width: 107px;
	height: 72px;
	top: 25px;
	margin: 0px;
	padding-left: 735px;
	background-color: transparent;
	display: none; /* FOR PRINT */
}

.img-header {
	clear: both;
	float: left;
	width: 900px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	display: none; /* FOR PRINT */
}

/* HEADER PRINT*/

.headerprint{
	width: auto;	/* NEW FOR PRINT */
	height: 100px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #6F79BC;
}

.adressprint{
	float: left;
	margin: 10px 0px 10px 10px;
	text-align: left;
	font-size: 10px; 
	line-height: 12t;
}

.logoprint{
	float: right;
	margin: 10px 10px 10px 0px;
	text-align: right;
}

/*------------------------------------*/
/* Section 2.3 - Main navigation menu */
/*------------------------------------*/

/* * * * * * * * * * * * * * * * * * *  START TOP NAVIGATION * * * * * * * * * * * * * * * * * * */
#topnav-container {
	clear: both;
	width: 900px;
	height: 1.4em;
	padding: .4em 0 .6em 0;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	background-color: #3C409B;	
	display: none; /* FOR PRINT */
}
	
.topnav-left {
	float: left;
	width: 700px;
  	margin: 0px;
	padding: 0px;	
	display: none; /* FOR PRINT */
}

.topnav-left ul {	
	list-style: none; margin: 0px; padding: 0px; font-weight: bold;	
	display: none; /* FOR PRINT */
}	

.topnav-left li {
	float: left; display: block; white-space: nowrap; background-color: inherit;	
	display: none; /* FOR PRINT */
}

.topnav-left li a, a.inactive {
	color: rgb(255,255,255); margin: 0px; padding: 0px 10px 0px 10px; border-right: solid 1px rgb(255,255,255); text-decoration: none; font-size: 130%;	
	display: none; /* FOR PRINT */
}

.topnav-left a:hover.inactive, .topnav-left a.active {
	color: #DADAEB; text-decoration: none; background-color: #FFFFFF;	
	display: none; /* FOR PRINT */
}

/* * * * * * * * * * * * * * * * * * * END TOP NAVIGATION * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * NEW */

.nav-main-right {
	float: right;
	text-align: left;
	width: 200px;
  	margin: 0px;
	padding: 0px;	
	display: none; /* FOR PRINT */
}


.nav-main-right ul {	
	list-style: none; margin: 0px; padding: 0px; font-weight: normal;	
	display: none; /* FOR PRINT */
}	

.nav-main-right li {
	float: left; display: block; white-space: nowrap; background-color: inherit;	
	display: none; /* FOR PRINT */
}

.nav-main-right li a {
	color: #FFFFFF; margin: 0px; padding: 0px 10px 0px 10px; border-left: solid 1px rgb(255,255,255); text-decoration: none; font-size: 130%;	
	display: none; /* FOR PRINT */
}

.nav-main-right a:hover, .nav-main a.selected {
	background-color: inherit; color: #FFFFFF; text-decoration: underline;	
	display: none; /* FOR PRINT */
}

/*************************************/
/* SECTION 3 - FRONT-PAGE SIDEBANNER */
/*************************************/

.sidebanner-frontpage {
	clear: both; float: left; width: 160px; margin: 0px; padding: 0px;
}

.img-sidebanner {
	width: 160px; margin: 0px; padding: 0px; border: none;
}

/******************************/
/* SECTION 4 - SUB-NAVIGATION */
/******************************/

/*--------------------*/
/* Section 4.1 - Size */
/*--------------------*/

.nav-sub {
	clear: both;
	min-height: 400px;
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	color: rgb(110,110,110);	
	display: none; /* FOR PRINT */
}

/* IE6-hack for min-height. Also works for IE7-Beta2 */
* html .nav-sub {
	height: 400px;	
	display: none; /* FOR PRINT */
} 
/* End IE-Hack */

/*--------------------*/
/* Section 4.2 - Menu */
/*--------------------*/

/* * * * * * * * * * * * * * * * * * *  START MAIN NAVIGATION * * * * * * * * * * * * * * * * * * */

#nav {
	font-size: 10pt;
	font-weight: bolder;
	letter-spacing: 2pt;
	line-height: 14pt;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	float: left;
	text-align: left;
	font-weight: bold;
	width: 180px;	
	display: none; /* FOR PRINT */
}

#nav a, nav a.activelevel_0, nav a.inactivelevel_0, nav a:hover, nav a.activelevel_0, nav a:hover.inactivelevel_0, nav a.activelevel_1, nav a.inactivelevel_1, nav a:hover, nav a.activelevel_1, nav a:hover.inactivelevel_1 {
	display: block;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;	
	display: none; /* FOR PRINT */
}

#nav a {
	color: #FFFFFF;
	border-left: 10px solid #6F79BC;	
	display: none; /* FOR PRINT */
}

#nav a.activelevel_0 {
	color: #3C409B;
	border-left: 10px solid #DADAEB;
	background-color: #FFFFFF;	
	display: none; /* FOR PRINT */
}

#nav a.inactivelevel_0 {
	color: #FFFFFF;	
	display: none; /* FOR PRINT */
}

#nav a:hover.activelevel_0 {
	/* color: #3C409B; */
	/* border-left: 10px solid #FFFFFF; */
	/* background-color: #DADAEB; */
	color: #3C409B;
	border-left: 10px solid #DADAEB;
	background-color: #FFFFFF;	
	display: none; /* FOR PRINT */
}

#nav a:hover.inactivelevel_0 {
	color: #3C409B;
	border-left: 10px solid #DADAEB;
	background-color: #FFFFFF;	
	display: none; /* FOR PRINT */
}

/* * * * * * * * * * * * * * * * * * * * * * 2te Stufe*/

#nav a.activelevel_1 {
	color: #3C409B;
	border-left: 10px solid rgb(155,149,217);
	background-color: rgb(205,202,236);	
	display: none; /* FOR PRINT */
}

#nav a.inactivelevel_1 {
	color: #DADAEB;
	border-left: 10px solid rgb(155,149,217);
	background-color: rgb(172,167,223);
	display: none; /* FOR PRINT */
}

#nav a:hover.activelevel_1 {
	/* color: #3C409B; */
	/* border-left: 10px solid rgb(205,202,236); */
	/* background-color: rgb(155,149,217); */
	color: #3C409B;
	border-left: 10px solid rgb(155,149,217);
	background-color: rgb(205,202,236);	
	display: none; /* FOR PRINT */
}

#nav a:hover.inactivelevel_1 {
	color: #3C409B;
	border-left: 10px solid rgb(172,167,223);
	background-color: rgb(155,149,217);	
	display: none; /* FOR PRINT */
}

/* * * * * * * * * * * * * * * * * * * END MAIN NAVIGATION * * * * * * * * * * * * * * * * * * */

/*******************************************************************/
/* SECTION 5 -  Extend left column height to footer                */
/*-----------------------------------------------------------------*/
/* TRICK: To nest the right two columns (content and sidebar) and  */
/* give them a minimum height and white background. Then let the   */
/* left column have transparent background so the light-grey color */
/* from the global page definition comes through. However, nesting  */
/* floats inside each other with identical widths may activate the */
/* IE character duplicating bug, where the last characters of the  */
/* last float statement are duplicated outside the float. The      */
/* correction for this is to reduce the sidebar float so that the  */
/* sum of the content and sidebar floats are 6px less than the     */
/* container holding them. See Section 7.1, where this is done.    */
/* ----------------------------------------------------------------*/
/* RESTRICTION: For situations where the left navigation menu is   */
/* expanding over the minimum 600px height, it must remain smaller */
/* than the right columns. Otherwise the global page grey back-    */
/* will shine through after the end of the content and sidebar     */
/* columns. This situation may arise when you have very long left  */
/* navigation menus, and short content and sidebars. If this is    */
/* your situation, then simply increase the minimum height of the  */
/* left column, as well as the container defined in this section.  */
/*******************************************************************/

/* Contain both right columns (content and sidebar) in one         */
/* container and extended to a minimum height of 600 px            */
/* The "!important" statement is for Firefox so that the           */
/* "height" statement still allows the container to grow and       */
/* not remain fixed size. Necessary because IE cannot render       */
/* the "min-height" property                                       */

.container-content-sidebar {
   	 float: left;
	 width: 720px;
	 min-height: 400px;
	 margin: 0px;
	 padding: 0px;
	 background-color: #FFFFFF;
}

/* IE6-hack for min-height. Also works for IE7-Beta2 */
* html .container-content-sidebar {
	height: 400px;
} 
/* End IE-Hack */

/* Put a buffer between sub-navigation column and      */
/* main-navigation so that the global page background  */
/* color does not come through in this place           */

.buffer {
 	float: left; width: 160px; height: 20px; margin: 0px; padding: 0px; background-color: transparent;
	display: none; /* FOR PRINT */
}

/***********************/
/* SECTION 6 - CONTENT */
/***********************/

/*--------------------*/
/* Section 6.1 - Size */
/*--------------------*/

.content {
	float: left;
	width: 465px;	/* NEW FOR PRINT */
	margin: 0px;	 
	padding: 30px 20px 0px 20px;
	background-color: #FFFFFF;	
}

/*-------------------------*/
/* Section 6.2 - Pagetitle */
/*-------------------------*/

.content-pagetitle {
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.content-pagetitle p {
	padding: 0px; margin: 0px; font-weight: bold; font-size: 140%;
}

/*----------------------------------*/
/* Section 6.3 - Extra container    */
/*----------------------------------*/
/* To ensure that no problems arise */
/* with right and left floatings    */
/* and make the implementation      */
/* robuster.                        */
/*----------------------------------*/

.contentbox-container-full {
	 float: left;
	 width: 465px;	/* NEW FOR PRINT */
	 margin: 0px auto 1.5em auto;
	 padding: 0px;
}

.contentbox-container-left {
	float: left; width: 195px; margin: 0px 0px 1.5em 0px; padding: 0px;
}

.contentbox-container-right {
	float: right; width: 205px; margin: 0px 0px 1.5em 0px; padding: 0px;
}

/*-----------------------------*/
/* Section 6.4 - Content title */
/*-----------------------------*/

.contentbox-title-noshading-noline {
	display: block; margin: 0px; padding: 0px; background-color: transparent; text-transform: none; font-weight: bold; font-size: 150%;
}

.contentbox-title-noshading-line {
	display: block; margin: 0px 0px 0.2em 0px; padding: 0px; border-bottom: solid 2px rgb(135,135,135); background-color: transparent; text-transform: none; font-weight: bold; font-size: 150%;
}

.contentbox-title-shading {
  	margin: 0px; padding: 1px 0px 2px 3px; background-color: #DADAEB; font-weight: bold; font-size: 150%;	
}

/*--------------------------------*/
/* Section 6.5 - Contentbox size  */
/*--------------------------------*/

/* No shading */
.contentbox-noshading {
	margin: 0px; padding: 0.7em 0px 0px 0px; background-color: transparent;
}

/* Shading */
.contentbox-shading {
	margin: 0px; padding: 7px 10px 5px 10px; background-color: transparent;
}

/*-------------------------------*/
/* Section 6.6 - Contentbox text */
/*-------------------------------*/

/* Heading */
h1 {
	clear: left; margin: 1.0em 0px 1.0em 0px; font-weight: bold; font-size: 150%;
}

h2 {
	clear: left; margin: 1.5em 0px 1.0em 0px; font-weight: bold; font-size: 140%;
}

h3 {
	clear: left; margin: 1.0em 0px 0.6em 0px;	font-weight: bold; font-size: 130%;
}

h4 {
	clear: left; margin: 0.5em 0px 0.5em 0px;	font-weight: bold; font-style: italic; font-size: 130%;
}

/* Paragraph text */
p {
   clear: left; margin: 0em 0px 0.5em 0px; padding: 0px; font-size: 130%;
}

/* Quote */
p.quote {
   clear: left; margin: 0em 30px 0.6em 30px;	line-height: 120%; font-size: 120%;
}

/* Embedded */
.embed {
   float: left; width: 120px; margin: 2px 7px 2px 0px; padding: 5px 5px 5px 5px; background-color: rgb(225,225,225); font-style: italic; font-weight: bold;  line-height: 1.2em; font-size: 180%;
}

.embed-caption {
   float: left; margin: 5px 0px 0px 0px; padding: 0px; font-style: italic; font-weight: normal; line-height: 1.2em; font-size: 50%;
}

/* Unordered list */
.content ul {
	margin: 0px 10px 0px 0px; padding: 0px 0px 0px 0px; list-style-type: disc; list-style-position: inside; font-size: 130%;
}


/* Ordered List */
.content ol {
	margin: 0px 10px 0px 17px; padding: 0px 0px 0px 30px; list-style-type: decimal; list-style-position: outside; font-size: 130%;
}

.blank ul {	
	float: left;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.blank li {
	width: 445px;
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	float: left;
	background-color: #DADAEB;
}

.download ul {	
	float: left;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.download li {
	width: 445px;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	float: left;
}

/*--------------------------*/
/* Section 6.7 - Datatables */
/*--------------------------*/

.tabledata {
	clear: left; margin: 0.5em 0px 0.2em 30px; border: solid 1px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(225,225,225);
}

.tabledata tr {
	margin: 0px; padding: 0px;
}

.tabledata td {
	padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); text-align: left; font-size: 120%;
}

.tabledata th {
	margin: 0px; padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); empty-cells: show; text-align: left; font-size: 120%; 	
}

p.tabledata-caption {
	margin: 0em 0px 10px 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;
}

/*----------------------*/
/* Section 6.8 - Images */
/*----------------------*/

/* No border */
.img-left-noborder {
	float: left; margin: 0.3em 7px 3px 0px;
}

.img-right-noborder {
	float: right; margin: 0.3em 0px 3px 7px;
}

/* Border */
.img-left-border {
	float: left; margin: 0.3em 7px 3px 0px; border: solid 1px rgb(150,150,150);
}

.img-right-border {
	float: right; margin: 0.3em 0px 3px 7px; border: solid 1px rgb(150,150,150);	
}

/***********************/
/* SECTION 7 - SIDEBAR */
/***********************/

/*-----------------------------------------------*/
/* Section 7.1 - Size                            */
/*-----------------------------------------------*/
/* Because of IE float-rendering bug, the width  */
/* must be reduced by 6px, otherwise it will     */
/* duplicate characters after the last float     */
/* Reason: IE may not alwys allow nested floats  */
/* have identical widths, but inside float must  */
/* be smaller than outside float. This IE-bug is */
/* somewhat unpredictable. See Section 5 header  */
/* for more details on this topic.               */
/*-----------------------------------------------*/

.sidebar {
	 float: right; width: 204px; margin: 0px ; padding: 57px 5px 0px 0px; background-color: rgb(255,255,255);
	 display: none; /* FOR PRINT */
}

/*-----------------------*/
/* Section 7.2 - Textbox */
/*-----------------------*/

.sidebarbox-noborder {
	width: 160px; margin: 0em 0px 1.0em 0px; padding: 0px;
}

.sidebarbox-border {
	width: 190px; margin: 0px 0px 1.0em 0px; padding: 4px 4px 4px 4px; border: solid 1px rgb(200,200,200);
}

/*-----------------------------*/
/* Section 7.3 - Textbox title */
/*-----------------------------*/

.sidebarbox-title-noshading-noline {
	 display: block; margin: 0px 0px 0.5em 0px; padding: 1px 0px 1px 0px;font-weight: bold; font-size: 120%;
}

.sidebarbox-title-noshading-line {
	display: block; margin: 0px 0px 0.5em 0px; padding: 1px 0px 1px 0px; border-bottom: solid 1px rgb(135,135,135); background-color: transparent; font-weight: bold; font-size: 120%;
}

.sidebarbox-title-shading {
	display: block; margin: 0px 0px 0.5em 0px; padding: 2px 5px 2px 5px; background-color: rgb(225,225,225); font-weight: bold; font-size: 120%;
}

/*------------------------------*/
/* Section 7.4 - Paragraph text */
/*------------------------------*/

.sidebarbox-noborder p {
	margin: 0px 4px 0.4em 4px; padding: 0px; background-color: transparent; font-size: 110%;
}

.sidebarbox-border p {
	margin: 0px 0px 0.4em 0px; padding: 0px; background-color: transparent; font-size: 110%;
}

/**********************/
/* SECTION 8 - FOOTER */
/**********************/

/* Somehow not possible to use percentage values to scale the font-size here. */
/* Therefore the is the font-size definition given in the generic CSS-class   */
/* "footer-font", even though those generic font classes should all have a    */
/* normed size of 1.0em. But making footer an exception will not hurt us.     */

.footer {
	clear: both;
	width: auto;	/* NEW FOR PRINT */
	margin: 0em 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #6F79BC;
	border-bottom: solid 1px #6F79BC;
	background-color: rgb(255,255,255);
	text-align: center;
}

.copyright {
	font-size: 8pt;
	letter-spacing: 1pt;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 5px 0px 5px 0px;
	background-color: transparent;
	text-align: center;
	display: none;
}

/***************************************************/
/* SECTION 9 - HYPERLINKS FOR NON-NAVIGATION TEXTS */
/***************************************************/

.content a:visited, .sidebar a:visited {
	color: #3C409B;
}

.content a, .sidebar a {
	color: #3C409B;
	text-decoration: underline;
}

.content a:hover, .sidebar a:hover {
	color: #3C409B;
	text-decoration: none;
}

.footer a {
	color: rgb(150,150,150); text-decoration: underline;
}

.footer a:hover {
	color: rgb(0,0,0); text-decoration: none;
}

.copyright a {
	width: 900px;
	display: block;
	color: #666666; text-decoration: none;
}

.copyright a:hover {
	color: #666666; text-decoration: underline;
}

/********************************/
/* SECTION 10 - GENERIC CLASSES */
/********************************/

/*------------------------------------------*/
/* Section 10.1 - Global default fonts      */
/*------------------------------------------*/
/* Only applied to the main div-statements  */
/* for the basic page regions.              */
/*------------------------------------------*/

.nav-global-font {
	font-size: 1.0em;
}

.topnav-left-font {
	font-size: 1.0em;
}

.nav-sub-font {
	font-size: 1.0em;
}

.content-font {
	font-size: 1.0em; line-height: 1.7em; color: rgb(110,110,110);
}

.sidebar-font {
	font-size: 1.0em; line-height: 1.4em; color: rgb(110,110,110);
}

/* Percentage value does not work in "footer", so we     */
/* cannot give the normed size of "1.0em" here and scale */
/* it up inside the "footer". Thus we define the final   */
/* font-size here the way it will appear on screen.      */

.footer-font {
	font-size: 1.1em; color: rgb(150,150,150);
}

/*--------------------------------------*/
/* Section 10.2 - Horizontal alignments */
/*--------------------------------------*/

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.padding-left {
	padding-left: 10px;
}

.padding-right {
	padding-right: 10px;
}

.margin-right {
	margin-right: 10px;
}

.v-align-bottom {
	vertical-align: bottom;
}

.padding {
	padding: 20px 0px 20px 0px;
}
.margin {
	margin: 10px 0px 10px 0px;
}

.row {
	font-size: 10pt;
	width: 620px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.row-end {
	display: block;
	font-size: 10pt;
	width: 620px;
	height: 20px;
	margin-bottom: 10px;
	/*background-color: lime;*/
}

.border-top {
	clear: both;
	width: width: 680px;
	border-top: 1px solid #CCCCCC;
}

.border-bottom {
	clear: both;
	width: width: 660px;
	border-bottom: 1px solid #CCCCCC;
}

.column-20 {
	clear: right;
	width: 10px; /* +padding 10 */
}

.column-50 {
	clear: right;
	width: 40px; /* +padding 10 */
}

.column-70 {
	clear: right;
	width: 60px; /* +padding 10 */
}

.column-100 {
	clear: right;
	width: 90px; /* +padding 10 */
}

.column-150 {
	clear: right;
	width: 140px; /* +padding 10 */
}

.column-200 {
	clear: right;
	width: 190px; /* +padding 10 */
}

.column-250 {
	clear: right;
	width: 240px; /* +padding 10 */
}

.column-300 {
	clear: right;
	width: 290px; /* +padding 10 */
}

.column-400 {
	clear: right;
	width: 390px; /* +padding 10 */
}

.column-420 {
	clear: right;
	width: 420px;
}

.column-450 {
	clear: right;
	width: 440px; /* +padding 10 */
}

.column-500 {
	clear: right;
	width: 490px; /* +padding 10 */
}

.column-550 {
	clear: right;
	width: 540px; /* +padding 10 */
}

/* * * * * * * COLUMN OHNE PADDING * * * * * * */


.column-10-blank {
	clear: right;
	width: 10px; /* ohne padding */
}

.column-30-blank {
	clear: right;
	width: 30px; /* ohne padding */
}

.column-200-blank {
	clear: right;
	width: 200px; /* ohne padding */
}


.column-590-blank {
	clear: right;
	width: 590px; /* ohne padding */
}

.column-620-blank {
	clear: right;
	width: 620px; /* ohne padding */
}

/*-------------------------------------*/
/* Section 10.3 - Title decoration box */
/*-------------------------------------*/

.box-on {
	float: left; width: 1.0em; margin-right: 0.2em; padding-left: 0.3em;
}

.box-off {
	display: none;
}

/*---------------------------*/
/* Section 10.4  Text colors */
/*---------------------------*/



/* Blue Links */

.linkblue02 a {
	color: rgb(222,220,242);
	text-decoration: underline;
	background-color: lime;
}

.linkblue02 a:hover {
	color: rgb(238,237,249);
	text-decoration: none;
	background-color: pink;
}

/*---------------------------*/
/* Section 10.5  Text colors */
/*---------------------------*/

/* Basic Colors */
.txt-white {
	color: rgb(255,255,255);
}

.txt-black {
	color: rgb(0,0,0);
}

/* Grey */
.txt-grey01 {
	color: rgb(242,242,242);
}

.txt-grey02 {
	color: rgb(230,230,230);
}

.txt-grey03 {
	color: rgb(217,217,217);
}

.txt-grey04 {
	color: rgb(204,204,204);
}

.txt-grey05 {
	color: rgb(191,191,191);
}

.txt-grey06 {
	color: rgb(178,178,178);
}

.txt-grey07 {
	color: rgb(153,153,153);
}

.txt-grey08 {
	color: rgb(127,127,127);
}

.txt-grey09 {
	color: rgb(89,89,89);
}

.txt-grey10 {
	color: rgb(51,51,51);
}

/* Blue */
.txt-blue01 {
	color: rgb(238,237,249);
}

.txt-blue02 {
	color: rgb(222,220,242);
}

.txt-blue03 {
	color: rgb(205,202,236);
}

.txt-blue04 {
	color: rgb(189,185,229);
}

.txt-blue05 {
	color: rgb(172,167,223);
}

.txt-blue06 {
	color: rgb(155,149,217);
}

.txt-blue07 {
	color: rgb(139,132,210);
}

.txt-blue08 {
	color: rgb(122,114,204);
}

.txt-blue09 {
	color: rgb(106,97,197);
}

.txt-blue10 {
	color: rgb(89,79,191);
}

/*----------------------------------*/
/* Section 10.6 - Background colors */
/*----------------------------------*/

/* Basic Colors */
.bg-white {
	background-color: rgb(255,255,255);
}

.bg-black {
	background-color: rgb(0,0,0);
}

/* Grey */
.bg-grey01 {
	background-color: rgb(242,242,242);
}

.bg-grey02 {
	background-color: rgb(230,230,230);
}

.bg-grey03 {
	background-color: rgb(217,217,217);
}

.bg-grey04 {
	background-color: rgb(204,204,204);
}

.bg-grey05 {
	background-color: rgb(191,191,191);
}

.bg-grey06 {
	background-color: rgb(178,178,178);
}

.bg-grey07 {
	background-color: rgb(153,153,153);
}

.bg-grey08 {
	background-color: rgb(127,127,127);
}

.bg-grey09 {
	background-color: rgb(89,89,89);
}

.bg-grey10 {
	background-color: rgb(51,51,51);
}

/* Blue */
.bg-blue01 {
	background-color: rgb(238,237,249);
}

.bg-blue02 {
	background-color: rgb(222,220,242);
}

.bg-blue03 {
	background-color: rgb(205,202,236);
}

.bg-blue04 {
	background-color: rgb(189,185,229);
}

.bg-blue05 {
	background-color: rgb(172,167,223);
}

.bg-blue06 {
	background-color: rgb(155,149,217);
}

.bg-blue07 {
	background-color: rgb(139,132,210);
}

.bg-blue08 {
	background-color: rgb(122,114,204);
}

.bg-blue09 {
	background-color: rgb(106,97,197);
}

.bg-blue10 {
	background-color: rgb(89,79,191);
}

/******************************/
/* SECTION 11 - MISCELLANEOUS */
/******************************/

/* Horizontal line */
hr {
	clear: both; width: 425px; height: 1px; border: none;
}

/* HTML-code examples */
.showcode {
  font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);
}

/* Hide HTML-tags. Good when no pagestyle supported by browser */
.hide {
	display: none;
}

br {
	clear: both;
}

/* * * * * * * * * * * * * * * * * * NEW */

.update {
	color: rgb(172,167,223);
	float: left;
	width: 890px;
	text-align: right;
	position: absolute;
	margin-top: 150px;
	z-index: 100;
	/* background-color: transparent; */
}

.navigationForm {
	text-align: center;	
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.reihe {
  clear: both;
  padding: 2px 0px 0px 0px;
}

.feld {
  width: 184px;
  text-align: left;
} 

.defbreite {	
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #6F79BC;
  width: 184px;
}

.button {
	text-align: left;
	margin: 10px 0px 10px 3px;
}
							
.navigationForm .button a:link {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #3C409B;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
										
.navigationForm .button a:visited {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #3C409B;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
										
.navigationForm .button a:hover {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #6F79BC;
	background-color: #FFFFFF;
	color: #6F79BC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/***************************** START OPEN WINDOW*/

body.window {
	font-size: 10pt;
	margin: auto;
	padding: 10px;
	text-align: center;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	background-color: #FFFFFF;
}
.pic {
	text-align:center;
	border: 1px solid #999999;
}
.window a {
	display: block;
	margin-top: 5px;
	color: #6F79BC;
	text-decoration: none;
}

.window a:hover {
	color: #6F79BC;
	text-decoration: underline;
}
 

/* Blue dark	#3C409B 				 */
/* Blue medium	#6F79BC					 */
/* Blue bright	#DADAEB  				 */
