@charset "utf-8";
/* CSS Document */

a {
text-align:center;
vertical-align:middle;
font-family: helvetica, arial, geneva, sans-serif; 
font-size: 18pt; 
text-decoration: none;
height:50px;

margin-left:10px;
margin-right:10px;
}


a:link     	  {color: #0000ff}
a:visited     {color: #CC6633}	
a:hover       {color: red}

body {
    height:100%;
    width:100%;
    text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
		color: #004080;
	background-image: url(bg_body_linkliste.gif);
	background-repeat: repeat;
}

#container {
	display:block;
	float:none;
	position:relative;
	width:900px;
	height: 790px;
	margin:0 auto;
	padding-left:1px;
	padding-right:1px;
	text-align:left;
	min-height:100%;
	background-image: url(linkliste.itplaner.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:1;
	border-left:1px;
	border-right:1px;
}

#content {
	position: relative;
	left: 70px;
	top: 50px;
	width: 750px;
	height: 670px;
	text-align:center;
}



/*---------------------------------------------------------------------------------------- */

#BoxLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004080;
}

#footer {
	position:absolute;
	left:263px;
	top:1416px;
	width:699px;
	height:64px;
	z-index:2;
}

