/**
 * main stylesheet for the 'antropos24.de'-project
 *
 * @author	Andreas Richter <richter@wiv-gmbh.de>
 */


/*
 * tags
 *
 */
 
body {
	background-color:		#480000;
	background-image:		url(../images/layout/bg.gif);
	background-repeat:		repeat-x;
	font-family:			Arial, Helvetica, sans-serif;
	margin:					0px;
	padding:				0px;
}

/*
* layout
*
*/

#areaMain {
	padding:				0px;
	margin:					0px;
}

#areaContent {
	width:					662px;
	margin-left:			9px;
	background-image:		url(../images/layout/content_bg.gif);
	background-repeat:		repeat-y;
	margin-bottom:			30px;
	margin-top:				-19px;
	position:				relative;
	display:				block;
	min-height:				894px;
}

*+html div#areaContent {
	margin-top:				0px;
}

* html div#areaContent {
	margin-top:				0px;
}

#headline {
	padding-top:			345px;
	padding-left:			45px;
	padding-right:			45px;	
	font-size:				28px;
	color:					#2a3945;
	font-weight:			normal;
	text-transform:			uppercase;	
}

#content {
	padding-left:			48px;	
	padding-right:			48px;
	padding-top:			25px;	
	font-size:				14px;
	color:					#2a3945;	
	padding-bottom:			190px;
}

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

#content a:hover {
	text-decoration:		underline;	
}

#areaContentBorderLeft {
	width:					2px;
	height:					300px;
	background-image:		url(../images/layout/content_borderLeft.gif);
	background-repeat:		no-repeat;
	position:				absolute;
	top:					0px;
	left:					0px;
}

#areaContentBorderRight {
	width:					2px;
	height:					300px;
	background-image:		url(../images/layout/content_borderRight.gif);
	background-repeat:		no-repeat;
	position:				absolute;
	top:					0px;
	right:					0px;
}

#areaContentBorderBottom {
	width:					662px;
	height:					3px;
	background-image:		url(../images/layout/content_borderBottom.gif);
	background-repeat:		no-repeat;
	position:				absolute;
	bottom:					-3px;
	left:					0px;
}

#areaTop {
	width:					618px;
	height:					304px;
	background-image:		url(../images/layout/top.jpg);
	background-repeat:		no-repeat;	
	position:				absolute;
	top:					0px;
	left:					22px;
}

#areaLogo {
	width:					254px;
	height:					74px;
	position:				absolute;
	right:					-296px;
	top:					190px;
}

#areaMenuSpecial {
	position:				absolute;
	top:					23px;
	right:					-315px;
	width:					263px;
}

.menuSpecialItem {
	font-size:				10px;
	margin-right:			13px;
}

.menuSpecialItem a {
	color:					#990000;
	text-decoration:		none;
}

#areaMenuMain {
	width:					323px;
	height:					594px;
	position:				absolute;
	right:					-323px;
	top:					300px;
	background-image:		url(../images/layout/menuMain_bg.jpg);
	background-repeat:		no-repeat;	
	padding-top:			47px;
}

.menuMainItem {
	font-size:				17px;
	margin-left:			56px;
	margin-bottom:			5px;
	text-transform:			uppercase;
}

.menuMainItem a {
	color:					#FFFFFF;
	text-decoration:		none;
}


#areaFooter {
	width:					618px;
	height:					150px;
	background-image:		url(../images/layout/footer_bg.jpg);
	background-repeat:		no-repeat;	
	position:				absolute;
	bottom:					0px;
	left:					22px;
	border-bottom:			20px solid #FFFFFF;
}

#areaEmailLink {
	margin-left:			66px;
	margin-top:				40px;
}


.csc-textpic-caption {
	padding:				5px;
	background-color:		#d6d6d6;
}

#areaProducer {
	padding-left:			60px;
	padding-bottom:			20px;
	font-size:				10px;
	color:					#888888;
}

#areaProducer a {
	color:					#888888;
}
