html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
	text-align:left;
}
#table{
	width:100%;
	height:100%;
	border: 0px solid #cdcccd;
	padding:0;spacing:0;
}
body{
	width:100%;
	height:100%;
	margin: 0;
	padding:0;
}
body, tr, td, input, textarea, button, p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.2px;
	text-align: left;
	vertical-align:top;
}
#center{
	width:1000px;
	height:620px;
	/*background-color: #f9f8ed;*/
	vertical-align:top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ffffff;
}
#centerdiv{ 
	/*background-color: #AA0000;*/
	position: absolute;
}
#inner {
	position:relative;
	margin: 10px;
	width:980px;
	height:600px;
	text-align:center;
	vertical-align: middle;
	background-color: #ffffff;
}
#cannics {
	position:absolute;
	top:289px;
	left:717px;
	width:196px;
	height:311px;
	background:url(images/cannics.gif)
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	background-image:  url(images/logo.gif);
	background-repeat: no-repeat;
	width:195px;
	height:90px;
}
#logo *{
	visibility:hidden;
}
#box{
	position:absolute;
	top:125px;
	left:145px;
	width:440px;
	height:367px;
	background:url(images/box.gif);
	background-repeat: no-repeat;	
}
#subnavi {
	position:absolute;
	top:44px;
	left:16px;
	/*font-weight:bold;*/
	line-height: 16px;
	text-align:left;
}
#subnavi a {	
	float:left;
	color: #bab59a;
	display: block;
	margin: 0 20px 0 0;
	text-align:left;
	/*width:120px;*/
}
#subnavi a:hover {
	color: #882424;
	text-decoration:none;
}
#subnavi a small{
	
	line-height:7px;
	overflow:hidden;
	display: block;
	/*height: 8px;*/
	padding: 0 7px 0 7px;
	margin: 0 0 0 0;
	color:#cbccb3;	
	background-image:url(images/hg_sub.gif);
	background-repeat:repeat-y;
}
#subnavi a:hover small{
	color:#882424;	
	background-image:url(images/hg_sub_hl.gif);
}
#subnavi a small.active{
	background-image:none;
	background-color:#cbccb3;
	color:#FFFFFF;
}
#subnavi a:hover small.active{
	background-image:none;
	background-color:#882424;
	color:#FFFFFF;
}

#bottomnavi{
	position:absolute;
	bottom:15px;
	left:17px;
}

#bottomnavi a{
	padding: 1px 5px 1px 14px;
	background-image:url(images/pfeil.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-color:#cbccb3;
	color:#FFFFFF;
	font-weight:bold;	
}
#bottomnavi a:hover{
	background-color:#882424;
	text-decoration:none;
}


#content {
	text-align:left;
	position:absolute;
	left: 16px;
	top: 85px;
	width: 406px;
	height: 250px;
	/*overflow-y:auto;*/
	overflow:auto;
	line-height: 16px;
	/*padding: 0px 0px 0px 0px;*/
}

#inner.hg{
 	background: url(images/hg.gif)
}
a{
	color: #882424;
	text-decoration:none;
	display:inline;
	/*border-bottom: 1px dotted #000000;*/
}
a:hover{
	text-decoration:underline;
}

a *{
	border:0px;
}

#language{
	position:absolute;
	left:17px;
	top:162px;
	text-align:left;	
}

#language, #language a{
	font-weight:bold;
	color:#cbccb3;
}

.deutsch{
	background-image:url(images/deutsch.gif);
	/*background-repeat:no-repeat;*/
	width:276;
	height:45;
	display:block;
}
.english{
	background-image:url(images/english.gif);
	/*background-repeat:no-repeat;*/
	width:250;
	height:45;
	display:block;
}
a:hover.deutsch, a:hover.english{
	background-position: 0px -50px;
}

.deutsch *, .english *{
	visibility: hidden;	
}

h1{
	font-size: 13px;
	font-weight:900;
	letter-spacing:.8px;
	color:882424;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h1 .sub{
	font-size: 13px;
	font-weight:normal;
	display:block;
}
small{
	font-size: 8px;
	font-weight:900;
    color: #B4B4B4;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
}
hr{	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	display:block;
	background-color:#ecede3; /* Mozilla 1.4 */
	color:#ecede3; /* IE 6 */
	border: #ecede3; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
strong{
	font-weight:bold;
}

.red {
	color:882424;
}
