/* 
	CSS Document für die Website: http://huesken.de
	- - - - - - - - - - - - - - - - - - - - - - - - - - 
	Datum:		08-05-14
	Version:	1.0
	Auto:		concept.id | Matthias Silling
	E-Mail:		technik@concept-id.de
	Website:	http://concept-id.de
	- - - - - - - - - - - - - - - - - - - - - - - - - - 
	© 2008 HÜSEKN 
	
*/
/* hide from ie on mac \*/
html {
	height: 100%;
    overflow: hidden;
}

#website {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
    margin: 0;
    padding: 0;
    background-color:#000;
	color:#fff;
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:20px;
}

a, a:link {
	color:#fff;
	text-decoration:underline;
}

a:visited {
	color:#fff;
	text-decoration:underline;
}

a:focus, a:hover, a:active {
	color:#fff;
	cursor:pointer;
   	text-decoration:none;
}

/*
	= no flash styles
*/
h1 {
	font-size:2em;
	font-weight:bold;
}

#box {
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	height:436px;
	margin-left:-250px;
	margin-top:-218px;
}

.hueskenLogo {
	position:absolute;
	right:0px;
	top:0px;
	text-indent:-9999px;
	width:208px;
	height:52px;
	background:url(../_gfx/hueskenLogo.gif) no-repeat left top;
}

.noFlaContent {
	position:absolute;
	left:0px;
	top:60px;
	height:auto;
	width:500px;
	border:1px solid #fff;
}

.innerContent { margin:20px; }
p { margin:0px 0px 10px 0px; }




 




















