/**********************************************************************************
	created by:		Newmedia http://www.newmedia.ch
	project:		PROJEKTNAME
	date:			Januar/2010, Marianne Luck
	version:		0.1
	file:			content.css
	function:		Content Area
**********************************************************************************/
/* STANDARD ELEMENTS ------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/

/* TEXT ELEMENTS ----------------------------------------------------------------*/
p, strong, b 
{
	font-size:11px;	
	line-height: 1.5em;
	margin-bottom: 1em;
	padding:0px;	
}

h1 
{
	color:#99ACB0;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding:0px;
}

h2 
{
	color:#EC700D;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 10px;
	padding:0px;
}

h3 
{
	color:#666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 10px;
	padding:0px;	
}


h4 
{
	color:#666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 10px;
	padding:0px;
}

/* LIST ELEMENTS ----------------------------------------------------------------*/
#content ul
{
	margin-bottom:10px;
	margin-left:15px;
	list-style:square;
}

#content ol
{
	margin-bottom:1.0em;
	margin-left:22px;
}
#content li
{
	line-height: 18px;
	font-size:11px;	
	padding:0px;
	margin:0px;
}

/* SITEMAPS --------------------------------------------------------------------*/

#content .csc-sitemap ul
{
	margin-bottom:0px;
}

#content .csc-sitemap li
{
	line-height: 25px;
}


/* TABLE ------------------------------------------------------------------------*/
td 
{
	font-size:11px;
	line-height: 15px;
}

/* LINE -------------------------------------------------------------------------*/
hr 
{
	background-color: #E4EBED; 	/* Mozilla 1.4 */
	color: #E4EBED; 			/* IE 6 */
	border: #E4EBED; 			/* Opera 7.11 */
	height: 2px; 				/* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	margin-top:20px;
}

/* LINKS ------------------------------------------------------------------------*/
a			{ color: #EC700D; line-height:1.5em; outline:none;}
a:link 		{ color: #EC700D; }
a:visited  	{ color: #EC700D; }
a:hover 	{ color: #EC700D; text-decoration:underline;}
a:active	{ color: #EC700D; text-decoration:underline;}
a:focus 	{ color: #EC700D; text-decoration:underline;}	

/* IMAGE ------------------------------------------------------------------------*/
#content img
{
	border:none;
}

#content .csc-caption
{
	padding-top:10px;
}

#content .csc-textpic-border .csc-textpic-image img
{
	border:1px solid #BBCED2;
}

/* BUTTON ------------------------------------------------------------------------*/
#button
{
	position:absolute;
	margin:0px;
	padding:0px;
	margin-left:810px;
	margin-top:180px;
	z-index:1;
}

/* FACES ------------------------------------------------------------------------*/

.frau_1
{
	background-image:url(../html/img/faces/frau_1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.frau_2
{
	background-image:url(../html/img/faces/frau_2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.mann_1
{
	background-image:url(../html/img/faces/mann_1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.mann_2
{
	background-image:url(../html/img/faces/mann_2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.oute_dich
{
	background-image:url(../html/img/faces/oute_dich.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}



