*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#000000;
	background-image:	url(hintergrund.jpg);
	background-repeat:	repeat-x;
}

img
{
	border: 0;
}

p, li, td
{
	margin:				16px 0 16px 0;
	font-size:			11px;
	line-height:		16px;
	text-align:			left;
}

a
{
	color:				#000000;
	text-decoration:	none;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	width:				960px;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			0;
	margin-bottom:		0;
}

#header
{
	width:				960px;
	height:				40px;
	position:			relative;
	padding-top:		35px;
	padding-bottom:		35px;
}

#content
{
	width:				899px;
	height:				500px;
	margin-top:			30px;
	padding-top:		120px;
	padding-left:		30px;
	padding-right:		30px;
	padding-bottom:		30px;
	background-image:	url(contentbox.png);
	background-repeat:	repeat-x;
}

#footer
{
	width:				960px;
	padding-top:		20px;
	text-align:			center;
	font-size:			10px;
	color:				#c0c0b6;
}

#postItArea{
    float: left;
    background-image: url('post_it.png');
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    padding: 20px;
}

#postitKunden a{
    display: block;
    position: absolute;
    top: 209px;
    left: 82px;
    width: 144px;
    height: 20px;
    background-image: url('postit_kunden.png');
}

#postitKunden a:hover{
    background-image: url('postit_kunden_over.png');
}

#postitGross a{
    display: block;
    position: absolute;
    top: 242px;
    left: 428px;
    width: 56px;
    height: 21px;
    background-image: url('postit_gross.png');
}

#postitGross a:hover{
    background-image: url('postit_gross_over.png');
}

#postitProjekten a{
    display: block;
    position: absolute;
    top: 256px;
    left: 75px;
    width: 153px;
    height: 25px;
    background-image: url('postit_projekten.png');
}

#postitProjekten a:hover{
    background-image: url('postit_projekten_over.png');
}

#postitWir a{
    display: block;
    position: absolute;
    top: 264px;
    left: 406px;
    width: 37px;
    height: 21px;
    background-image: url('postit_wir.png');
}

#postitWir a:hover{
    background-image: url('postit_wir_over.png');
}

#postitVerbindung a{
    display: block;
    position: absolute;
    top: 378px;
    left: 76px;
    width: 133px;
    height: 23px;
    background-image: url('postit_verbindung.png');
}

#postitVerbindung a:hover{
    background-image: url('postit_verbindung_over.png');
}

#postitHier a{
    display: block;
    position: absolute;
    top: 506px;
    left: 366px;
    width: 53px;
    height: 19px;
    background-image: url('postit_hier.png');
}

#postitHier a:hover{
    background-image: url('postit_hier_over.png');
}

.contentHidden{
    display: none;
}
