* {margin:0;padding:0;}

* {
	font-size:13px;
	font-family: sans-serif;
}
body {
	border-top:5px solid #000;
	background-color:#ebebeb;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	color:#000;
}

#allSiteWrapper {
	width:900px;
	border-left: 1px solid #000;
	border-right:1px solid #000;
	background-color:#fff;
	position:relative;
	left:50%;
	margin-left:-450px;
}

.colL {width:690px;}
.ColR {width:210px;}

#header {
	border-top:   1px solid #000;
	border-bottom:1px solid #000;
	height:310px;
	background-color:#eee;
}

#header_img img {margin-top:-1px;}

#logo {
	width:154px;
	height:69px;
	background-image:url(img/logo.gif);
	position:relative;
	left:700px;
}

#content {
	padding:10px;
	padding-left:30px;
}

#content h1, 
#content h2 {
	color:#ff9000;
	text-transform:uppercase;
	margin-bottom:10px;
}

#content p, 
#content ul {
	margin-left:40px;
	margin-bottom:10px;
}

#content ul {margin-left:60px;}

#content a:link,
#content a:hover,
#content a:visited,
#content a:active {
	color:#ff9000;
	text-decoration:none;
}

/* FORMULAR ========================================= */

fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	border:0px solid #eee;
	padding:4px;
}
#content input,
div.csc-mailform-field input, 
textarea {
	border-top:   1px solid #555;
	border-left:  1px solid #555;
	border-right: 1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#333;
}
div.csc-mailform-field label {
 	width:150px;
 	float:left;
	border:0px;
}




#tx_astaddresszipsearch_pi1 {
	position:relative;
	width:860px;
}

#tx_astaddresszipsearch_pi1_search,
#tx_astaddresszipsearch_pi1_result {
	float:left;
	margin:10px;
}

#tx_astaddresszipsearch_pi1_search fieldset {
	background-color:#ebebeb;
	border:1px solid #ff9000;
	padding:10px;
}

#tx_astaddresszipsearch_pi1_search fieldset legend {
	margin-left:10px;
	font-weight:bold;
}

