@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #363737;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(../img/backgroundFrontPage.gif);
	background-repeat: repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
H1{
	font-size: 13pt;
	margin-bottom: 5px;
}
#siteContainer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#topContainer {
	width: 800px;
	height: 385px;
}
#logoNaviContainer {
	height: 84px;
	width: 800px;
}
#navigationContainer {
	height: 20px;
	width: 432px;
	float: right;
	font-size: 10pt;
	margin-top: 40px;
}
.mainNavi{
	text-decoration: none;
}
a.mainNavi:hover{
	text-decoration: underline;
}
.mainNaviActive{
	text-decoration: underline;
}

#languageLink{
	height: 19px;
	width: 800px;
	padding-top: 5px;
	font-size: 10pt;
	color: #7b7b7b;
}
.languageNavi{
	text-decoration: none;
}
a.languageNavi:hover{
	text-decoration: underline;
}
#slideShowContainer {
	width: 800px;
	height: 277px;
}
#contentContainer {
	float:left;
	width: 785px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 45px;
}

#textContainer {
	float: left;
	width: 400px;
	line-height: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	padding-top: 15px;
	padding-right: 42px;
	/*background-color: #C60;*/
}
#subNaviContainer {
	float: left;
	width: 322px;
	padding-left: 6px;
	padding-top: 7px;
	/*background-color: #0F6;*/
}
#subNaviBox {
	height: 80px;
	width: 319px;
	border: 1px solid #dbdbdb;
	margin-bottom: 2px;
	/*background-color:#FF0;*/
}
#subNaviTxtBox{
	/*background-color: #099;*/
	height: 55px;
	margin-top: 25px;
}
.subNaviTxtA{
	font-size: 13pt;
	text-decoration: none;
	color: #525252;
	display: block;
	padding-top: 25px; /*25px*/
	padding-left: 163px; /*163px*/
}
/*a.subNaviTxtA:hover{
	text-decoration: underline;
}*/
.subNaviTxtB{
	text-decoration: none;
	color: #797979;
	padding-left: 12px;
}
a.subNaviTxtB:hover{
	text-decoration: underline;
}

#bottomContainer {
	float: left;
	width: 785px;
	height: 225px;
	background-image: url(../img/backgroundFooter.gif);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	padding-left: 15px;
	padding-top: 28px;
}
#footerContainer {
	height: 50px;
	width: 775px;
}
#footerName {
	float: left;
	height: 50px;
	width: 176px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #454647;
}
#footerVerticalBar {
	float: left;
	height: 50px;
	width: 31px;
}
#footerAdress {
	float: left;
	height: 42px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	padding-top: 8px;
	color: #454647;
}
.adressNavi{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #454647;
}
a.adressNavi:hover{
	text-decoration: underline;
}
.floatLeft{
	float: left;
}
.deltaBlue{
	color: #00aacd;
	margin-left: 3px;
}
.deltaWhite{
	color: #FFFFFF;
	margin-left: 3px;
}
.footerHeading{
	font-size: 17pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.addthis_button{
	display: block;
	float: right;
	margin-right: 35px;
	margin-top: 10px;
}
