/*
* {font-family:Arial}damit alles in Arial angezeigt wird */
font {
	font-family: Arial
}

A:link {
	text-decoration: none;
	color: white;
}

A:visited {
	text-decoration: none;
	color: white
}

A:active {
	text-decoration: none;
	color: white;
}

A:hover {
	text-decoration: none;
	color: white;
}

A.link:link {
	text-decoration: underline;
	color: white;
}

A.link:visited {
	text-decoration:underline;
	color: white
}

A.link:active {
	text-decoration: underline;
	color: #54647b;
}

A.link:hover {
	text-decoration: underline;
	color: #54647b;
}

#top_image {
	position: absolute;
	top: 10px;
	left: 380px; 
	border: 1px solid #FFFFFF;
}

div.menu {
	position: absolute;
	top: 250px;
	left: 170px;
	width: 110px;
	height: auto;
	border: 1px solid #D6D6D6;
}

div.menu2 {
	position: absolute;
	bottom: -140px;
	left: -1px;
	width: 110px;
	height: auto;
	border: 1px solid #D6D6D6;
}

div.menu_topic {
	position: relative; 
	height: 20px;
	width: inherit;
	border-bottom: 1px solid #D6D6D6;
	background-image: url(../images/menu_back.jpg);
	background-repeat: no-repeat;
	color: #162e4a;
}


#content_image {
	width: 110px;
	height: 20px;
	border: 1px solid #D6D6D6;
	border-top: 0px;
	border-left: 0px;
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	color: #162e4a;
	text-align: center;
}

#content_frame {
	position: absolute;
	top: 250px;
	left: 380px;
	height: auto;
	width: 505px;
	border: 1px solid #D6D6D6;
	text-align: justify;
}

#content {
	position: relative; 
	float: left;
	height: auto;
	top: 10px;
	padding-bottom: 20px;
	padding-left: 40px; 
	padding-right: 40px; 
	line-height: 23px;
	text-align: justify;
}

#contact_frame {
	position: absolute;
	bottom: -100px;
	left: -1px; 
	width: 505px; 
	height: 80px;
	border: 1px solid #D6D6D6;
	color: white;
	text-align: justify;
}

#contact_image {
	position: absolute;
	width: 110px;
	height: 20px;
	border: 1px solid #D6D6D6;
	border-top: 0px;
	border-left: 0px;
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	color: #162e4a;
	text-align: center;
}

#contact_content {
	position: absolute;
	left: -1px;
	width: inherit;
	color: white;
	padding-top: 10px;
	text-align: center;
}

#table_screens {
	width: 100%;
	text-align: center;
	vertical-align: top;
	font-size: 0.8em;
}

#screen {
	border: 1px solid #FFFFFF;
}

/* Just to have some free space at the end of the page*/
#break {
	position: absolute;
	bottom: -15px;
	height: 1px;
	width: 1px;
}

/*
#container_test {
	position: absolute;
	height:auto;
	top: 250px;
	left: 380px;
	width: 445px;
	border: 1px solid #D6D6D6;
	text-align: justify;
}

#content_test1 {
	position: relative;
	float:left;
	height:auto;
	top: 0px;
	padding-left: 5px; 
	line-height: 23px;
	text-align: justify;
	border: 1px solid #000000;
}

#content_test2 {
	position: relative; 
	height:auto;
	padding-left: 40px;
	top: 0px; 
	padding-right:20px;
	line-height: 23px;
	text-align: justify;
	border: 1px solid #000000;
	
}
*/