/* ------------------------------------------ GENERAL RESET  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
form label {
	cursor: pointer; 
	}
address {
	font-style: normal; 
	}
:link,:visited {
	text-decoration: none;  
	}
a img,:link img,:visited img {
	border: none; 
    }
fieldset {border: none; 
    } 
div.clear, span.clear {
	clear: both; 
	font-size: 0px; 
}


/* ------------------------------------------ GENERAL ELEMENTS */
html {
	-webkit-font-smoothing: antialiased;
}
body{
	color: #FFF;
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #000;
}
a {
	cursor:pointer;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: none;
}
a span {
	display:none;
}
a.link {
	color:#000;
	text-decoration:none;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	color:#fff;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-family: 'Rough_TypewriterRegular';
	margin-bottom: 20px;
}
h2 {
	color:#fff;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-family: 'Rough_TypewriterBold';
	margin-bottom: 10px;

}
h3 {
	color:#FFF;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;

}
h4 {
	color:#000;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;

}
h5 {
	color:#000;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;

}

/* ------------------------- CLEARFIX */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/* ------------------------------------------ DIV ELEMENTS */
#container {
	margin: 0 auto;
	padding: 40px 0 20px 0;
	width: 1160px;
}
#wrapper {
	margin: 0;
	padding: 40px;
	width: 1080px;
}
#slideshow{
	margin: 0 auto;
	height:750px;
	width:1240px;
}
#mainpage {
	margin: 0 auto;
	height:750px;
	width:1240px;
	position: relative;
}
#pagetitle {
	color: #777;
	line-height: 20px;
	padding-left: 40px;
}

/* ---------------------------------------------- MAIN PAGE */
#mainpage #pagetitle {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index:1000;

}
#mainpage #header {
	position:absolute;
	top:60px;
	border:none;
	left: 40px;
	z-index:1000;
}
#banners {
	height: 120px;
	width:1160px;
	display: block;
	margin: 0;
	position: absolute;
	top: 600px;
	left: 40px;
		z-index:1000;

}
#banners a {
	height: 120px;
	width: 250px;
	float: right;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -2000px;
	overflow: hidden;
	margin-left: 30px;
}
#banners a.bandb {
	background-image: url(../img/banner_bredandbutter.jpg);
}
#banners a.ddc {
	background-image: url(../img/banner_design_contest.jpg);
}
#banners a.cph {
	background-image: url(../img/banner_cphvision.jpg);
}


/* --------------------------- SLIDESHOW */
#slideshow img{
	height:750px;
	width:1240px;
	top:0px;
	left:0px;
}





/* ------------------------------------------ FORM ELEMENTS */
form {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
}
form label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}
form input{
	height: 20px;
}
form input , textarea{
	width: 300px;
	border: 1px solid #555;
	color: #999;
	margin-bottom: 10px;
	background-color: #333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
form br {
	clear: left;
}
form .radio {
	float: left;
	height: 16px;
	width: 16px;
	border: none;
	margin-right: 5px;
}
form #submit, #login, #logout {
	width: 70px;
	font-size: 14px;
	line-height: 14px;
	height: 25px;
	background-color: #555;
	color: #fff;
	-moz-border-radius: 5px;
    border-radius: 5px;
	cursor:pointer;
}
form #submit:hover, #login:hover, #logout:hover{
	background-color: #ff6600;
}

label.error{
    margin-left: 150px;
    width: 300px;
    color: #FF0000;
    display:block;
    font-size: 11px;
    margin-bottom: 0px;
}


/* ------------------------------------------ LIST ELEMENTS */
ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
ul li {
	list-style:none;
}
ul ol {
	list-style:none;
}


/* ----------------------------------------- TABLE ELEMENTS */
table {
	margin: 0;
	padding: 0;
}
table th {
	margin: 0;
	padding: 0;
}
table td {
	margin: 0;
	padding: 0;
}



/* ------------------------------------------------- HEADER */
#header {
	height: 40px;
	margin: 0;
	width: 1100px;
	background-color: #000;
	padding: 0 30px;
	border-style: solid;
	border-color: #333;
	border-width: 1px 0 1px 0;

}
#header .logo {
	background-image: url(../img/devergo_logo_header.jpg);
	float: left;
	height: 40px;
	width: 120px;
	text-indent: -2000px;
	overflow: hidden;
	margin-right: 50px;
}

/* ------------------------- CHOOSE LANGUAGE */
#lang {
	float: right;
	height: 16px;
	padding: 12px 0;
	color: #999999;
	font-size: 12px;
	width: 230px;
}
#lang li {
	float: left;
	margin-right: 8px;
}
#lang li a {
	display: block;
	height: 13px;
	width: 16px;
	background-image: url(../img/flags.png);
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

#lang li#hu a {
	background-position:0px -20px;
}
#lang li#hu a:hover {
	background-position:0px 0px;
}
#lang li#hu a.aktiv {
	background-position:0px 0px;
}
#lang li#en a {
	background-position:-24px -20px;
}
#lang li#en a:hover {
	background-position:-24px 0px;
}
#lang li#en a.aktiv {
	background-position:-24px 0px;
}
#lang li#de a {
	background-position:-48px -20px;
}
#lang li#de a:hover {
	background-position:-48px 0px;
}
#lang li#de a.aktiv {
	background-position:-48px 0px;
}


/* ------------------------- SOCIAL */
#social {
	float: right;
	height: 25px;
	padding: 7px 0 8px 0;
	width: 100px;
}
#social li {
	float: left;
	margin-left: 8px;
}
#social li a {
	display: block;
	height: 25px;
	width: 25px;
	text-indent: -2000px;
	overflow: hidden;
}

#social li#facebook a {
	background: transparent url(../img/icon_facebook.jpg) no-repeat 0 0;

}
#social li#facebook a:hover {
	background-position:0px -25px;
}
#social li#twitter a {
	background: transparent url(../img/icon_twitter.jpg) no-repeat 0 0;
}
#social li#twitter a:hover {
	background-position:0px -25px;
}


/* ------------------------- MENU */
#menu{
	height: 40px;
	margin: 0;
	padding: 0;
	width: 400px;
	float: left;
}
#menu li  {
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
	position: relative;
}
#menu li a  {
	color:#FFF;
	margin: 0;
	padding: 0;
	text-decoration:none;
	font-size: 16px;
	display: block;
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	padding-right: 12px;
	line-height: 40px;
}
#menu li a:hover  {
	color:#FF6600;
	background-position: right -10px;
}
#menu li .slideDown {
	display:none;
	z-index: 100;
	position: absolute;
	left: -5px;
	top: 40px;
}
#menu li .slideDown li {
	float: none;
	height: 30px;
	margin: 0;
	padding: 0;
}
#menu li .slideDown li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	line-height: 30px;
	font-size: 15px;
	padding-left: 7px;
	margin: 0;
	background: none;
	width: 143px;
	height: 30px;
	background-color: #222;
}
#menu li .slideDown li a:hover {
	color: #FF6600;
	background-color: #333;
}
.index #menu li .slideDown li a {
	background-color: #000;
	opacity: .7;
}
.index #menu li .slideDown li a:hover {
	background-color: #000;
	opacity: .8;
}

/* ------------------------------------------------- GALLERY */
#gallery {
	margin: 0;
	padding: 40px 0;
	width: 1160px;
}

#gallerytitle {
	color:#fff;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-family: 'Rough_TypewriterBold';
	margin-bottom: 20px;
	padding-left: 35px;
}
#gallerytitle span {
	color:#fff;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-family: 'Rough_TypewriterRegular';
}
.product_title {
	color:#fff;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-family: 'Rough_TypewriterRegular';
	margin-bottom: 14px;
}

/* ------------------------------------------------- CONTENT */
#content{
	margin: 0 70px 0 0;
	width: 500px;
	text-align: justify;
	float: left;
	color: #CCC;
	line-height: 1.2em;
}
#content .contentBox {
	float: left;
	width: 370px;
}
#content .year {
	font-weight: bold;
	color: #FF6600;
	width: 100px;
	display: block;
	padding-left: 5px;
}
#content .year {
	font-weight: bold;
	color: #FF6600;
	width: 100px;
	display: block;
	padding-left: 5px;
}

/* ----------------------------------------------- SIDEBAR */

#sidebar {
	width: 200px;
	float:left;
	padding:0 30px 0 0;
	margin:0 30px 0 0;
	border-right:1px solid #333;
}
#sidebar #shopnav  li  {
	border-bottom:1px solid #333;
	width:200px;
	padding-left: 7px;

}
#sidebar  li a {
	color:#FF6600;
	text-decoration:none;
	line-height: 22px;
	font-size: 16px;
	margin: 0;
}
#sidebar  li a:hover {
	color:#FFF;
}

/* ------------------------------------------ GLOBAL IMAGES */

.images {
	padding: 3px;
	border: 1px solid #666;
}

/* -------------------------------------------------- SHOPS */

.shopcolumn {
	width: 210px;
	float:left;
	padding:0 30px 0 0;
	margin:0 30px 0 0;
}
.shopcolumn .city, .singlecolumn .city {
	margin:0 0 10px 0;
	border-bottom:1px solid #333;
	font-weight:bold;
	color:#FF6600;
	font-size:16px;

}
.shopcolumn div {
	margin:0 0 10px 0;
}
.shopcolumn a {
	color:#FF6600;
	text-decoration:none;
	font-size: 16px;
}
.shopcolumn a:hover {
	text-decoration:underline;
}
.singlecolumn {
	width: 810px;
	float:left;
	margin:0 0 10px 0;
}
.singlecolumn div {
	width: 210px;
	float:left;
	padding:0 30px 0 0;
	margin:0 30px 15px 0;
	height:50px;
}


/* -------------------------------------------------- PRESS */

.section {
	width: 1160px;
	float:left;
	margin:0 0 30px 0;
}
.section a{
	margin:0 5px 0 0;
}
.section a img {
	padding: 1px;
	border: 1px solid #666;
}
.section .mags {
	width:130px;
	float:left;
	margin:0 10px 10px 0;
	text-align:center;
	height: 160px;
}
.section .mags img {
	padding: 1px;
	border: 1px solid #666;
	margin-bottom:10px;
}
.section .mags a {
	color:#999;
	font-weight:bold;
	line-height: 14px;
}
.section .mags a:hover {
	color:#f60;
}
/* ----------------------------------------------- DOWNLOADS */

.catalog {
	float:left;
	text-align: center;
	margin-right: 20px;
}
.catalog img {
	padding: 3px;
	border: 1px solid #666;
}






/* -------------------------------------------------- FOOTER */
#footer {
	/* [disabled]height: 250px; */
	margin: 0;
	padding: 0px;
	width: 100%;
}
#footerContent {
	/* [disabled]height: 220px; */
	width: 1160px;
	margin: 0 auto;
	padding: 15px 40px;
	border-top: solid 1px #333;
}
#footerContent.index {
	border:none;
}
#footerContent p.rights {
	float: right;
	font-size: 14px;
	color: #555;
}

#footerContent ul {
	color: #FFF;
	font-size: 14px;
	margin-right: 60px;
}
#footerContent ul li {
	line-height: 20px;
}
#footerContent ul li a {
	color: #999;
}
#footerContent ul li a:hover {
	color: #777;
}

#footerContent ul li a.eu {
	color: #FF6600;
}

#footerContent #eu {
	float: right;
	font-size: 12px;
	color: #999;
	width:600px;
}
#footerContent #eu a{
	color: #fff;
}
#footerContent a.increst{
	color: #fff;
	display: block;
	width: 105px;
	height: 50px;
	float: right;
	background-image: url(../img/increst_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 0 0 0;
}
