/* fashion-cc.de 2012 // Adaption von fcc-karrierefabrik.de 2009 */


/* ------------------------ ALLGEMEIN ------------------------ */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 27px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(basics/hg.gif);
	background-repeat: repeat-x;
	background-color: #D9DADB;
}
h1 {
	font-size: 16px;
	margin-bottom:18px;
	font-weight: lighter;
	color: #717171;
}
h2 {
	font-size: 13px;
	margin-bottom:18px;
	margin-bottom: 0px;
}
h1 a {
	text-decoration: none;
}
p, td {
	margin-bottom: 18px;
	line-height: 18px;
	vertical-align:top;
}
table {
	margin-bottom: 18px;
}
ul {
	margin-bottom: 18px;
	line-height: 18px;
}
li {
	margin-left: 16px;
	line-height: 18px;
	list-style-type: disc;
}
img {
	border:none;
}
a {
	color: #717171;
}
h1 a {
	text-decoration: none;
}
a:link {
	color: #717171;
}
a:visited {
	color: #717171;
}
a:hover {
	color: #333;
}
a:active {
	color: #717171;
}
.clearboth {
	clear: both;
}
strong {
	color: #717171;
}
.bildrechts {
	float:right;
	margin: 0 0 12px 12px;
	border: solid 1px #ccc;
}
blockquote {
	margin-left: 80px;
	margin-top: 30px;
}
.titel {
	font-size: 14px;
	margin-bottom: 0px;
	color: #717171;
}
/* ------------------------ SEITENBEREICHE ------------------------ */

#wrapper {
}
#container_oben {
	width: 968px;
	text-align: center;
	height: 122px;
	margin: 0px auto;
}
#container_oben img {
	margin-top: 20px;
}
#container_unten {
	width: 968px;
	margin: 0px auto;
}
#nav {
	text-align: right;
	width: 230px;
	height: 492px;
	float:left;
	background-image: url(basics/hg_links.gif);
	background-position: 184px 260px;
	background-repeat: no-repeat;
}
#nav_content {
	margin: 12px;
}
#content {
	float: right;
	width: 508px;
	height: 492px;
	background-color: #FFFFFF;
	background-image: url(basics/hg_content.gif);
	background-position: 0px 315px;
	background-repeat: no-repeat;
}
#content_content {
	margin: 40px 20px 40px 40px;
	padding-right: 20px;
	height: 430px;
	overflow: auto;
}
#spalte_rechts {
	height: 492px;
	width: 230px;
	float: right;
}
#spalte_rechts_content {
	margin-left: 12px;
	margin-top: 15px;
}
.portrait {
	margin-top: 50px;
}
#adresse {
	margin-top: 42px;
	z-index: 50;
	font-size: 10px;
	color: white;
}
#adresse p {
	line-height: 14px;
}
#adresse a {
	text-decoration: none;
	color: white;
}
/* ------------- Fusszeile -------------- */
#fuss {
	width: 968px;
	text-align: center;
	height: 60px;
	margin: 0px auto;
	background-image: url(basics/hg_fuss.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;
}
/* ------------- Fusszeile Startseite -------------- */
#index_fuss {
	text-align: center;
	color: #717171;
	margin-top: 40px;
	font-size: 11px;
	line-height: 18px;
}
#index_fuss a {
	color: #333;
}
#index_fuss a:hover {
	color: #717171;
}

