body {
	font-family: "Times New Roman", serif;
	color: #767676;
	font-size: 100%;
	text-align: center;
}
#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: 130px;
	background-repeat: no-repeat;
	background-position: 250px 20px;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 0 0 1px 0;
	text-align: right;
}
#header.de {
	background-image: url(header_de.jpg);
}
#header.en {
	background-image: url(header_en.jpg);
}

#header p {
	padding: 110px 20px 0 0;
}

#navi {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 20px;
	width: 175px;
	float: left;
}
#navi li {
	padding: 0;
	margin: 5px 0;
	background-image: url(menu_bg.gif);
	background-repeat: repeat-x;
}
#navi li#home:hover, #navi li#home.current_site {background-color: #c517ce;}
#navi li#philosophy:hover, #navi li#philosophy.current_site {background-color: #147bc8 !important;}
#navi li#texts:hover {background-image: url(menu_bg.gif) !important;}


#navi li#texts ul li#trade_press:hover, #navi li#texts ul li#trade_press.current_site {background-color: #9de52b;}
#navi li#texts ul li#consumer_press:hover, #navi li#texts ul li#consumer_press.current_site  {background-color: #b1ea4e;}
#navi li#texts ul li#pr:hover, #navi li#texts ul li#pr.current_site {background-color: #c4ef71;}
#navi li#texts ul li#ads:hover, #navi li#texts ul li#ads.current_site {background-color: #d5f395 !important;}

#navi li#texts ul li.current_site {background-color: #7dce19 !important;}

#navi li#translations:hover, #navi li#translations.current_site {background-color: #eb48a1;}
#navi li#trendscouting:hover, #navi li#trendscouting.current_site {background-color: #cd1821;}
#navi li#references:hover, #navi li#references.current_site {background-color: #18b8ce;}
#navi li#contact:hover, #navi li#contact.current_site {background-color: #31e783;}

#navi li.current_site, #navi li ul.submenue li.current_site {background-image: none;}

#navi a {
	text-decoration: none;
	color: #767676;
	font-weight: bold;
	background-color: White;
	height: 100%;
	padding: 0 5px 0 0;
	border: 1px solid white;
}
#navi li:hover, #navi li ul.submenue li:hover {
	background-image: none;
}

/* Untermenü */
#navi li ul.submenue {
	padding: 0;
	margin: 10px 0 0 0;
	display: none;
	list-style: none;
	background-color: White;
}
div#menu.second_level {
	display: block !important;
}
#navi li ul.submenue li {
	background-image: url(menu_bg.gif);
	background-repeat: repeat-x;
}
#navi li ul.submenue li a {
	margin: 0 0 0 20px;
}
#navi li#texts a:focus + ul.submenue {
	display: block;
}

#content {
	padding: 0;
	margin: 20px 0 0 220px;
	width: 560px;
	line-height: 125%;
	text-align: justify;
}
#content p:first-letter {
	font-size: 180%;
	font-weight: bold;
}
* + html #content {
	padding: 2px 0 0 0;
}
div.work_sample p:first-letter {
	font-size: 100% !important;
	font-weight: normal !important;
}

#footer {
	border-style: solid;
	border-color: #e2e2e2;
	border-width: 1px 0 0 0;
	text-align: right;
	width: 800px;
	margin: 0 auto;
}
#footer p {
	margin: 10px 20px 0 0;
}
#footer a {
	text-decoration: none;
	color: #767676;
	background-color: White;
}

h1, h2, h3, h4, h5 {
	display: inline;
}
p#words:first-letter {
	font-size: 100%;
	font-weight: normal;
}
p#words {
	line-height: 150%;
}
* html p#words {
	line-height: 50px;
}

/*Links*/
#header a {
	font-weight: bold;
	font-size: 80%;
}
#header a, #footer a {
	text-decoration: none;
	color: #767676;
}
#header a:hover, #footer a:hover {
	color: #EF99CA;
}

#content a {
	text-decoration: none;
	color: #EF99CA;
}

/*Arbeitsproben*/
div.work_sample {
	width: 155px;
	text-align: center;
	float: right;
	margin: 0 0 10px 0;
}
div.work_sample p {
	width: 115px;
	margin: auto;
	text-align: left;
}
* + html div.work_sample p {
	margin: -5px auto auto auto;
}

span.file_data {
	font-size: 70%;
}

/* Referenzen */
ul#references {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#references li {
	margin-left: 20px;
	margin-bottom: 10px;
}
ul#references li a {
	 margin-left: -20px;
}

/*Kontakt*/
form#contact input, form#contact textarea {
	border: 1px solid #DCDCDC;
	font-family: "Times New Roman", serif;
	color: #767676;
}
form#contact input[type="submit"], form#contact input[type="reset"] {
	border: 1px solid #31E783;
	background-color: transparent; 
}
#content p.notice {
	font-weight: bold;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
