a {
	font-size: 12px;
	color: white;  
	background-color: red; 
	font-family: arial, helvetica, sans-serif;
	border-color: black;
	font-weight: bold;
}
a:link {
	color: white; 
	background-color: transparent; 
	text-decoration: none; 
	font-weight: bold;
	border-color: black;
}
a:visited {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
	font-weight: bold; 
	border-color: black;
}
a:hover {
	color: yellow; 
	background-color: transparent; 
	text-decoration: none;
	font-weight: bold;
	border-color: black;
}

a.version {
	font-size: 11px;
	color: green;  
	background-color: red; 
	font-family: arial, helvetica, sans-serif;
	border-color: black;
	\\font-weight: normal;
}
a.version:link {
	color: green; 
	background-color: transparent; 
	text-decoration: none; 
	border-color: black;
	\\font-weight: normal;
}
a.version:visited {
	color: green; 
	background-color: transparent; 
	text-decoration: none;
	border-color: black;
	\\font-weight: normal;
}
a.version:hover {
	color: OrangeRed; 
	background-color: transparent; 
	text-decoration: none;
	border-color: black;
	\\font-weight: normal;
}

td {
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

tr {
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

html,body {
	height: 95%;
	background-color: #960d0d;
	scrollbar-face-color : #960d0d;
	scrollbar-highlight-color : #960d0d;
	scrollbar-3dlight-color : white;
	scrollbar-darkshadow-color : #960d0d;
	scrollbar-arrow-color : white;
	scrollbar-shadow-color : white;
	scrollbar-track-color: white;
}

.allstyle_table
{
	position: static;
	display: table;
	color: green; 
	background-color: #960d0d;
	width: 100%;
	height: 100%;
	margin: auto;
	\\vertical-align: top;
}

.background_box
{
	background-image: url('../bilder/back_intro.gif');
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
	position: static;
	height: 500px;
	width: 700px;
	text-align: center;
}


.menu_box
{
	font-size: 11px;
	color: white;  
	font-family: arial, helvetica, sans-serif;
	background-color: transparent; 
	margin: auto;
	width: 600px;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
}

.info_box1_trans
{
	background-color: transparent; 
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif;
	margin: auto;
	text-align: justify;
	vertical-align: middle;
	height: 310px;
	width: 550px;
	position: relative;
	overflow: auto;
}

.table
{
	height: 330px;
	width: 700px;	
	border-spacing: 0px;
	background-color: transparent; 
	margin: auto;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 7px;
}

.pictable
{
	height: auto; \\700px
	width: 330px;	
	border-spacing: 0px;
	background-color: transparent; 
	margin: auto;
	width: 500px;
	position: relative;
}

.lefttop
{
	text-align: justify;
	height: 90px;
	vertical-align: top;
	margin: auto;
}

.righttop
{
	text-align: center;
	height: 90px;
	vertical-align: top;
	margin: auto;
}

.headline
{
	font-size: 12px; 
	background-color: transparent; 
	font-family: arial, helvetica, sans-serif;
	margin: auto;
	font-weight: bold;
	text-align: center;
}

.highlight
{
	font-weight: bold;
	margin: auto;
}

.highlight2
{
	font-weight: bold;
	margin: auto;
	color: OrangeRed;  
	font-size: 12px;
}

.highlight3
{
	font-size: 13px;
	font-weight: bold;
	margin: auto;
}

.invisable
{
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif;
	color: white; 
}

.justify
{
	text-align: justify;
}

.thumb10
{
	width: 110px;
	border-width:1px;
	border-style:solid;
	border-color:green;
	margin: auto;
}