@charset "utf-8";
/*--------------------------------------------------------------*/
/* 		JNSM. OUR PIECE O' CAKE.... ;-)														*/
/* 		STYLESHEET									        											*/
/*--------------------------------------------------------------*/
/* 		DESIGN AND PROGRAMMING by JNSM	    											*/
/* 		http://www.jnsm.at																				*/
/* 		office@jnsm.at															              */
/*--------------------------------------------------------------*/

/*		enough Bla Bla... let's get to work!!!										*/

/*--------------------------------------------------------------*/
/*		E L E M E N T S
/*--------------------------------------------------------------*/

* {margin:0;padding:0;}

html,body {
	height: 100%;
}

body {
	color: #525252;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

hr {display:none;}

a {
	color: #01B4FF;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

p {margin-bottom:8px;}

/*--------------------------------------------------------------*/
/*		I D S 																										*/
/*--------------------------------------------------------------*/

#wrapper {
	width: 942px;
	height: 374px;
	background-image: url(../images/bg_temp.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -471px;
	padding-top: 56px;
}

#wrapper2 {
	width: 942px;
	margin: 0 auto;
}

#header {
	height: 80px;
	background-image: url(../images/header.gif);
}

#content {
	margin: 0 50px;
}

#content ul {
	list-style-type: none;
	font-size: 11px;
	color: #9F9F9F;
	margin-bottom: 20px;
}

#content ul li {
	border-bottom: 1px dashed #EEE;
	padding: 3px 0;
}

#content ul li a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #01B4FF;
}

#content ul li a:hover {
	color: #01B4FF;
}

#diashow {
	width: 555px;
	height: 323px;
	background-image: url(../images/bgflash.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-right: 19px;
	float: left;
}

#info {
	float: left;
	width: 270px;
	margin-top: 190px;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding: 30px 0 0 50px;
	margin-bottom: 30px;
}


/*--------------------------------------------------------------*/
/*		C L A S S E S 																					  */
/*--------------------------------------------------------------*/

.invisible {display:none;}

.clear {clear:both;height:1px;}
