/******************/
/* plain HTML CSS */
/******************/
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;	
}

body  { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
}

div {
	margin: 0px;
	padding: 0px;
}

img {		
	border: 0px none;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/**************/
/* layout CSS */
/**************/

#container  { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
}

#splash {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border: 0px;	
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	margin:  0px;
	padding: 0px;
	width: 660px;
	height: 200px;	
}

#right  { background-color: #fff; margin: 0; padding: 0; position: absolute; top: 180px; left: 441px; width: 198px; height: 600px }

#titelbox    { background-color: #fff; visibility: visible; position: absolute; top: 60px; left: 0; width: 660px; height: 54px }


#mainback      { background-image: url(../fig/bg_body2_english.jpg); visibility: visible; position: absolute; top: 114px; left: 0; width: 660px; height: 441px }


#main           { color: black; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 13px; text-decoration: none; visibility: visible; position: absolute; top: 190px; left: 30px; width: 290px }
#main2  	       { color: black; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 13px; text-decoration: none; visibility: visible; position: absolute; top: 360px; left: 30px; width: 290px }
#images       { color: black; font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 13px; text-decoration: none; visibility: visible; position: absolute; top: 190px; left: 340px; width: 290px }
#test    { visibility: visible; position: absolute; top: 195px; left: 30px; width: 600px }

#bottom   { visibility: visible; position: absolute; top: 560px; bottom: 0; left: 0; width: 660px; height: 60px }


/***********/
/* top CSS */
/***********/
#logo {
	position: absolute;	
	left: 85px;
	top: 20px;
	margin:  0px;
	padding: 0px;
	width: 640px;
	height: 99px;	
}

#english { color: red; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14px; text-align: left; margin: 0; padding: 0; position: absolute; top: 76px; left: 320px; width: 200px; height: 30px }

#english a,
#english a:link,
#english a:active,
#english a:visited  { color: red; text-decoration: none }

#english a:hover  { color: black; text-decoration: underline }

#menu1   { visibility: visible; position: absolute; top: 114px; left: 5px; width: 213px; height: 44px }
#menu2    { visibility: visible; position: absolute; top: 114px; left: 223px; width: 214px; height: 44px }
#menu3    { visibility: visible; position: absolute; top: 114px; left: 442px; width: 213px; height: 44px }

#menu ul  { color: red; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 24px }

#menu li {
	list-style-type: none;
}

#menu a   { color: red; font-weight: bold; text-decoration: underline }

#menu a:hover   { color: black; text-decoration: underline }

#menu a.active   { color: red; text-decoration: underline }

#main a { color: red; text-decoration: none }

#email   { color: red; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14px; text-align: left; margin: 0; padding: 0; position: absolute; top: 76px; left: 454px; width: 200px; height: 30px }

#email a,
#email a:link,
#email a:active,
#email a:visited  { color: red; text-decoration: none }

#email a:hover  { color: black; text-decoration: underline }

#banner   { position: absolute; top: 114px; left: 661px; width: 164px; height: 200px }


/***************/
/* content CSS */
/***************/

#titel  { color: #000033; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: underline; text-align: left; position: absolute; top: 185px; left: 20px; width: 400px; height: 34px }

#content {
	padding: 0px;	
}

