/****************************************************************/
/*   Design:   Slighty based on Multiflex-4.0 /1234.info		*/
/*   File:     Global layout structure for first page           */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/****************************************************************/


/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:62.5%; background-color:rgb(255,255,255); font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:985px; margin:0px auto; margin-top:2px; margin-bottom:10px; font-size:1.0em;}
.main {clear:both; width:985px; padding-bottom:5px; border-top:dashed 1px rgb(175,175,175);}
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:200px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; background:rgb(245,245,245);}
.main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:985px; margin:0 0 0 0px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-subcontent {display:inline /*Fix IE floating margin bug*/; float:right; width:185px; margin:0 15px 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer {clear:both; width:985px; padding:1.0em 0 1.0em 0; border-top:dashed 1px rgb(175,175,175); border-bottom:dashed 1px rgb(175,175,175); background:rgb(235,235,235); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/* HEADER */
.header {width:985px;}
.header-top {width:985px; height:90px; border-top:dashed 1px rgb(175,175,175); border-bottom: dashed 1px rgb(175,175,175); margin-top:10px; background:rgb(255,255,255); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-bottom {width:985px; border-bottom:groove 3px rgb(175,175,175); border-left:solid 3px rgb(175,175,175); border-right:solid 3px rgb(175,175,175); border-top:solid 1px rgb(175,175,175);}
.header-breadcrumbs {clear:both; width:954px; padding:1.0em 0 1.5em 0; border-left:solid 3px rgb(175,175,175); border-right:solid 3px rgb(175,175,175);}
.image-foto {margin: 5px 0 0 0; width:985px; height: 132px;}

/*************/
/*  2. HEAD  */
/*************/
.sitelogo {width: 200px; height: 58px; position:absolute; z-index:1; margin:18px 0 0 15px; background:url(../img/logo_website.jpg);}


/* Language Flags */
.nav0 {width:350px; position:absolute; z-index:2; margin:25px 0 0 0; margin-left:636px !important /*Non-IE6*/; margin-left:636px /*IE6*/;}
.nav0 ul {float:right; padding:0 20px 0 0;}
.nav0 li {display:inline; list-style:none;}
.nav0 li a {padding:0 0 0 3px;}
.nav0 a:hover {text-decoration:none;}
.nav0 a img {height:20px; border:none;}

/* TopMenu  (Home, Contact, etc.  */
.nav1 {width:350px; position:absolute; z-index:3; margin:75px 0 0 636px;}
.nav1 ul {float:right; padding:0 15px 0 0; font-weight:normal;}	
.nav1 li {display:inline; float: left; list-style:none;}
.nav1 li a {color:rgb(125,125,225); text-decoration:none;}
.nav1 a:hover {text-decoration:none; color:rgb(50,50,50);}




/******************/
/*  MAIN SECTION  */
/******************/

/* Style for the three main blocks */
.subcontent-unit-border-gray {float: left; width:323px; height: 400px; overflow:hidden; margin:8px 0 10px 0; padding:0 0 10px 0; background:rgb(248,248,248) url(../img/header_gray.jpg) top left no-repeat;}
.subcontent-unit-border-blue  {float: left; width:323px; height: 400px; overflow:hidden; margin:8px 0 10px 0; padding:0 0 10px 0; background:rgb(248,248,248) url(../img/header_blue.jpg) top left no-repeat;}
.subcontent-unit-border-orange {float: left; width:323px; height: 400px; overflow:hidden; margin:8px 8px 10px 8px; padding:0 0 10px 0; background:rgb(248,248,248) url(../img/header_orange.jpg) top left no-repeat;}

/*
.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:326px;}
*/

.main-content .blocktitel a {
	display: block;
	margin: 0 0 0 0px;
	padding: 37px 0 25px 0;
	width:323px; 
	height: 32px;
font-family:"trebuchet ms",arial,sans-serif; color:white; font-weight:bold; font-size:250%;
text-align: center;
}

.main-content .blocktitel a:visited{text-decoration: none; color:rgb(255,255,255);}

.main-content .blocktitel a:hover{text-decoration: none; color:rgb(136,138,163);}

.main-content .blocktxt {padding: 10px 5px 10px 5px;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1em; text-align:center; color:rgb(125,125,125); font-size:100%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
.footer a:visited {color:rgb(0,0,0);}


/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-orange:after, .subcontent-unit-border-gray:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both;*/ visibility:hidden;}
.footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:490px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}


/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.main-content h1.pagetitle {margin:0 0 0.4em 0; padding:0 0 2px 0; border-bottom:solid 7px rgb(225,225,225); font-family:"trebuchet ms",arial,sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:220%;}
.main-content h1.block {clear:both; margin:1.0em 0 0em 0; padding:2px 0 2px 2px; background:rgb(190,190,190); font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:220%;}
.main-content h1 {clear:both; margin:1.6em 0 1.2em 0; font-family:"trebuchet ms",arial,sans-serif; color:white; font-weight:bold; font-size:250%; text-align:center}
.main-content h2 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:170%;}
.main-content h3 {clear:both; margin:-1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(125,125,125); font-weight:normal; font-size:130%;}
.main-content h1.side {clear:none;}
.main-content h2.side {clear:none;}
.main-content h3.side {clear:none;}

.main-content h4 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-weight:normal; font-size:170%;}
.main-content h5 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-size:140%;}
.main-content h6 {margin:1.2em 0 0.2em 0; color:rgb(80,80,80); font-weight:bold; font-size:120%;}
.main-content p {margin:0 0 0 0; padding:0px 15px 10px 10px; line-height:1.5em; font-size:120%;}
.main-content p.center {text-align:center;}
.main-content p.right {text-align:right;}
.main-content p.details {clear:both; margin:-0.25em 0 1.0em 0; line-height:1.0em; font-size:110%;}
.main-content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

.main-content table {clear:both; width:400px; margin:2.0em 0 0.2em 20px; table-layout: fixed; border-collapse:collapse; empty-cells:show; background-color:rgb(233,232,244);}
.main-content table th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(175,175,175); text-align:left; color:rgb(255,255,255); font-weight:bold; font-size:110%;}
.main-content table th {height:3.0em; padding:2px 20px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); background-color:rgb(225,225,225); text-align:left; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.main-content table td {height:3.0em; padding:2px 7px 2px 7px; border-left:solid 2px rgb(255,255,255); border-right:solid 2px rgb(255,255,255); border-top:solid 2px rgb(255,255,255); border-bottom:solid 2px rgb(255,255,255); background-color:rgb(225,225,225); text-align:left; font-weight:normal; color:rgb(80,80,80); font-size:110%;}
p.caption {clear:both; margin:0.5em 0 2.0em 20px; text-align:left; color:rgb(80,80,80); font-size:110%;}

.main-content ul {list-style-type: disc; list-style-position:inside; margin:0.5em 0 1.3em 1.5em;}
.main-content ul li {margin:0 0 0.2em 2px; padding:0 0 0 12px; line-height:1.5em; font-size:120%;}
.main-content ol {margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; margin:0.5em 0 1.0em 25px /*IE6*/;}
.main-content ol li {list-style-position:outside; margin:0 0 0.2em 0; line-height:1.4em; font-size:120%;}


/********************/
/*  COMMON CLASSES  */
/********************/
.main img {clear:both; float:left; margin:3px 10px 7px 0; padding:1px; border:1px solid rgb(150,150,150);}
.main img.center {clear:both; float:none; display:block; margin:0 auto; padding:1px; border:1px solid rgb(150,150,150);}
.main img.right {clear:both; float:right; margin:3px 0 7px 10px; padding:1px; border:1px solid rgb(150,150,150);}

.main a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
.main-content h1 a {color:rgb(70,122,167); font-weight:normal; text-decoration:none;}
.main a:hover {color:rgb(42,90,138); text-decoration:underline;}
.main a:visited {color:rgb(42,90,138);}

.main a img {border:solid 1px rgb(150,150,150);}
.main a:hover img {border:solid 1px rgb(220,220,220);}