@charset "UTF-8";
/* CSS-Datei zur Definition des Layouts */

html {
	height: 100%;
}

body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0; 
	text-align: center;
}

/* basiclayout */

#mainContainer {
	width: 73.6em;  /* using 20px less than a full 800px width allows for browser chrome 
	and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	background: #000033 no-repeat;
}
#mainHeader {
	height: 5em;
	background: #ffffff;
	padding-top: 1em;
}
#mainHeader h1 {
	display: inline;
	font-size: 1.9em;
	font-weight: normal;
}
#mainNavigation {
	float: left; /* since this element is floated, a width must be given */
	width: 8em; /* the background color will be displayed for the length of the 
	content in the column, but no further */
	padding: 0.5em 0px 15px 0em;
	line-height: 0.3em;
	background: #000033;
}
#langnav {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	line-height: 1.5em;
}
#mainContent {
	margin: 0 0 0 10.8em;
	border-left: 0.4em solid #FFFFFF;
	border-right: 0.6em solid #336666;
	background: #99cccc;
}
#contentHeader {
	height: 8em;
	border-bottom: 0.1em solid #FFFFFF;
	overflow: hidden;
	text-align: right;
	background: url(bilder/layoutcontentheader.jpg) no-repeat;
}
#contentNav {
	background: #336666;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	height: 1.8em;
	width: 18em;
	position: relative;
	top: 6.2em;
	float: right;
	word-spacing: 2.7em;
	text-align: left;
	line-height: 1.6em;
	padding-left: 3.0em;
	letter-spacing: 0.1em;
}
#contentNav a, #contentNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 1em;
}
#contentNav a:hover {
	background-color: #669999;
}
#content {
	padding: 2em 2em 2px 2.5em;
	text-align: justify;
}
#contentTop {
	padding: 1em 0em 0em;
}
#contentTopLeft {
	width: 27em;
	float: left;
	padding: 2em 2em 2px 2.5em;
}
#contentTopRight {
	display: block;
	margin-left: 33.8em;
	padding-right: 2em;
}
#contentTopRight .result {
	display: block;
}
#contentBottom {
	vertical-align: top;
	display: inline;
	padding-top: 2em;
}
#contentBottomLeft {
	float: left;
	border-top: 1px solid #336666;
	border-right: 1px solid #336666;
	width: 27em;
	padding: 1em 1em 1em 2.8em;
	background: #bbdddd;
}
#contentBottomRight {
	margin-left: 33.8em;
	padding-right: 2em;
	vertical-align: top;
}
#footer {
	background: #336666;
	height: 8em;
	clear: none;
}
.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;
	white-space: nowrap;
	display: inline;
}
.listIcon {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	vertical-align: text-top;
	white-space: nowrap;
	display: inline;
}
.newsIcon {
	float: left;
	vertical-align: text-top;
	white-space: nowrap;
	display: inline;
	margin-right: 0.5em;
}
.clearfloat { /* this class should be placed on a div or break element and should 
be the final element before the close of a mainContainer that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.imgRszHeader {
	width: 28.9em;
	height: 2.6em;
}
.imgRsz12 {
	height: 1.1em;
	width: 1.1em;
}
.imgRszCH {
	width: 61.7em;
	height: 7.95em;
}
.aSmaller {
	font-size: 0.8em;
}
.aBigger {
	font-size: 1.3em;
}
.imgRsz14 {
	height: 1.3em;
	width: 1.3em;
}
img {
	border-style: none;
	border-width: 0em;
}
.dotted {
	color: #ccdddd;
	border-bottom: 0px solid #FFFFFF;
	border-top: 0.09em dotted #FFFFFF;
	border-left: 0em dashed #ffffff;
	border-right: 0em dashed #ffffff;
	margin-top: 0em;
	margin-bottom: 0em;
}



/* basicstyle */

a {
	color: #990000;
	text-decoration: underline;
}
b {
	color: #000066;
}
.highlighted {
	color: #990000;
}
#mainTitle h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000066;
	padding-left: 2em;
	line-height: 1em;
}
#content h1 {
	font-size: 2em;
	font-weight: bold;
	display: inline;
}
#content h2 {
	font-size: 1.2em;
	line-height: 0.7em;
	font-weight: normal;
	color: #990000;
	padding-left: 1em;
	display: inline;
}
#contentTopLeft h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #990000;
	/* text-transform: uppercase; */
	display: inline;
}
#content h4 {
	font-size: 1.2em;
	line-height: 0.7em;
	font-weight: normal;
	color: #990000;
}
#content li {
	list-style: outside;
}
#contentBottomLeft .highlightedCap a {
	text-decoration: none;
}
#contentBottomLeft .highlightedCap a:hover {
	text-decoration: underline;
}
#contentBottomLeft a:hover {
	color: #990000;
}
.nav {
	padding: 0px;
}
#mainNavigation p {
	line-height: 0em;
	margin: 0.2em 0em 0em 0em;
	padding: 0px;
}
.nav a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 0em 7px 1.4em;
	text-indent: 0em;
	width: 9.3em !important;
	width: 9.5em;
	line-height: 1em;
	display: block;
}
.nav a:hover {
	color: #FF6600;
	text-decoration: none;
	background-color: #1c1c4c;
	border-top: 1px solid #666699;
	border-bottom: 1px solid #666699;
	padding-top: 6px;
	padding-right: 0em;
	padding-bottom: 6px;
	background: url("http://www.holocaust-education.de/res/gifs/nav_arow01.gif") no-repeat #1c1c4c;
}
.navActive {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	background-color: #1c1c4c;
	display: block;
	width: 10.8em !important;
	width: 11em;
	border-top: 1px solid #666699;
	border-bottom: 1px solid #666699;
}
.nav01 {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0em 9px 0em;
	line-height: 2em;
}
.nav01Active {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0em 3px 1.4em;
	display: block;
	background: url("http://www.holocaust-education.de/res/gifs/nav_arow01.gif") no-repeat #1c1c4c;
	background-position: 0em 0.2em;
	line-height: 1.3em;
}
.nav01 a:hover {
	background: url("http://www.holocaust-education.de/res/gifs/nav_arow01.gif") no-repeat #1c1c4c;
}
.nav02 a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.0em;
	padding: 0.3em 0.5em 0.5em 1.5em;
	text-indent: 0em;
	display: block;
}
.nav02Active a {
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	line-height: 1em;
	text-decoration: none;
	padding: 0px 0.5em 5px 1.5em;
	background: url("http://www.holocaust-education.de/res/gifs/nav_arow02.gif") no-repeat;
	background-position: 0em -0.4em;
}
.nav02 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url("http://www.holocaust-education.de/res/gifs/nav_arow02.gif") no-repeat;
	background-position: 0em -0.2em;
}
.hrDotted {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	clear: both;
	float: none;
}
/* #content  .result  {
	border-bottom: 0.2em dotted #FFFFFF;
} */


#content .result {
	display: table;
}
*  .result {
	height:50px;
} /* nur fï¿½ï¿½1ï¿½2r IE 5.5 - 6.x */
html + body .result {
	height:50px;
} /* nur vom IE 5.0 */
input {
	float: left;
	border: double #bacccc;
	font-size: 0.9em;
	background-color: #ffffff;
}
input:hover {
	font-size: 0.9em;
	background-color: #eeeeee;
}
.selectboxHead {
	width: 40.2em;
	background-color: #bacccc;
	padding: 0.3em 0em 0.3em 0.3em;
	font-weight: bold;
	color: #333333;
	border: 1px solid #999999;
}
select {
	border: 1px solid #999999;
}

.tab200 {
	width: 200px;
	float: left;
}
#footer {
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.5em;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #990000;
}
.highlightedCap {
	color: #990000;
	/* text-transform: uppercase; */
}
.newsTitle {
	color: #003333;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
newsTitle a {
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}
.smallText {
	font-size: 0.9em;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
}
#contentBottomLeft .highlightedCap a {
	color: #990000;
}
#contentBottomLeft a {
	color: #000000;
}
#mainNavigationLP {
	padding: 0em 0em 0em 1.5em;
	line-height: 1.3em;
	color: #ffffff;
}
#mainNavigationLP a, #mainNavigationLP a:visited {
	color: #ffffff;
	text-decoration: none;
}
#mainNavigationLP a:hover {
	text-decoration: underline;
}

#ergebnis {
	font-size: 70%;
}
	

