

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	padding: 21px 21px 21px 22px;
	background-color: #DBD8D1;
}

#container {
	width: 884px;
	background-color: #ffffff;
	min-height: 640px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 884px;
	height: 140px;
	background: url("images/logo-top.gif") #ffffff left 33px no-repeat;
	cursor: pointer;
}

#header-content {
	height: 151px;
	width: 765px;
	margin-left: 59px;
	background: url("images/header-grid.gif") #968F87 right 0 no-repeat;
	
}	

/*
* html #header-content {
	height: 200px;
	background-color: #ffffff;
}
*/

#header-content h1 {
	width: 154px;
	height: 151px;
	overflow: hidden;
	text-align: center;
	/*padding-top: 62px;*/
	line-height: 141px;
	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}


#header-content img {
	position: absolute;
	top: 161px;
	margin-left: 154px;
/*	
	left: 235px;
	top: 161px;
	*/
}

#nav {

	position: absolute;
	margin-left: 47px;
	margin-top: 20px;
/*
	left: 68px;
	top: 331px;
	*/
	width: 154px;
}

ul#nav {
	list-style-type: none !important;
}

ul#nav ul {
	list-style-type: none !important;
}

#nav a {
	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	
	text-decoration: none;
	padding-left: 12px;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 2px;
}

ul#nav ul a {
	font-size: 11px;
}

ul#nav ul a span,
ul#nav ul a div {
	padding-left: 12px;
}

#nav a:hover {
	background: url("images/nav-arrow.gif") #E6E3DE left top no-repeat;
}

#nav a.active {
	background: url("images/nav-arrow.gif") #E6E3DE left top no-repeat !important;
	
}

#nav li.nav-spacer {
	display: block;
	height: 12px;
}

#content {
	margin-left: 243px;
	width: 558px;
	min-height: 250px;
}

#content ul { 
	list-style-image: url("images/ul-arrow.gif");
	margin-left: 18px;
	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #4E4E4E;	
	margin-bottom: 17px;
}


#content h1 {
	margin-top: 20px;
	margin-bottom: 17px;	
	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B62D09;	
}

#content h2 {
	margin-top: 20px;
	margin-bottom: 17px;	
	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4E4E4E;	
}

#content p {
	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #4E4E4E;
	line-height: 17px;
	margin-bottom: 17px;
}

#content a {
	background: url("images/nav-arrow.gif") #ffffff left top no-repeat;
	padding-left: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#content a.nav-top {
	background: url("images/nav-top.gif") #ffffff left top no-repeat;
}

#content a.sprungmarke {
	display: none;
}

#content a:hover {
	text-decoration: underline;
}

#content table {
	border: 0 !important;
}

#content table td {
	vertical-align: top;

	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #4E4E4E;
	line-height: 17px;
	margin-bottom: 17px;
	
}

#content div.layout-1 table {
	/*width: 500px;
	margin-left: auto;
	margin-right: auto;
	*/
}

#content div.layout-1 table  td.td-0 {
	width: 150px;
	font-weight: bold;
}

.clearer {
	clear: both;
}

#nav-bottom {
	text-align: right;
	width: 765px;
	border-top: 1px dotted #A1A1A1;
	margin-left: 59px;
	padding-bottom: 32px;
	margin-top: 10px;
	clear: both;
}

#nav-bottom ul {
	margin-top: 5px;
	list-style-type: none;
}

#nav-bottom ul li {
	display: inline;
	margin-top: 11px;	
	margin-left: 2px;
}

#nav-bottom ul li a {
	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	text-decoration: none;
	color: #9E978D;
	font-size: 12px;
	
	padding-left: 12px;
}

#nav-bottom ul li a:hover {
	/*background: url("images/nav-arrow.gif") #ffffff left center no-repeat;*/
	background: url("images/nav-arrow.gif") #E6E3DE left top no-repeat;
	/*text-decoration: underline;*/
}

#nav-bottom ul li a.active {
	color: #000000;
	background: url("images/nav-arrow.gif") #E6E3DE left top no-repeat;
	/*font-weight: bold;*/
}

/* COLUMNS */

#content-left {
	width: 390px;
	float: left;
}

#content-right {
	width: 155px;
	float: right;
}

/* vjforms */

.tx-vjforms-pi1 label.left {
    float: left;
	text-align: right;
	
	/* imaginary middle axis */
    width: 6em;
    margin-right: .5em;
	
}

#captcha-response {
	margin-left: 8em;
}

.tx-vjforms-pi1 label.right {
	display: block;
	margin-left: 8em;
}


.tx-vjforms-pi1 input[type=text],
.tx-vjforms-pi1 select {
    float: left;
}

.tx-vjforms-pi1 input.label-2 {
    float: left;
    width: auto;
    clear: both;
    margin-left: 6.5em;
    margin-right: .5em;
}

.tx-vjforms-pi1 input[type=checkbox].label-2,
.tx-vjforms-pi1 input[type=radio].label-2,
.tx-vjforms-pi1 input[type=submit].label-2
.tx-vjforms-pi1 input[type=reset].label-2,
{
    margin-left: 8.5em;
}

.tx-vjforms-pi1 form br {
    clear: both;
}


div .tx-vjforms-pi1 {
	width: 380px;
}


p.helptext,
.error-box p {
	padding: 0 1em 0 1.2em;
	width: 25em;
	margin: 0 0 8px 112px !important;
	font-size: 0.8em;
}

div.error {
	display: none;
}

.error-box p {
	color: #D70000;
	background: #ffffff url(images/error-cross.gif) no-repeat left center;	
}

p.helptext {
	color: #9B9B9B;
	background: #ffffff url(images/info-circle.gif) no-repeat left center;	
}



.label-error {
	color: #D70000;
}


input, textarea, select {
	border-top: 2px solid #99928C;
	border-left: 1px solid #99928C;
	border-right: 1px solid #99928C;
	border-bottom: 1px solid #99928C;
	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	font-size: 12px;	
	margin-bottom: 6px;
	width: 250px;
	padding: 2px;
}

label {
	font-family: "Arial Light", "Arial", "Helvetica", sans-serif;
	font-size: 12px;	
	color: #4E4E4E;
	line-height: 17px;
	/*width: 6em;*/
}

div #tx-vjmailform-pi1-buttons {
	text-align: center;
}

#tx-vjmailform-pi1-sendCopyToUser {
	border: 0 !important;
}

div #tx-vjmailform-pi1-buttons input {
	width: 90px;
	border: 0;
	font-weight: bold;
}




.typo3-editPanel-controls * ,
.frontEndEditIcons  {
	padding: 0;
	margin: 0;
	background: none !important;
}

