/* CSS Document */

BODY {
   color: #fff;
   background: #dfe1e0
               url(../center/contact/images/main_bg.jpg)
			   repeat-y
			   right;
   padding: 0;
   margin: 0;
   font-family: Arial, Helvetica, sans-serif;
   }

a {
	color: #FFFFFF;
}

a:hover {

	color: #FFFF00;
	text-decoration: none;	
}




#maintop {
	background-color: transparent;
	background:url(../images/tilebg.jpg) center;
	border:4px solid #346f9d;
	margin: -250px 0 0 -230px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 460px;
	z-index:2;
	font-weight:bold;
	text-align: left;
	color:#FFFFF;
	font-size:11px;
	}


#maintop p{ margin:20px;}
#maintop h2{ font-size:16px; font-weight:bold; margin:20px;}


#mainblur{
   background-color: transparent;
   background-image: url(../center/contact/images/seiteblur.jpg);
   background-repeat:repeat-x;
   margin: -145px 0 0 0;
   position: absolute;
   top: 50%;
   left: 0 px;
   width: 100%;
   height: 289px;
   text-align:right;
   z-index: 1;
   }

h1 {
	font-size:12px; 
	font-weight:bold; 
	margin: 10px 20px 10px; 
	border-bottom:1px dotted #FFFFFF;
	text-align:left;
}


h2 {
	font-size:14px; 
	font-weight:bold; 
	margin: 20px 20px 10px; 
	text-align:center;
}

.textformat { font-size:11px; font-weight:normal;}
