a:link { 
	font-weight:bold; 
	color:#003399; 
	text-decoration:underline 
}
a:visited { 
	font-weight:bold; 
	color:#003399; 
	text-decoration:underline 
}
a:hover { 
	font-weight:bold; 
	color:#E00000; 
	text-decoration:underline 
}
a:active { 
	font-weight:bold; 
	color:#E00000; 
	text-decoration:underline 
}
a:focus { 
	font-weight:bold; 
	color:#003399; 
	text-decoration:underline 
}

a.small{
	font-size: 8px;
}

.box_main {
	position:relative;
	margin-top:0px;
	top:0px;
	width: 690px;
	
	/* verantwortlich für die Zentrierung der main clsse */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.box_menue {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 306px;
	height: 352px;
	visibility: visible;
}

.box_content {
	position: absolute;
	top: 86px;
	left: 327px;
	width: 327px;
	height:auto;
}

.box_content_head {
	position: absolute;
	top: 50px;
	left: 328px;
	width: 327px;
	font-size: 16px;
	font-variant:small-caps;
	font-weight:bold;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	line-height:28px;
}

.box_gallery_image {
	position: relativ;
	height: 250px;
	padding-left:10px;
	padding-top:30px;
	width: 305px;
	top: 40px;
	font-size: 10px;
	line-height:14px;
}


.box_gallery_navigaton {
	position: relativ;
	top: 20px;
	text-align: center;
}




.box_header {
	position: absolute;
	margin-top:0px;
	top: 0px;
	left: 327px;
	font-size:10px;
	text-align:right;
	width: 327px;
}


.box_footer {
	position:absolute;
	text-align:right;
	font-size:10px;
	width: 327px;
	bottom:-30px;
	border-top: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	line-height: 16px;
}


.txt_fliesstext {
	font-weight: bold;
}

.txt_kleintext {
	font-size: 10px;
}

body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}

img{
	border:0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}
a.a_normal {
	font-weight: normal;
	font-size:10px;
}

