/* CSS Document */

body {
font-size: small;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size: small;  /* for other IE versions */


}

#leftcontent {
		position: absolute;
		left: 0px;
		top:200px;
		width:230px;
		
		
		}
		
		#centercontent {
		margin-left: 229px;
   		margin-right:250px;
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 200px;
		border-right: 1px dotted #FF6600;
		border-left: 1px dotted #FF6600;
		overflow: auto;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 231px;
   		margin-right:251px;
		}

	#centercontent1 {
		margin-left: 229px;
   		margin-right:250px;
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 200px;
		border-right: 1px dotted #FF6600;
		border-left: 1px dotted #FF6600;
		height: 300px;
		overflow: auto;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 231px;
   		margin-right:251px;
		}
		
		#centercontent2 {
		margin-left: 229px;
   		margin-right:250px;
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 200px;
		border-right: 1px dotted #FF6600;
		border-left: 1px dotted #FF6600;
		height: 500px;
		overflow: auto;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 231px;
   		margin-right:251px;
		}
		
		#centercontent3 {
		margin-left: 229px;
   		margin-right:250px;
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 200px;
		border-right: 1px dotted #FF6600;
		border-left: 1px dotted #FF6600;
		height: 400px;
		overflow: auto;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 231px;
   		margin-right:251px;
		}
		
		#centercontent4 {
		margin-left: 229px;
   		margin-right:250px;
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 200px;
		border-right: 1px dotted #FF6600;
		border-left: 1px dotted #FF6600;
		height: 600px;
		overflow: auto;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 231px;
   		margin-right:251px;
		}
	html>body #centercontent {
   		margin-left: 231px;
   		margin-right:251px;
		}

	#rightcontent {
		position: absolute;
		right: 0px;
		top:200px;
		width:240px;
		
	
		}

#header {
position: absolute;
top: 0px;
height: 150px; 
width: 100%;

background: url(../resource/bedtranslogo.gif) top left no-repeat;
}
#header IMG {
float: right;
}
#language {

position: absolute;
top: 130px;
width: 100%;
text-align: right;
}
#bluestrip {
position: absolute;
top: 150px;
height: 46px;
width: 100%;
background: url(../resource/bluestrip.gif) repeat-x;
text-align: right;
color: #FFFFFF;
font-weight: bold;
}

.tablefooter {
border-collapse: collapse;

width: 100%;
}

.tablefooter td {
padding: 5px;
}

.tablefooter td.pipe {
color: #FF6600;
text-align: center;
}

.tablefooter tr.background {
background-color: #FFFFCC;
}

.tablefooter a {
color: #FF6600;
	font-weight: bold;
	text-decoration: none;

}
.tablefooter a:hover {

	text-decoration: underline;

}

.footertext {
color: #6699CC;
font-weight: bold;

}
.copyright {
font-size: 80%;
}

div.clearer {
clear: both;
border: 1px solid blue;
}

.english {
color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	}
	
A.english:hover {
	text-decoration: underline;
	}
	
	.deutsch {
color: #000000;
	text-decoration: none;
	}
	
A.deutsch:hover {
	text-decoration: underline;
	color: #FF6600;
	}

.phrase {
	padding: 4px 10px;
	color: #6699CC;
	border-bottom: 1px dotted #FF6600;
	border-top: 1px dotted #FF6600;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h1 {
	padding: 4px 10px;
	color: #003399;
	border-bottom: 1px dotted #7C97A7;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.pageheading {
	padding: 4px 10px;
	color: #003399;
	border-bottom: 1px dotted #7C97A7;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h2 {
font-size: 100%;
color: #003399;
}

.texthighlight{
	color: #003399;
	font-weight: bold;
}

.text_form{
	color: #7C97A7;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
/* start of navigation */

#leftcontent {
	padding-bottom: 20px;
}

#leftcontent a {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
#leftcontent a:hover {
	text-decoration: none;
	color: #FF6600;
}
#leftcontent a.active {
	color: #FF6600;
}

#leftcontent a.translation {
	color: #FF6600;
	font-weight: normal;
}
#leftcontent ul {
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 1.4em;
	text-align: right;
	list-style-type: none;
}
#leftcontent ul li {
	padding: 3px 0;
}
#leftcontent ul ul {
	background-color: #FFFFCC;
	padding: 5px 15px 5px 0;
	margin: 5px 0 10px 0;
	border-right: solid #FF6600;
}

#leftcontent ul ul a {
	color: #000000;
	font-weight: normal;
}
#leftcontent ul ul a.active {
	color: #FF6600;
	font-weight: bold;
	}
#leftcontent ul ul a:hover {
	color: #FF6600;
	}
	
	/* finsish navigation */