﻿/* 4trace CSS Document */
/* 4trace CSS Document */

body {
	background-attachment: scroll;
	background-color: #FFF;
	
	background-repeat: no-repeat;
	background-position: center top;
}

#mainContent {
	padding-left: 12px;
	padding-right: 10px;
}

#mainContent .pictureLeft {
	float: left;
	margin: 0px 10px 0px 0px; 	
}

#mainContent h1 {
	font-size: 12pt;
	color: #003366;
	
	padding-bottom: 15px;
} 

#mainContent ul li {
	/* [disabled]margin-left: 1em; */
	/* [disabled]list-style-position: outside; */
	/* [disabled]list-style-type: square; */
}


#mainContent h2 {
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-bottom: 15px;
} 

#mainContent h3 {
	font-size: 10pt;
	color: #900;
	font-weight: normal;
	padding-bottom: 15px;
} 

#mainContent p {
	padding-bottom: 15px;	
}

#mainContent .picRO {
	
	float: right;
	margin-top:  0px;
	margin-right: 0px;
	/*margin-bottom: 0.5em;*/
	margin-left: 10px;
}

#infoContent {
	
}



.divBox
{
	padding: 5px; /**/
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999; /* [disabled]background-color: #FFFFCC; */ /**/
	margin-bottom: 1em;
	background-image: url('../Layout/4trace.net.png');
	background-repeat: repeat-x;
}

.divBox {
	/*
	-moz-border-radius-bottomleft:  10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	*/
	
	/**/
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
     border-radius: 10px;
	
	
	
	/*
	-moz-box-shadow: 5px 5px 15px #000;
	-webkit-box-shadow: 5px 5px 15px #000;
	box-shadow: 15px;
	*/
}




#news {
	margin-top:  1em;
	margin-bottom:  1em;
	
}