<style type="text/css">
/*
    http://modernl.com/article/web-2.0-colour-palette
    Background : Qoop Mint [#CDEB8B]
    Headings Techcrunch green [#008C00]
    Effect Newsvine Green [#006E2E]

    #003300
*/

html
{
    font-family     :Verdana, Arial, Helvetica, sans-serif;
    height          : 100%;
    width           : 100%;
}

tr,p,div,td
{
    font-family     : Verdana, Arial, Helvetica, sans-serif;
    font-size       : 12px;
    color           : #000000;
}

body
{
	margin-left     : 0px;
	margin-top      : 0px;
	margin-right    : 0px;
	margin-bottom   : 0px;
    font            : verdana;
    line-height     : 150%;
    background      : #4F402A;
    width           : 100%;
	padding-bottom  : 25px;	
	background-image	: url('/images/bck.jpg');

}

.footer{
	background      : #4F402A;
	padding : 10px;
	color : #ffffff;
	font-size:1-px;
	
	
}


description
{
	display:none;
}



.reset 
{
	clear:both;
	height:1px;
}
.content
{
    width           : 850px;
	margin-top		: 20px;
    margin-left     : auto;
    margin-right    : auto;

    background      : #ffffff;

    padding-left    : 25px;
    padding-right   : 25px;
    padding-top     : 5px;
	padding-bottom   : 25px;	

   /* border-right    : 1px dotted #002F00;
    border-left     : 1px dotted #002F00;*/
	
}

p
{
	display:inline;

}

a:link
{
	color           : #000000;
	text-decoration : none;
}
a:visited {
	text-decoration : none;
	color           : #000000;
}
a:hover {
	text-decoration : underline;
	color           : #E02474;
}
a:active {
	text-decoration : none;
	color           : #000000;
}

.logo
{
	margin-top		: 15px;
	margin-bottom	: 20px;	
}

.componentheading, h1
{
	text-decoration : bold;
	color           : #002F00;
    font-weight     : bold;
    font-size       : 16px;
    height          : 23px;
    width           : 100%;
    border-bottom   : 1px dotted #002F00;
    margin-bottom   : 25px;
}
.contentheading,  h2, h3
{
	text-decoration : bold;
	color           : #002F00;
    font-weight     : bold;
    font-size       : 11px;
    /*height: 23px;*/
}

hr{
    width           : 100%;
	height          : 0;
	border          : 0;
	border-top      : 1px dotted #002F00;
}

.colRight
{
    width           : 400px;
    float           : left;
    margin-left     : 15px;
    margin-bottom   : 25px;
}
.colLeft
{
    width           : 400px;
    margin-right    : 15px;
    float           : left;
    margin-bottom   : 25px;
}



.menu
{
  	margin-bottom     : 25px;
	margin-top        : 15px;	
}


.klein
{
  font-size         : 9px;
}

 .img.imageborder, #imageborder
{
	border          : 1px dotted #002F00;
    width           : 400px;
}
</style>

