@font-face {
	font-family: 'MetaNormalRoman';
	src: url('../fonts/metanormal-roman-webfont.eot');
	src: url('../fonts/metanormal-roman-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/metanormal-roman-webfont.woff') format('woff'),
			 url('../fonts/metanormal-roman-webfont.ttf') format('truetype'),
			 url('../fonts/metanormal-roman-webfont.svg#MetaNormalRoman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MetaMediumRoman';
	src: url('../fonts/metamedium-roman-webfont.eot');
	src: url('../fonts/metamedium-roman-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/metamedium-roman-webfont.woff') format('woff'),
			 url('../fonts/metamedium-roman-webfont.ttf') format('truetype'),
			 url('../fonts/metamedium-roman-webfont.svg#MetaMediumRoman') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'MetaNormalRoman', 'Arial', Helvetica, sans-serif;
}

body {
	background-color: #ffffff;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

img, a {
	border: 0 none;
}

.invisible {
	display: none;
}

.clear {
	clear: both;
}

/* ** ** HEADER ** ** */
div.header {
	margin-left: 580px;
}

/* ** ** NOTES ** ** */
div.note {
	position: absolute;
	width: 271px;
	height: 257px;
	top: 75px;
	left: 1040px;
	background-image: url(../images/note.png);
}

div.note article {
	width: 200px;
	padding-top: 25px;
	padding-left: 50px;
	-moz-transform:rotate(6deg);
	-webkit-transform:rotate(6deg);
	-o-transform:rotate(6deg);
	-ms-transform:rotate(6deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
	font-size: 22px;
}

div.note article span {
	display: block;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

/* ** ** NAVIGATION ** ** */
div.navigation {
	position: absolute;
	top: 375px;
	left: 375px;
	width: 700px;
	font-family: 'MetaMediumRoman';
}

nav.main {
	display: block;
	border-bottom: 2px solid #512d1e;
}

nav.main ol { 
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	list-style: none; 
	position: relative; 
	width: auto; 
}

nav.main ol li { 
	display: inline-block;	
}

nav.main ol a { 
	color: #bbb; 
	font-size: 14px; 
	float: left;
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

nav.main ol a:hover { 
	color: #512d1e; 
}

#magic-line { 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 100px; 
	height: 2px; 
	background: #ffffff;
}

nav.main ol li.active a { 
	color: #000000 !important; 
}

/* ** ** CONTENT ** ** */
div.content {
	position: absolute;
	top: 395px;
	left: 375px;
	max-width: 700px;
	padding-bottom: 40px;
}

div.content h1 {
	font-family: 'MetaMediumRoman';
	font-size: 32px;
	color: #512D1E;
}

div.content a {
	color: #512D1E;
	text-decoration: none;
}

div.content a:hover {
	text-decoration: underline;
}

div.content nav.breadcrumb span {
	color: #bb0000;
	text-decoration: underline;
}

div.content div.showcase div.preview {
	float: left;
	width: 147px;
	height: 147px;
	background-image: url(../images/showcaseItem.png);
}

div.content div.showcase div.preview img {
	margin-top: 12px;
	margin-left: 12px;
}

div.content div.showcase div.description {
	float: left;
	padding-left: 12px;
	padding-top: 13px;
	width: 400px;
	font-size: 13px;
}

div.content div.showcase div.description h2 {
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
}

div.content div.showcase div.slideshow {
	width: 584px;
	height: 338px;
	padding-top: 28px;
	padding-left: 29px;
	padding-right: 27px;
	padding-bottom: 134px;
	background-image: url(../images/thunderbolt-display.png);
	float: left;
	overflow: hidden;
}

div.content div.showcase div.slideshow div.images {
	width: 584px;
	height: 338px;
	overflow: hidden;
}

div.content div.showcase div.details {
	width: 564px;
	height: 320px;
	background-color: #ffffff;
	float: left;
	position: relative;
	z-index: 20000;
	padding: 10px;
	font-size: 13px;
	/*top: -338px;*/
}

div.content div.showcase div.details p:first-child {
	margin-top: 0px;
}

/*div.content div.showcase div.details p:first-child:first-letter {
	font-size: 30px;
	line-height: 30px;
	float: left;
	padding: 0 5px 0 0;
}*/

div.content div.showcase div.details a.more {
	color: #1aa0d8;
	text-decoration: none;
	text-transform: uppercase;
}

div.content div.showcase div.buttons {
	float: left;
	width: 38px;
	height: 338px;
	padding-left: 10px;
}

div.content div.showcase div.buttons img {
	width: 38px;
}

div.content form label {
	display: block;
	width: 85px;
	float: left;
}

div.content form label span.mandatory {
	padding-left: 3px;
}

div.content form input[type=text] {
	width: 185px;
	margin-bottom: 5px;
}

div.content form textarea {
	width: 450px;
	height: 150px;
	resize: none;
	margin-bottom: 5px;
}

div.content form input[type=submit] {
	margin-left: 85px;
	margin-bottom: 10px;
}

div.content div.news {
	padding-bottom: 25px;
}

div.content div.news h2 {
	font-size: 16px;
	margin-top: 5px;
	padding-top: 0px;
}

/* ** ** CUPS ** ** */
div.cups {
	position: absolute;
}

div.cups.cupLinkedin {
	width: 129px;
	height: 128px;
	top: 28px;
	left: 45px;
}

div.cups.cupFacebook {
	width: 131px;
	height: 130px;
	top: 372px;
	left: 24px;
}

div.cups.cupXing {
	width: 129px;
	height: 125px;
	top: 91px;
	left: 222px;
}

div.cups.cupTwitter {
	width: 130px;
	height: 128px;
	top: 196px;
	left: 133px;
}

/* ** ** PAPERS ** ** */
div.papers {
	position: fixed;
	width: 100px;
	height: 518px;
	overflow: hidden;
}

div.paper {
	position: fixed;
	width: 516px;
	height: 518px;
	background-image: url(../images/paper.png);
	bottom: 120px;
	right: -370px;
	font-size: 12px;
}

div.contact {
	background-image: url(../images/paperContact.png);
	bottom: 90px;
	right: -390px;
	z-index: 10;
}

div.contact p {
	padding-left: 85px;
	padding-right: 35px;
	padding-top: 50px;
	line-height: 20px;
}

div.contact form {
	padding-top: 50px;
}

div.contact label {
	display: block;
	float: left;
	clear: both;
	width: 145px;
	text-align: right;
	padding-right: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #512D1E;
}

div.contact input[type=text], div.contact input[type=email] {
	float: left;
	width: 250px;
	height: 24px;
	padding: 2px;
	border: 1px solid #C1BAAF;
	margin-bottom: 20px;
}

div.contact textarea {
	float: left;
	width: 248px;
	height: 250px;
	padding: 3px;
	border: 1px solid #C1BAAF;
	line-height: 15px;
	resize: none;
}

div.imprint {
	background-image: url(../images/paperImprint.png);
	bottom: 70px;
	right: -400px;
	z-index: 10;
	text-align: right;
}

div.contact input[type=submit] {
	clear: both;
	float: right;
	margin-right: 100px;
	margin-top: 15px;
}

div.imprint * {
	margin-right: 70px;
	-moz-transform:rotate(-2.5deg);
	-webkit-transform:rotate(-2.5deg);
	-o-transform:rotate(-2.5deg);
	-ms-transform:rotate(-2.5deg);
}

div.imprint h1 {
	font-size: 26px;
	margin-top: 50px;
}

div.imprint p {
	line-height: 20px;
	margin-bottom: 20px;
}

div.controls nav.contact {
	position: absolute;
	bottom: 360px;
	right: 90px;
	width: 35px;
	height: 175px;
	z-index: 30;
	cursor: pointer;
}

div.controls nav.imprint {
	position: absolute;
	bottom: 160px;
	right: 70px;
	width: 40px;
	height: 170px;
	z-index: 30;
	cursor: pointer;
}

/* ** ** FREUNDE LOGIN ** ** */
div.content .login form label,
div.content .mod_lostPassword form label {
	width: 120px;		
}

div.content .login form input,
div.content .mod_lostPassword form input {
	width: 200px;		
}

div.content .login form input[type=submit] {
	width: 120px;		
}

div.content .mod_lostPassword form input[type=submit] {
	width: 160px;		
}



/* ** ** FOOTER ** ** */
div.footer {
	position: fixed;
	display: block;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 20px;
	padding-top: 25px;
	padding-left: 40px;
	background-image: url(../images/footer.png);
	font-size: 11px;
	color: #333333;
	z-index: 1000;
}

div.footer a {
	color: #333333;
	text-decoration: underline;
}

div.footer a:hover {
	text-decoration: none;
}
