/****
 * copyright 2006
 * 
 * Freiraum Medien
 * http://freiraum-medien.de
 *
 *	.:: Farbwerte ::.
 *	.:: beige	::	#ffeaa9 ::.
 *	.:: rot		::	#c41230 ::.
 *	.:: braun	::	#83604d ::.
 *	.:: grau	::	#a6a6a6 ::.
 **/
body {
	background: #FFFFFF url(../../img/body.png) 0 0 repeat-x;
	font: normal 11px arial, helvetica, sans-serif;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}
.clearer {
	clear: both;
}
.hide, dfn {
	display: none;
	position: absolute;
}
.center { text-align: center; }
.center img { margin: 0 auto; }

.boxBodyOver { cursor: pointer; }

/****
 * Seitenaufbau
 **/
#main {
	margin: 0 auto;
	width: 923px;
	text-align: left;
}
#header {
	height: 130px;
	position: relative;
}
#balken {
	background: url(../../img/header.gif) 0 0 no-repeat;
	height: 26px;
}
#contentBox {
	background: url(../../img/contentBox-border.gif) 0 0 repeat-y;
	border-bottom: 1px solid #a6a6a6;
}
#cLeft, #cMain, #cRight {
	float: left;
	margin-left: 1px;
}
#cLeft,
#cLeft .cWrap {
	width: 172px;
}
#cMain,
#cMain .cWrap {
	width: 469px;
}
#cMain .cWrap1 {
	background: url(../../img/cObj-bg.gif) 0 0 repeat-x;
}
#cMain .cWrap1 .newsListContent .footerLinks {
	padding-top:5px;
}
#cRight,
#cRight .cWrap {
	width: 278px;
}
/****
 *	header
 **/
#header .logo {
	position: absolute;
	top: 55px;
	left: 6px;
}
#header .claim {
	position: absolute;
	top: 65px;
	left: 195px;
}
#header .buttonMenu {
	position: absolute;
	top: 0px;
	right: 0px;
	height:40px;
}
#header .shortcuts {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
/****
 *	Inhaltsbereiche
 **/
#cLeft #menuLeft {
	padding-bottom:5px;
	border-bottom:1px solid #A6A6A6;
}
#cMain .emotionPic {
	width: 469px;
	height: 200px;
	border-bottom: 1px solid #a6a6a6;
}
#cRight #newsletter, #cRight #slide {
	border-top:1px solid #A6A6A6;
	border-bottom:1px solid #A6A6A6;
	padding:8px 16px 0px 7px;
	background-color:#e3e3e3;
}
#cRight .areatopic {
	font-size:12px;
	font-weight:bold;
	color:#c41230;
	padding-bottom:6px;
}
#cRight .newslettericon {
	background: url(../../img/newsletter.jpg) 0 0 no-repeat;
	width:83px;
	height:30px;
	float:right;
	margin-top:-39px;
}

#cRight #impressions {
	padding: 10px 0 10px 17px;
}
#cRight #impressions .csc-textpic-image {
	margin-bottom: 10px;
}
#cRight #rightContent {
	width: 225px;
	padding-left: 20px;
}

#cRight #slide ul { list-style: none; padding:0px; margin:0px; }
#impressions .impImg {
	float: left;
	width: 125px;
	height: 95px;
}
#cRight #facebook {
	padding: 15px 0 10px 17px;
}

