@CHARSET "UTF-8";

*
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
    outline: none;
}

html
{
    width: 100%;
}

body
{
    width: 100%;
    background: url(../img/tapete.png);
    color: #000;
    font-family: Futura, Verdana, sans-serif;
    font-size: 100.01%;
}

h1
{
	display: none;
}

#page
{
	position: relative;
	margin: 0px auto;
	width: 960px;
	height: 665px;
}

#content
{
	position: relative;
	width: 960px;
	height: 620px;
}

#content.sequence
{
	overflow-x: scroll;
	overflow-y: hidden;
}

#content.imprint, 
#content.contact 
{
	top: 20px;
	left: 250px;
	width: 400px;
	height: auto;
	background: #fff;
	padding: 10px 100px 10px 10px;
}

#content.contact
{
	margin-top: 150px;
}

#content.imprint h1,  
#content.contact  h1
{
	font-size: 16px;
	display: block;
}

#content.imprint h2,  
#content.contact h2 
{
	font-size: 14px;
}

#content.imprint p,
#content.conatct p
{
	font-size: 12px;
}

#content.imprint a,
#content.contact a
{
	color: #e89c04;
}

.scrollme
{
	height: 620px;
	width: 3600px;
}

.scrollme.text
{
	background: #fff;
	width: 600px;
		height: 620px;
}

#picture
{
	position: absolute;
	top: 40px;
	left: 15px;
}

#label
{
	position: relative;
	top: 110px;
	left: 685px;	
	width: 260px;
	height: 85px;
	background: url(../img/bg_title.png) no-repeat top left;
	text-align: center;
	padding-top: 20px;
}

#label h2
{
	font-size: 14px;
	font-weight: bold;
}

#label p
{
	font-size: 12px;
}

#label a
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 260px;
	height: 85px;
	text-decoration: none;
	color: #000;
	
}

#navigation
{
	background-color: transparent;
	position: fixed;
	top: 640px;
	left: 230px;
	
}

#navigation ul
{
	float: left;
	font-weight: regular;
	font-size: 12px;	
}

#navigation ul li
{
	background: #000;
	display: inline;
	list-style-type: none;
	padding: 3px 10px;
}

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	width: 90px;
	height: 20px;
}

#navigation ul li a:hover
{
	color: #666;
}

.picture
{
	float: left;
}

.picture.landscape
{
	width: 523px;
	height: 357px;
	margin-left: 20px;
	margin-top: 120px;
	padding: 7px 8px;
	background: url(../img/bg_landscape.png) top left no-repeat;
}

.picture.portrait
{
	height: 523px;
	width: 359px;
	margin-top: 70px;
	margin-left: 20px;
	padding: 8px 9px;
	background: url(../img/bg_portrait.png) top left no-repeat;
}

.picture.portrait a
{
	height: 523px;
	width: 359px;
	display: block;
}

.picture.landscape a
{
	width: 523px;
	height: 357px;
	display: block;
}

