/* © 2010 Urs Brauchli - www.net-worker.ch */

body { 

	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
    margin: 0px;
}

/* Layout */

#main{
	width: 850px;
	margin: auto auto;
    margin-top: 20px;
	text-align: center;
}

#menu{
	width: 200px;
	float: left;
	margin-right: 25px;
	margin-top: 15px;
}

#menu img{
	margin-bottom: 8px;
	margin-top: 3px;
	float: left;
	border: 0px;
}

#menu .block{
	width: 31px;
	height: 31px;
	background-color: #fff;
	float: left;
	margin-right: 8px;
}

#content{
	width: 600px;
	float: left;
	text-align: left;
}

/* Portfolio */

.portfolioDiv{
	display: none;
}

.app{
	text-align: left;
	border-bottom: 1px solid #d80000;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}

.app img{
	float: left;
	margin-right: 10px;
	text-align: left;
}

.app .gallery img{
	border: 0px;
}

.dropDownTitle{
	position: relative;
	display: block;
	color: #d80000;
	background-color: dfdfdf;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 8px;	

}

.dropDownTitle a:hover{
	text-decoration: none;
}

.disclosureButton{
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	height: 20px;
	width: 590px;
	background-repeat: no-repeat;
	background-position: right;
}


.disclosureUp{
	background-image: url(../pics/btn_disclosure_up.gif);
}

.disclosureDown{
	background-image: url(../pics/btn_disclosure_down.gif);
}

/* Text */

.claim{
	font-size: 12px;
	font-weight: bold;
}

#teaser{
	width: 200px;
	height: 250px;
	margin-top: 20px;
}

#teaser img{
	float: none;
}

.teaserClaim{
	font-size: 10px;
	color: #d80000;
	text-decoration: none;
}

.titel{
	font-size: 14px;
	font-weight: bold;
	color: #d80000;
	margin-bottom: 8px;
}

.lauftext{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}

/* Links */

a{
	color: #D80000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Listen */

li{
	list-style: square;
	margin-bottom: 8px;
	line-height: 1.2em;
	color: #d80000;
}

.blackText{
	color: #000000;
}

