/* body, html - Sets type size, font, line-height */

body, html
{
	color: black;
	font-size: 12px;
	font-family:  Courier New, Courier, monospace;
	line-height: 16px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

/* Pagewidth ist die transparente Fläche */
#pagewidth
{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 80px;
	left: 20px;
	padding: 15px 15px 15px 15px; 
	background-color:transparent;
	
}

/* maincol enthält Kontaktinformation */

#maincol
	{	
	width:180px; 
	height: 370px;
	float:left; 
	display:inline; 
	position:relative;
	margin: 0px 0px 0px 0px; 
	color: #000000; 
	}


/* logobox enthält das Logo */

#logobox
	{
	height: 30px;
	}

p
	{
	margin-bottom:2px;
	}

img
	{
	border: none;
	}

.space
	{
	margin: 0px 10px 0px 10px;
	}


 

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



