/* @override http://contempo.local/css/style.css */

/*********************************************/
/************* R E S E T *********************/
/*********************************************/
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: 100%/1.2 "lucida grande","lucida sans", verdana, arial, helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

/*********************************************/
/************* L A Y O U T *******************/
/*********************************************/
body {
	font-size: 13px;
	background: #000;
	color: #fff;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	margin-bottom: 16px;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 16px 0 0 0;
}

a {
	color: #FFE900;
}

fieldset {
	border: 1px solid #d5d5d5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px 40px;
	margin-bottom: 12px;
}

legend {
	padding: 0 12px;
	font-size: 16px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
}

label {
	display: inline-block;
	width: 100px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#top, #content, #bottom div.module {
	background: #000;
	margin: 0 0 12px 0;
}

#top {
	height: 250px;
	position: relative;
	background: transparent url(/img/mc_logo.png) 100% 0% no-repeat;
}
#top h1{
	visibility: hidden;
}

#top div#plakat {
	position: absolute;
	top: 0;
	left: 50px;
}

#top div#intro {
	position: absolute;
	top: 23px;
	left: 300px;
	font-size: 14px;
	line-height: 20px;
}

#content, #bottom div.module {
	clear: both;
	padding: 20px;
}

#left {
	float: left;
	width: 270px;
	
	
}

#main {
	margin-left: 270px;
	
}

#pressebilder h2 {
	border-bottom: 1px solid;
}

#pressebilder h4 {
	font-weight: bold;
	margin-bottom: 8px;
}

#pressebilder p {
	line-height: 14px;
}

#map_canvas {
	height: 300px;
}

div.article {
/*	border-top: 4px solid #F1F1F1;*/
	padding: 26px 60px 26px 0;
	font-size: 13px;
	line-height: 24px;
}

div.article h2 span {
	font-size: 14px;
	padding-left: 10px;
}

div.article p {
	line-height: 24px;
	margin: 0 0 14px 0;
}

div.article strong,div.article em {
	line-height: 24px;
}

div.first {
	border: none;
	margin: 0;
	padding-top: 8px;
}

#login {
	width: 400px;
	padding: 32px;
	background:-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(228,228,228)),
	    color-stop(1, rgb(246,246,246))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(228,228,228) 0%,
	    rgb(246,246,246) 100%
	);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#login div.input {
	margin: 12px 0;
}

#login input[type=text], #login input[type=password] {
	width: 160px;
}

#login input[type=submit] {
	width: 100px;
}


/*********************************************/
/************* N A V I G A T I O N ***********/
/*********************************************/
div.menu a {
	color: #fff;
	text-decoration: none;
}

div.menu a.active {
	font-weight: bold;
	text-transform: lowercase !important;
}

#top div.menu {
	float: left;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
#nav-main {
	float: right;
}

#nav-main li {
	float: left;
	display: inline;
}

#nav-main a {
	display: block;
	padding: 15px 26px 0;
	font-size: 15px;
	text-transform: uppercase;
}

#nav-main a:hover {
}

#nav-contempo-sub li, #nav-presse-sub li, #nav-aussteller-sub-de li, #nav-aussteller-sub-en li {
	border-top: 2px solid #7d7d7d;
	width: 180px;
}

#nav-contempo-sub li.first, #nav-presse-sub li.first, #nav-aussteller-sub-de li.first, #nav-aussteller-sub-en li.first {
	border: none;
}

#nav-contempo-sub a, #nav-presse-sub a, #nav-aussteller-sub-de a, #nav-aussteller-sub-en a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 15px 8px;	
}


/*********************************************/
/************* M O D U L E S *****************/
/*********************************************/
div.module_sitemap h3 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
	
div.module_sitemap div div {
	float: left;
	width: 235px;
}
	
div.module_sitemap li {
	margin: 0 0 6px 0;
}

div.module_sitemap a {
	font-size: 13px;
	text-decoration: none;
	color: #7d7d7d;
}

div.module_footer {
	font-size: 13px;
}

div.module_campaign-image {
	position: relative;
	top: -20px;
	left: -20px;
	
}

div.module-ausstellerverzeichnis li {
	border-bottom: 1px solid #444;
	margin-bottom: 12px;
	padding-bottom: 6px;
}

div.module-ausstellerverzeichnis div.infos span.company {
	font-weight: bold;
}

/*********************************************/
/************* H E L P E R ++++++++***********/
/*********************************************/
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}


