
/*	priveeconcepts.com -- Built in 06/07 by Sven Jürgensmeier	*/

/* --------------------------------------------------------------------------------- */
/*	typography								*/
/* --------------------------------------------------------------------------------- */

body,
table,
input,
select,
textarea {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #64574b;
	text-align: center;
	word-spacing: 0.2em;
}

h1 {
	margin-top: 50px;
	clear: both;
}

h2 {
	margin-top: 30px;
	clear: both;
}

b {
	color: #e64442;
}

em {
	font-weight: normal;
	font-style: normal;
	color: #8b837a;
}

small {
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
	color: #8b837a;
}

big {

}

ul, li {

}

#legal {
	font-size: 10px;
	line-height: normal;
	color: #bcbcbc;
}



/* --------------------------------------------------------------------------------- */
/*	links									*/
/* --------------------------------------------------------------------------------- */	

a {
	color: #0087bf;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px solid #0087bf;
}

a:hover {
	color: #009ee0;
	border-bottom: 0px solid #009ee0;
}

#logo a, #logo a:hover,
#email a, #email a:hover,
.button a, .button a:hover,
.nolink a, .nolink a:hover {
	border-bottom: none;
}

#legal a,
#legal a:hover {
	color: #bcbcbc;
	text-decoration: underline;
	border-bottom: none;
}



/* --------------------------------------------------------------------------------- */
/*	positioning								*/
/* --------------------------------------------------------------------------------- */

body {
	background-color: #FFF;
	margin: 0px;
	background-image: url(../img/4colors.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#logo,
#nav,
.content,
#legal {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#logo {
	margin-top: 60px;
	margin-bottom: 70px;
}

#nav {
	margin-bottom: 50px;
}

.button {
	float: left;
}

.mail {
	float: right;
}

.slim {
	width: 550px;
}

.cl-2 {
	float: left;
	width: 350px;
	margin-right: 30px;
}

#legal {
	clear: both;
	margin-top: 150px;
	margin-bottom: 100px;
}



/* --------------------------------------------------------------------------------- */
/*	stuff									*/
/* --------------------------------------------------------------------------------- */

img {
	border: 0;
}

.clear {
	clear: both;
	visibility: hidden
}