/* CSS Document */

html,body {
	height: 100%;
}
html,body {
	margin: 0;
	padding: 0;
}
body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	color:#000000;
	background: #FFFFFF; 
	text-align: left;
}

div#container { 
	position: relative;
	top: 0;
	text-align: left; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	width: 95%;
	height: auto;
	text-align: left;
}
div#intro { 
	width: 100%; 
	height: 56px;
}
div#gcpHeader { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
}
/* img#logo { float: right; } */ 
img.logo { position: absolute; top: -20px; right: -25px; z-index: 100; } 
div#gcpSatelliteMenu { 
	display: none;
}
div#gcpSubheader { 
	position: relative;
	top: 0;
	left: 0;
	width: 35%;
	height: auto;
}
div#gcpMainMenu { 
	display: none;
}
div#gcpSubmenu { 
	display: none;
}
div#gcpSubsubmenu { 
	display: none;
}
div#gcpSubheader { 
	position: relative;
	top: 27px;
	left: 0;
	width: 100%;
	height: auto;
	text-align: left;
}
div#gcpQuoteSujet {
	position: relative; 
	top: -80px;
	left: 0;
	width: 30%;
	height: auto;
} 
div#gcpLanguage {
	display: none;
}
div#gcpBreadCrumbs {
	display: none;
}

a.smallLink:link { color: #BA3F49; text-decoration: none; }
a.smallLink:visited { color: #BA3F49; text-decoration: none; }
a.smallLink:hover { color: #BA3F49; text-decoration:underline; }
a.smallLink:active { color: #BA3F49; text-decoration: none; }

div#gcpHeader img, div#gcpMainMenu img, div#gcpSatelliteMenu img, div#imprint img { 
	border: 0;
}
div#gcpQuoteSujet img { display: none; }
div#gcpMainMenu img { 
	margin-right: 2px;
}
div#textContainer { 
	position: relative;
	top: 125px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 2px;
	text-align: left; 
}
div#gcpHeader h1, div#gcpHeader h2 { display: block; position: relative; top: 0; right: 0; }  
div#gcpHeader p { display: none; }
div#gcpSubheader q { position: relative; top: 0; left: 0; width: 30%; }  
div#gcpSatelliteMenu span { display: none; }
div#gcpMainMenu h3, div#gcpSubmenu h3 { display: block; }
div#gcpMainMenu span { display: none; }
div#gcpLanguage span { display: none; } 
div#gcpBreadCrumbs span { display: none; }
div#imprint { 
	display: none;
}
div#footer { 
	position: relative;
	top: 140px;
	width: auto;
	padding-right: 20px;
	padding-top: 10px;
	text-align: right; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid black;
}
div#gcpAddress { display: block; position: absolute; top: 50px; right: 0; padding-right: 0; float: right; 
width: 155px; height: 130px;}
div#gcpAddress p { display: block; width: 100%; font-family: Arial, Helvetica, sans-serif; }
div#gcpText { 
	position: relative;
	top: 0;
	width: 90%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	padding: 0;
    padding-right: 10px;
	height: auto;
	text-align: left;
	line-height: 16px;
}
h1 { color: #000000; font-size: 16px; font-weight: bold; line-height: 20px;}
h2 { color: #000000; font-size: 14px; font-weight: bold; }
h3 { color: #000000; font-size: 13px; font-weight: bold; }
h4, h5, h6 { color: #000000; font-size: 12px; font-weight: bold; }
div#gcpSubmenu ul {
	list-style: disc; margin: 0; padding: 0; padding-left: 35px; 
}
div#gcpSubmenu ul li {
	margin: 0; 
}
div#gcpSubmenu ul li a {
	display: block;
	padding: 0;
	color: #000000;
	text-decoration: none;
}
[lang|="de"]>*    {quotes: "»"  "«"  "›"  "‹"}
[lang ="de-de"]>* {quotes: "„"  "“"  "‚"  "‘"}
[lang|="de-ch"]>* {quotes: "«"  "»"  "‹"  "›"}
[lang|="fr"]>*    {quotes: "«\2009" "\2009»" "‹\2009" "\2009›"}	/*thin space*/
[lang|="en"]>*    {quotes: "“"  "”"  "‘"  "’"}
q:lang(de)        {quotes: "»"  "«"  "›"  "‹"}
q:lang(de-de)     {quotes: "„"  "“"  "‚"  "‘"}
q:lang(de-ch)     {quotes: "«"  "»"  "‹"  "›"}
q:lang(fr)        {quotes: "«\2009" "\2009»" "‹\2009" "\2009›"}
q:lang(en)        {quotes: "“"  "”"  "‘"  "’"}
q:before          {content:  open-quote}
q:after           {content: close-quote}