@charset "UTF-8";
/* layout */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #492400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	background-color: #FFFFFF;
}
a {
	color: #492400;
	font-weight: bold;
	text-decoration: none;
}
.agostoni #container  {
	width: 1015px;
	text-align: left;
	margin: 0 auto;
	background-image: url(images/agologo.gif);
	background-repeat: no-repeat;
	height: 1000px;
	padding: 0px;
}

.agostoni #wrapper {
	width: 795px;
	margin-left: 215px;
}

.agostoni #navigation {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.agostoni #mainContentWrapper {
	margin: 0px;
	padding: 0px;
}


.agostoni #mainContent {

}
.agostoni #mainContentTop img {
}
.agostoni #mainContentTop {
	width: 795px;
}
.agostoni #mainContentTeasers {
	background-image: url(images/teaserh.gif);
	background-repeat: no-repeat;
	height: 150px;
	color: #492400;
	padding-top: 75px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.agostoni #mainContentTeaserst {
	/*background-image: url(images/teasert.gif);*/
	background-repeat: no-repeat;
	height: 250px;
	color: #492400;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.agostoni #mainContentTeasers2 {
	background-image: url(images/contact_box.jpg);
	background-repeat: no-repeat;
	height: 256px;
	color: #2c0e00;
	clear: both;
}

.agostoni #mainContentTeasers3 {
	padding:25px;
}
.agostoni #mainContentTeasers3 h2 { margin-bottom:15px; }
.agostoni #mainContentTeasers3 table { width:100%; }
.agostoni #mainContentTeasers3 table td { border-bottom:1px solid #D8C8B9; padding:2px 5px; }

.agostoni #footer {
	clear:both;
	float:left;
	height: 70px;
	color: #666;
	width: 745px;
	border: thin solid #d8c8b9;
	margin-top: 25px;
	margin-bottom:50px;
	padding: 25px;
	font-size: 80%;
	background-color: #FFF;
}

.red {
	font-weight: bold;
	color: #E1000C;	
}

/* type */


h1 {
	color: #f00901;
	font-weight: 900;
	margin-bottom: -15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .3em;
}

h2 {
	color: #f00901;
	font-weight: 500;
	margin-bottom: -5px;
	margin-top: 0px;
}
h2 a{
	color: #f00901;
	font-weight: 500;
	margin-bottom: -5px;
}

h3 {
	color: #492400;
	font-weight: 100;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 30px;
}
/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
	.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
	.threecol {
}
.threecol .colmid {
	right:33%;
	margin-top: 10px;
}
.threecol .colleft {
	right:33%;			/* width of the middle column */
}
.threecol .col1 {
	width:32%;			/* width of center column content (column width minus padding on either side) */
	left:101%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:32%;			/* Width of left column content (column width minus padding on either side) */
	left:34%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:30%;			/* Width of right column content (column width minus padding on either side) */
	left:73%;

}
/* 2 column settings */

div.my_wrapper{
    width: 100%;
}


    li.my_nav_link{
       text-align: right;
       float: right;
       list-style: none;
       padding-left: 15px;
    }

div.my_left_box{
	float: left;
	width: 50%;
}

div.my_left_box_inFooter{
	float: left;
	width: 55%;
	line-height: 15px;
}
div.my_right_box{
	float: right;
	width: 43%;
	text-align: right;
}
div.my_left_boxt{
    float: left;
    width: 60%;
}

div.my_left_boxn{
    float: left;
    width: 100%;
}

div.my_left_boxf{
    float: left;
    width: 99%;
}


div.my_right_boxt{
	float: right;
	width: 35%;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
}
div.my_right_boxL{
	float: right;
	width: 45%;
	text-align: left;
	padding-top: 20px;
	margin-right: 25px;
}


div.my_bottom{
	clear:both;
	width: 100%;
	padding-top: 20px;
	color: #999;
	height: 25px;
}

div.my_bottom strong{
	color: #000;
}

input.text {
	width: 200px;
	color: #999;
	height: 20px;
}

div.clear {
  width:1000px;
  clear: right;
  }

div.dottedbox
 {
	width: 100%;
	border: thin dotted #999;
  }

ul {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* News Page */

.articleheadline {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #492400;
	line-height: 24px;
	padding: 0px;
	margin-top: 0px;
	}
	
	
.articleparagraph {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #907152;
	line-height: 18px;
	
}

.articleparagraph img{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;	
}

a:link.articlelinks {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fe0101;
	text-decoration: underline;
	
}

a:visited.articlelinks {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fe0101;
	text-decoration: underline;
}
.articleclearer {
	clear: both;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #492400;	
	
}


/* Three Column Content */
	

#wrappercolumn {
	width: auto; /* It's important to set the margin to auto if you want the layout to center */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;

}
#sidebarcolumn {
	float: left;
	width: 345px;
	margin-right: 0px;
	padding: 0px;
	
}
#navigationcolumn {
	float: right;
	width: 345px;	margin-top: 0px;
	padding-top: 0px;
}
#contentcolumn {


}
