/* fcc-karrierefabrik.de | Website 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: #e2007a;
}
h2 {
	font-size: 13px;
	margin-bottom:18px;
margin-bottom: 0px;
	color: #000;
}

p, td {
	margin-bottom: 18px;
	line-height: 18px;
	vertical-align:top;
}
ul {
	line-height: 18px;	
}
li { margin-left: 16px;
	line-height: 18px;
	list-style-type: disc;
}
img {
	border:none;
}
a {
	color: #e2007a;
	text-decoration: none;
}
a:link {
	color: #e2007a;
	text-decoration: none;
}
a:visited {
	color: #e2007a;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #e2007a;
	text-decoration: none;
}
.clearboth {
	clear: both;
}
strong {color: #e2007a;}
.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: #e2007a;
}
/* ------------------------ SEITENBEREICHE ------------------------ */

#wrapper {
}
#container_oben {
	width: 968px;
	text-align: center;
	height: 122px;
	margin: 0px auto;
}
#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: 132px 212px;
	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);
}
#content_content {
	margin: 40px 20px 40px 40px;
	padding-right: 20px;
	height: 430px;
	overflow: auto;
}
#spalte_rechts {
	height: 492px;
	width: 230px;
	float: right;
	background-image: url(basics/hg_rechts.gif);
	background-position: 0px 108px;
	background-repeat: no-repeat;
}
#spalte_rechts_content {
	margin-left: 12px;
	margin-top: 15px;
}
#adresse {margin-top: 266px; 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: 166px 0px;
}

/* ------------- Fusszeile Startseite -------------- */
#index_fuss {text-align: center; color: #e2007a; margin-top: 40px; font-size: 11px; line-height: 18px;}
#index_fuss a {color: #333;} #index_fuss a:hover {color: #e2007a;}
