html, body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #48382e;
	font-weight: 300;
	background-color:#F5D0A9;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing:0.2em;
	color: #d7441a;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 900;
	color: #48382e;
	margin-bottom: -10px;
}

#layout-wrapper {
	background: url("../images/background.jpg") no-repeat scroll center top transparent;
	overflow: hidden;
}

#layout-wrapper2 {
	height:1050px;
}

#layout-wrapper3 {
	width:1152px;
	margin: 0 auto;
	padding-top:200px;
}

#pagewidth{
	background: url("../images/background-content.png") no-repeat scroll center top transparent;
	width:782px;
	height:533px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header{
	position:relative;
	height:180px;
	width:100%;
	border-bottom:1px solid #000;
}

#right{
	width:40%;
	float:right;
	position:relative;
}
#right-wrapper {
	padding:5px;
}

#content{
	float: left;
	display:inline;
	position: relative;
	width:60%;
}
#content-wrapper {
	height: 392px;
	margin-top: 30px;
	overflow-y: auto;
	width:380px;
	padding: 5px 15px 5px 30px;
}

#navigation {
	bottom: -15px;
    left: -23px;
    position: relative;
	z-index:9;
}

#navigation ul {
	list-style:none;
	width:100%;
	text-align:center;
}

#navigation ul li {
	float:left;
	padding-left:26px;
}

div.briefmarke {
	float:right;
	margin-right:20px;
	margin-top:8px;
}

div.logo {
	margin-top:240px;
	margin-left:-20px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



/*printer styles*/
@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#twocols, #maincol{width:100%; float:none;}
}

#content div.fieldset { height:27px; clear:both; }
#contact label { width:150px; float:left; display:block; }

div#seestern {
	position: relative;
	bottom: 109px;
	left: 642px;
	width:250px;
}

p.small {
	font-size:10px;
}

a img {
	border:0;
}

a:link     { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-stretch: expanded; font-weight: bold; color: #d7441a; text-decoration: underline}
a:hover    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#ffffff; text-decoration: underline; background-color: #48382e; }
a:active   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-stretch: expanded; font-weight: bold; color: #d7441a; text-decoration: underline}
a:visited  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-stretch: expanded; font-weight: bold; color: #48382e; text-decoration: underline}

#content-wrapper a { color:#d7441a; }
#content-wrapper a:hover { color:#48382e; background-color:transparent; }

table tr td {
	border-bottom:1px dotted #d7441a;
}

table tr td h2 {
	margin-bottom:5px;
}

.fieldset input {
	width:200px;
}

.fieldset select {
	width:206px;
}

.fieldset textarea {
	height: 100px;
    width: 200px;
}

#content div.textarea {
	height:95px;
}

#content div.error {
	color:#d7441a;
}

#content table td.upper-orange {
	color: #d7441a;
	text-transform: uppercase;
}
