@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	padding: 0;
	background-image: url(images/header-Marx.gif);
	background-repeat: no-repeat;
	width: 772px;
	height: 84px;
	background-position: center center;
	border-top-width: 16px;
	border-right-width: 4px;
	border-bottom-width: 16px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.twoColFixRtHdr #header_eng {
	padding: 0;
	background-image: url(images/header-Marx-eng.gif);
	background-repeat: no-repeat;
	width: 772px;
	height: 84px;
	background-position: center center;
	border-top-width: 16px;
	border-right-width: 4px;
	border-bottom-width: 16px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.twoColFixRtHdr #right {
	right:-262px;
} 
.twoColFixRtHdr #right_eng {
	right:-228px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #DropMenu {
	padding: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	height: 30px;
	margin: 0px;
}
.twoColFixRtHdr #menu {
	padding: 0 4px 0 4px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: solid;
	/* [disabled]border-bottom-style: dotted; */
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #menu h1 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.twoColFixRtHdr #containerMain {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 6px;
	border-left-width: 4px;
	border-right-color: #FFF;
	}
	
	
.twoColFixRtHdr #text {
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #image {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.portrait {
padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.red_text {
	color: #CC0000;
	font-weight: bold;
}
.blue_text {
	font-weight: bold;
	color: #00CCFF;
} .text_em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
} 

.geboeidteken {
	font-family: Times, serif;
	font-size: 60px;
	color: #00CCFF;
	line-height: 60px;
}
.geboeidtitel {
	font-size: 70px;
	color: #CC0000;
	font-style: italic;
}
.titel {
	font-size: 30px;
	color: #CC0000;
}
.blacktitel {
	font-size: 30px;
	color: #000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #000000;
}.logo {
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.contact {
	padding-top: 90px;
}
.twoColFixRtHdr #footer {
	padding: 10px 0px;
	text-align: center;
	border: 4px solid #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	width: 772px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 24px;
}
 
.imageborder {
	padding-right: 2px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
html, body {
	margin:0;
	padding:0;
}
/* Set the position and dimensions of the background image. */
#page-background {
	position:relative;
	top:0px;
	left:inherit;
	right: -540px;
	overflow: auto;
	height: 50%;
	width: 50%;
	z-index: 1;
}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */

