body{
	font:normal 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#797979;
}
	
.typography a{
	color:#272727;
	text-decoration:underline;
}
.typography a:hover {
	color:#6e0a00;
	text-decoration:none;
}

.typography p{
	color:#5f5f5f;
	padding:5px 0;
	margin:0px;
}

/***********-----------------------------------
  					headings
  		----------------------------************/
.typography h1{
	font: normal 30px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#5e5e5e;
	letter-spacing:-1px;
}

.typography h2{
	font: normal bold 22px "Trebuchet MS", Helvetica, sans-serif;
	padding:0px;
	letter-spacing:-1px;
	margin:0px;
	color:#6e0a00;	
/*	color:#646464; */	
}

.typography h3{
	font: normal 18px Arial, Helvetica, sans-serif;
	color:#6e0a00;	
/*	color:#5f5f5f; */
	margin:0;
}

.typography h4{
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	color:#6e0a00;	
/*	color:#5f5f5f; */
	margin:0;
}

.typography h5{
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color:#5f5f5f;
	margin:0;
}

.typography h6{
	font: normal 12px Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0;
	color:#570700;
}


/************---------------------------------------
  						team part
        ---------------------------------**********/	
.typography blockquote{
	background:#f4f4f4;
	border:1px solid #eaeaea;
	border-left:10px solid #eaeaea;
	padding:15px;
	font:normal 13px/18px Georgia, Helvetica, sans-serif;
	font-style:italic;
	margin:0px;
	color:#777;
	}


.typography pre {
	 white-space: pre-wrap;
	 white-space: -moz-pre-wrap;
	 white-space: -o-pre-wrap;
}



/**************------------------------------------------
  					Floats & Alignments
  	  ---------------------------------------***********/	
.typography .right
{
	float:right;
	margin:0 0 0 20px;	
}

.typography .left
{
	float:left;
	margin:0 20px 0 0;
}
 

/************************************************
                      Tables                  
************************************************/
.typography table{
border:none;
border-collapse:collapse;
margin:10px 0 10px 0;
}

.typography td,th
{
border-bottom:1px solid #cacaca;
color:#4c4c4c;
padding:10px 15px;
}
.typography th
{
background:url(../images/table-head-mid.gif) repeat-x 0 0;
text-align:left;
padding-left:20px;
}
.typography th.lefthead
{background:url(../images/table-head-left.gif) no-repeat 0 0;
text-align:left;
padding-left:20px;
}
.typography th.righthead
{background:url(../images/table-head-right.gif) no-repeat right top;
text-align:left;
}

.typography table a {text-decoration:none;}
.typography table a:link {}
.typography table a:visited {}

.typography tbody tr:hover 		{background:#f1f1f1;}

.typography tr.even
{
background:#f1f1f1;
}

.typography .demo p{
padding-left:10px;
}

.typography .marienland-rot {
	color:#6e0a00;	
}
