/*****************************************/
/******* ©2008 // despecial.com *******/
/*****************************************/

/* RESET */
html, body, p, h1, h2, h3, form, input, select, ul, li {
	margin: 0;
	padding: 0
}

/* DEFAULTS */
body { 
	background-color: #ffffff;
	color: #469291;
	font: normal 11px Arial, Helvetica,Sans-Serif;
	margin-bottom: 10px
}

a:link,
a:visited { 
	font: normal 11px Arial, Helvetica,Sans-Serif;
	text-decoration: none;
	color:#469291
}

a:hover,
a:active {
	text-decoration: none;
	color: #57aeac
}

img { border: none }

/******* SITE STRUCTURE *******/
#site {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 775px;
	height: 594px;
	margin: -297px 0px 0px -388px;
	background: #ffffff url("../_img/fin-s-start.jpg") no-repeat
}
#fins {
	position: relative;
	top: 36px;
	left: 26px;
}
#fins2 {
	position: absolute;
	left: 63px;
	top: 49px;
	height: 16px;
	width: 102px;
	display: block;
	background: url("../_img/fin-s-praesentiert.gif") no-repeat
}
#fins3 {
	position: relative;
	left: 120px;
	top: -43px;
}
#ml {
	position: absolute;
	right: 28px;
	top: 18px;
}
#content {
	clear: both;
	position: relative;
	top: 50px;
	left: 0px;
	width: 775px;
}
#footer {
	position: absolute;
	bottom: 0px;
	right: 2px;
	text-transform: uppercase
}


/******* LINKS FORMAT ******/
#content ul {
	float: left;
	list-style-type: none;
	margin-left: 2px;
	padding-left: 1px;
}
* html #content ul { margin-left: 1px }
#content li {
	float: left;
	margin: 0 3px 0 0;
	padding-top: 12px;
	background: url("../_img/subnav-bg.gif") repeat-x
}
#content span strong {
	margin-left: -4000px
}
#content li span {
	display: block;
	height: 62px;
	width: 190px;
	padding: 1px 0 0 0px;
}
#link1 { 
	background: transparent url("../_img/start-link1.jpg") no-repeat 4px 4px
}
#link2 { 
	background: transparent url("../_img/start-link2.jpg") no-repeat 4px 4px
}
#link3 { 
	background: transparent url("../_img/start-link3.jpg") no-repeat 4px 4px
}
#link4 { 
	background: transparent url("../_img/start-link4.jpg") no-repeat 4px 4px
}
li a:hover #link1,
li:hover #link2,
li:hover #link3,
li:hover #link4 {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=77);
}


#button {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -575px;
	margin-top: 15px;
}

#button2 {
    width: 170px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -575px;
	margin-top: -100px;
	text-align: center;
	font-size: 14px
}
#button2 a 	{
	color: red;
	text-decoration: none;
	font-weight: bold
}
#button2 h2 {
	color: #f08c1c
}


/****** PRELOAD ******/
#preloading img {
  width:0px;
  height:0px;
  visibility:hidden;
}
