body {
   	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#a55b2c;
	font-size: 13px;
	background-color: #ffedc1; 
}

a {
    font-size: 13px;
    color:#e95d0f;
    text-decoration: none;
}

a:hover {
    color:#000;
}

#wrapper {
    width:634px;
    margin: 0 110px 0;
}

#header {
    width:100%;
    height:213px;
    background: url(../images/header.png) no-repeat;
    margin:0;
}

#navigation {
    background: url(../images/menu_bg.png) no-repeat;
    height:44px;
    margin:0
}

#navigation ul {
    display: inline;
    height: 44px;   
    margin:0;
}

#navigation li{
    float: left;
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    margin-top: 13px;
}

.nav a {
    font-size: 13px;
}

#subheader {
    margin-bottom: -3px;
}

#main {
    width:592px;
    overflow: hidden;
    border:solid 1px #a55b2c;
    border-top: none;
    padding:20px;
    margin: 0;
    position: relative;
}

#main ul li {
    padding-bottom: 10px;
    list-style: disc;
}

#footer {
    padding-top:5px;
    text-align: right;
}

h1 {
    font-size: 16px;
}
#twoCol {
    width:100%;
    position: relative;
    height: 200px;
}
#left {
    float:left;
    width: 50%;
}
#right {
    float: right;
    width: 50%;
}

/* Formular */
.tx-powermail {
	width:500px
	margin-left:auto;
	margin-right:auto;
}

.powermail_form {
	position: relative;
}

.powermail_form h3 {
	display:none;
}

.powermail_fieldset {

	clear: left;
	border: 0;
    margin-left:auto;
	margin-top:30px;
	margin-right:auto;
	margin-bottom: 20px;
}
/*
.powermail_legend {
	font-weight: bold;
	color: #fff;
	float: right;
	margin: 3px 10px 10px 0;
	font-size: 20px;
	white-space:normal;
}
*/
.powermail_legend {
	display: none;
}

.powermail_label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: left;
	font-weight: bold;
	color: #1a1a1a;
}
div.powermail_fieldwrap {
	margin: 0 0 0.5em 0;
	clear: both;
	float:left;
}


/*
.powermail_field {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	width: 400px;
	padding: 3px;
	border: 1px solid #ccc;
	color: #7b7b7b;
}
*/
.powermail_field {
    color : #1a1a1a;
    font-size : 14px;
    line-height : 10px;
    background : #fff;
    width : 392px;
    height : 30px;
    padding : 2px;
    margin : 0 0 20px;
    display : block;
    border : 1px solid #a55b2c;
    border-radius : 5px;
    -webkit-border-radius : 5px;
    -moz-border-radius : 5px;
    -o-border-radius : 5px;
    -ms-border-radius : 5px;
    transition : color .1s ease-in-out;
    -webkit-transition : color .1s ease-in-out;
    -moz-transition : color .1s ease-in-out;
    -o-transition : color .1s ease-in-out;
    -ms-transition : color .1s ease-in-out;
}
.powermail_captcha {
	width: 392px;
}
.powermail_textarea {
	height: 80px;
	width: 392px;
}
.powermail_submit {
	margin-left:auto;
	margin-right:auto;
	border: 0;
	width:392px;
	padding: 5px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(165,91,44); /* Old browsers */
}
.powermail_check_outer {
	background-color: white;
	border: 1px solid #a55b2c;
	float: left;
	padding: 3px;
	width: 383px;
	    border-radius : 5px;
    -webkit-border-radius : 5px;
    -moz-border-radius : 5px;
    -o-border-radius : 5px;
    -ms-border-radius : 5px;
    transition : color .1s ease-in-out;
    -webkit-transition : color .1s ease-in-out;
    -moz-transition : color .1s ease-in-out;
    -o-transition : color .1s ease-in-out;
    -ms-transition : color .1s ease-in-out;
}
.powermail_fieldwrap_radio fieldset,
.powermail_fieldwrap_check fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
.powermail_fieldwrap_radio fieldset legend,
.powermail_fieldwrap_check fieldset legend {
	padding: 0;
}

.powermail_create {
	margin-top:50px;
}