@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}

body {
	padding: 3em 0;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
}

div.main {
	margin: 0 auto;
	width: 930px;
	text-align: left;
}

div.main-content {
	width: 930px;
	background-image: url(images/nwt-marketing_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}



/***
	H E A D E R
***/
#header {
	height: 160px;
	width: 100%;
	display: block;
	font-size: 0.9em;
	color: #777;
	font-style: italic;
	background-image: url(images/nwt-marketing_banner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header .slogan {
	margin-right: 30px;
	padding-top: 1.75em;
	text-align: right;
}

#header .contact {
	margin-right: 30px;
	text-align: right;
}

#header a {
	color: #777;
	text-decoration: none;
}



/***
	N A V I G A T I O N
***/
div.menu {
	height: 3em;
	width: 930px;
	display: block;
	background-image: url(images/nwt-marketing_menu.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

#nav, 
#nav ul {
	list-style-type: none;
}

#nav {
	float: right;
	padding-top: 0.8em;
}

#nav li {
	float: left;
	width: 10em;
	margin-right: 0.5em;
}

#nav a {
	color: #333;
	font-size: 1em;
	width: 10em;
	display: block;
	text-transform: uppercase;
}

#nav a:hover {
	color: #c00;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 16em;
	background-color: #eee6dd;
	border: 0.3em solid #eee6dd;
}

#nav li:hover ul,
#nav li.sfhover ul {
	margin-left: -0.7em;
	left: auto;
}

#nav li ul li {
	float: none;
	padding: 0.15em 0;
	width: 16em;
	display: block;
}

#nav li ul li a {
	display: block;
	padding: 0.2em 0;
	width: 16em;
}

#nav li ul li a span {
	padding: 0 0.5em;
}

#nav li ul li a:hover {
	background-color: #fcfcfc;
}


/***
	S I D E B A R
***/
#sidebar {
	float: left;
	padding-top: 2em;
	width: 325px;
	text-align: center;
}



/***
	C O N T E N T
***/
#content {
	padding-top: 3em;
	margin-left: 325px;
	margin-right: 75px;
	line-height: 2em;
	color: #333;
}

#content h1 {
	margin-bottom: 1em;
	padding: 0.1em 0.5em;
	font-weight: normal;
	font-size: 1.25em;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}

#content ul {
	margin: 1em 3em;
	list-style-type: square;
}

#content a {
	color: #a00;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	margin: 0.75em 0;
}

#content p.adresse {
	margin: 0.5em;
	border: 1px solid #9b7448;
	float: right;
	padding: 0.5em 1em;
	background-color: #eee6dd;
}

#content table {
	margin: 0.75 0;
}

#content th,
#content td {
	padding: 0.5em 1em;
	vertical-align: text-bottom
}

#content th {
	width: 75px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
}



/***
	F O O T E R
***/
#footer {
	padding-bottom: 40px;
	background-image: url(images/nwt-marketing_footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#impressum {
	text-align: left;
	margin-left: 25px;
}

#impressum {
	color: #555;
	text-decoration: none;
	font-size: 0.8em;
}

#impressum a {
	color: #555;
	text-decoration: none;
}

#impressum a:hover {
	text-decoration: underline;
}
