@import 'css/menu.css';

@import 'css/admin.css';

@import 'css/lightBox.css';

@import 'gallery/gallery.css';



body {

	heght: 100%;

}

div.bodyExt {

	position: relative;

	background: url(./img/background.gif) repeat-x;

	width: 100%;

	height: 100%;

	overflow: auto;

}

html {

	height: 100.2%;

}



#wrapper {

	width: 99.5em;

	margin: 3em auto;

	position: relative;

}



* html #wrapper {

	left: 50%;

	margin-left: -50em;

}



div {

	

}



#left {

	width: 64em;

	float: left;

}

#right {

	width: 35em;

	float: right;

}

#right div.imgBanner a {
  border: none;
  text-decoration: none;
}



#header {

	margin: 10em 0 0 0;

	padding: 0 0 0 2.4em;

	position: relative;

}

#header b {

	font-size: 18pt;

	font-weight: bold;

	font-style: italic;

	color: #152353;

}

#menu {

	margin: 7em 0 0 1.5em;

	position: relative;

	z-index: 20;

}

#main {

	margin: 15em 0 0 0;

	position: relative;

	z-index: 10;

}

#content {

	padding: 2.4em;

	position: relative;

}

#footer {

	line-heigt: 9pt;
	clear: both;
	padding: 2.4em;

}



#bild {

	margin: 3.7em 0;

}



.twFormular li p {

	margin: 0;

}

.twFormular li {

	margin-bottom: 1em;

}



.tpFormGroup {

  padding: 5px 5px 0 5px;

  width: 75%;

  margin-bottom: 1em;

  border: 1px solid #eee;

}

.tpFormGroup:first {

  width: 50%;

}

.tpFormGroup textarea {

  width: 99%;

  height: 7em;

  font-family: Arial;

  font-size: 10pt;

}

.tpFormGroup .tpForntInput {

  width: 50%;

}

.tpFormGroup input[name=subject] {

  width: 99%;

}



.tpSubmit {

  background: #fff;

  border: 1px solid #eee;

  color: #ff9023;

  font-weight: normal;

}



#twFormErrors,

#twFormErrors li {

  list-style: none;

  list-style-image: none;

  margin: 0;

  padding: 0;

}



#twFormErrors {

  margin: 5px 0;

  padding: 5px;

  border: 1px solid #ff9023;

  width: 75%;

}

input.error,

textarea.error {

  border: 1px solid #ff9023;
}




/**
 * Support
 */
div#support {
	width: 100%;
}
div#support div {
	margin: auto;
}
div#support div a {
	border: none;
}/*  Download-Tabelle */table.tpDownloads {	width: 100%;}table.tpDownloads tr td {	border-bottom: 1px solid #888;	padding: 3px 5px;	font-size: 10pt;}table.tpDownloads tr:hover td {	background: #eee;}table.tpDownloads tr td a {	text-decoration: none;	display: block;	border-bottom: 0;}table.tpDownloads tr td.td2 {	text-align: right;}
