/* CSS Document */

html, body{ 
 margin:0;
 margin-top: 2%; 
 padding:0; 
 text-align:center; 
  background-image: url(bg.gif);
 background-repeat: repeat;
} 

h1{ color: #a81c46;
      font-size:16pt;
}

a:link {
	color: #a81c46;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a81c46;
}
a:hover {
	text-decoration: none;
	color: #a81c46;
}
a:active {
	text-decoration: none;
	color: #a81c46;
}
#linkExt A:LINK {
	color: #a81c46;
	text-decoration: none;
}
#linkExt A:visited {
	text-decoration: none;
	color: #a81c46;
}
#linkExt A:hover {
	text-decoration: none;
	color: #a81c46;
}
#linkExt A:active {
	text-decoration: none;
	color: #a81c46;
} 
#linkInt A:link {
	color: #a81c46;
	text-decoration: none;
}
#linkInt A:visited {
	text-decoration: none;
	color: #a81c46;
}
#linkInt A:hover {
	text-decoration: none;
	color: #a81c46;
}
#linkInt A:active {
	text-decoration: none;
	color: #a81c46;
}


.title A:link {
	color: #a81c46;
	text-decoration: none;
}
.title A:visited {
	text-decoration: none;
	color: #a81c46;
}
.title A:hover {
	text-decoration: none;
	color: #a81c46;
}
.title A:active {
	text-decoration: none;
	color: #a81c46;
}

.tx-mininews-pi1-listrowField-title A:link {
	color: #a81c46;
	text-decoration: none;
}
.tx-mininews-pi1-listrowField-title A:visited {
	text-decoration: none;
	color: #a81c46;
}
.tx-mininews-pi1-listrowField-title A:hover {
	text-decoration: none;
	color: #a81c46;
}
.tx-mininews-pi1-listrowField-title A:active {
	text-decoration: none;
	color: #a81c46;
}


#container{ 
 width:850px;
 margin-top: 2%; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 border: 1px solid #000000; 
 max-height: 600px;
 background-color: #FFFFFF
} 
 
#head{
 position:relative; 
 height:150px; 
 background-color: #FFFFFF; 
 width:100%;
 background-image: url(head_bg.gif);
 background-repeat: no-repeat;
} 
 
#navi{
 background-color: #FFFFFF;
 width:130px; 
 height:441px;
 float:left; 
 position:relative; 
  }
 
#content{
	background-image: url(content_bg.gif);
	background-repeat:no-repeat;
	width:717px;
    height:441px;	
	overflow: auto;
	background-color: #FFFFFF;
	position: relative;
	}
#subcontent{
	width:605px;
    height:400px;
	padding: 10px;
	
	}	


/*#footer{
 max-height:0,5px; 
 background-color:#FFFFFF; 
 clear:both;
 z-index: 1;
 } 



 
