/* XPO 	red #cc0000
		lt gray	#dfdfdf
		med gray #858585
		dk gray #333333
		
		wwv2 gold #a2793c*/
@import url("style-fonts.css");

body {
	background-color: #ffffff;	
	font: 100% 'Roboto_Regular', Verdana, Arial, Helvetica, sans-serif ;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background-image: url(../img/bg_body.png);
	background-repeat:repeat-x;*/
}
.head {max-width: 650px;margin: 0 auto;width: 90%;}
/* Link Color */
a, a:visited, a:active {color:#cc0000;
	text-decoration:none;}

a:hover {
	color:#858585;}
	
img {
	outline:none;
	}

/* #wrap {border: 1px solid #000000;} */

/* Column background */


.oneColFixCtr #container {
	max-width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width:96%;
	background: #e5e5e5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #a2793c;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*width:760px;*/}

.oneColFixCtr fieldset {max-width: 672px;}
.oneColFixCtr #mainContent form {text-align: left;}

/* Upper header */
#top-bar {
	background-color:#FFFFFF;
 	
	
	/*background-image: url(../img/bg_header.jpg);
	background-repeat:no-repeat;*/
	padding:20px ;
	/*width: 776px;*/
	/*height: 100px;*/
	
	}
	
.hdrimg	{
	padding:10px 20px;
	text-align:center;}
	
#imprint {
	visibility:hidden;
	
	height:1px;}	

h1 {
	/*color: #556e34;*/
	color: #f9a820;
	font-size: 1.5em;
	border-bottom-color: #647AAC;
	border-bottom-width: 2px;
}

.left {
	float:left;}
	
.right {
	float:right;}


#footer {
	padding:0 20px 40px 20px;}

#summary {
	text-align:left;
	width:80%;
	max-width:400px;
	margin:20px auto;
	padding:15px 25px;}
	