/*------------------------------------------------------------------
	[Master Stylesheet]
	Project:		${project}
	Company: 		B�ro zweigang
	Internet:		www.zweigang.de
	Author: 		Alexander Maier
	E-Mail:			a.maier@zweigang.de
	Version:		0.1
	Created:		${date}

	[Content]
	Generic
	Header
	Body
	Footer
	Additional
	
	[Colors]
	Body BG:		#000000
	Body Color:		#000000
	Theme Color:	#000000
-------------------------------------------------------------------*/

#startPageTeaserWrapper {
	position: relative;
	top: -40px;	
	margin-bottom: -62px;
	height: 360px;
}

#startPageTeaser {
	position: relative;
	top: 0px;
}

#teaserBoxStartpage {
	position: relative;
	margin-left: 10px;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #333333;
	width: 535px;
	z-index: 100;
	background: #FFFFFF;
	padding-bottom: 10px;
}

.csc-frame-frame1 p.bodytext {
	font-size: 12px;
	line-height: 150%;
	color: #666666;	
}

#teaserBoxStartpage h1, #startPageTeaserHeadline, #startPageTeaserHeadline a {
	color: #990c15;
	font-size: 18px;
	line-height: 18px;
	margin: 3px 0px;
	padding: 0px;
	font-weight: bold;
}

#teaserBoxStartpage p{
	margin: 0px 0px 5px;
	padding: 0px;
}

#eyeCatcher {
/*	background: url(../images/new.gif) no-repeat top right;*/
	padding-top: 40px;
	padding-right: 30px;
	position: absolute;
	margin-left: 420px;
	top: 140px;
	z-index: 0;
}

.teaserLink a, .teaserLink,
#rightColumn form a {
	color: #990c15;
	text-align: right;
}
.teaserLink a:hover, 
#rightColumn form a:hover {
	color: #333333;
}




