html, * {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

body {
	font-family: Verdana;
	font-size: 13px;
	color: #65676c;
	background-image: url('images/bg4.jpg');
	line-height: 135%;
}

a img {
	border: 0;
}


ul,ol {
	margin-left: 22px;
}

/* TOP */

td#headerinnerleft {
	height: 211px;
	background-image: url('images/topinnerleft2.jpg');
	background-repeat: repeat-x;
	background-position: top right;
}

td#headerinnerright {
	height: 211px;
	background-image: url('images/topinnerright2.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	
}

td#headerinner {
	width: 960px;
	height: 211px;
	background-image: url('images/topinnerbg4.jpg');
	background-repeat: no-repeat;
}

div#headertop {
	height: 153px;
}


div#menu {
	height: 48px;
	padding-left: 175px;
	padding-top: 10px;
}
div#menu img {
	padding-left: 11px;
	padding-right: 11px;
}


ul#quotes {
	font-family: "Trebuchet MS", Verdana;
	font-size: 15px;
	line-height: 130%;
	list-style:none;
}

ul#quotes span.quote {
	color: #8c6026;
	display: block;
}
ul#quotes span.author {
	margin-top: 3px;
	font-size: 13px;
	color: #56350a;
	display: block;
	clear: left;
	text-align: right;
}



/* MAIN */


td#maininnerleft {
	height: 100%;
	background-image: url('images/bg4.jpg');
	background-repeat: repeat;
	background-position: top right;
}

td#maininnerright {
	background-image: url('images/bg4.jpg');
	background-repeat: repeat;
	background-position: top left;
	
}

td#mainarea {
	width: 960px;
	background-image: url('images/bg4.jpg');
	background-repeat: repeat;
}

div#contentarea {
	clear: both;
	float: left;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 30px;
	padding-bottom: 60px;
	width: 760px;
	background-image: url('images/contentarea3.jpg');
	background-repeat: repeat-y;
}

div#footer {
	clear: both;
	float: left;
	width: 960px;
	min-height: 44px;
	padding-top: 54px;
	background-image: url('images/footerbg.jpg');
	background-repeat: no-repeat;
	text-align: center;
}
div#footer p {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #e5e5e5;
}


/* Only for frontpage */

div.frontpage {
	margin-bottom: -50px;
}
div.frontpage p {
	line-height: 135%;
	padding-bottom: 8px;
}
div.frontpage h2 {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #00598a;
}

div#fronthead {
	margin-left: auto;
	margin-right: auto;
	width: 610px;
	padding-top: 5px;
}
div#frontmain {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding-top: 45px;
}

div#frontmain img.alignright {
	float: right;
	clear: both;
	margin-bottom: 10px;
}
div#frontmain p, h2 {
	display: block;
	clear: both;
}




/* Only for normal pages */

div.normalpage h1 {
	font-size: 18px;
	line-height: 135%;
	font-weight: bolder;
	color: #00598a;
	padding-bottom: 20px;
}

div.normalpage hr {
	margin-bottom: 30px;
	border: none 0; 
	border-top: 2px solid #d9c9b3;
	height: 2px;
	text-align: left;
}

div.normalleft {
	width: 455px;
	background-repeat: no-repeat;
	background-position: 490px 0px;
	margin-top: 40px;
	padding-right: 305px;
}


div.wide {
	width: 760px;
	background-image: none;
	padding-right: 0px;
	
}

div.normalpage h3 {
	display: inline;
	font-size: 13px;
	color: #00598a;
	padding-right: 4px;
}

div.teaser {
	margin-top: 25px;
	font-size: 11px;
	padding-bottom: 5px;
}
div.morehidden {
	visibility: hidden;
	height: 0px;
}
div.moreshown {
	font-size: 11px;
	color: #548ba9;
	visibility: visible;
}

img.showmorebutton:hover {
	cursor: pointer; cursor: hand
}

/* Contact form */

div.wpcf7 {
	background-image: url('images/normalpage/tm5_kontakt.jpg');
	background-repeat: no-repeat;
	margin-top: 40px;
	padding-left: 358px;
	margin-top: 40px;
	width: 402px;
}

div.wpcf7 input, div.wpcf7 textarea {
	width: 250px;
	border: 1px solid #a57c46;
}

div.wpcf7 input {
	height: 18px;
}

div.wpcf7 input#submitbutton {
  width: 61px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('images/sendbutton.png') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

div.wpcf7 span.wpcf7-checkbox input {
	width: 20px;
}


div.wpcf7 span.lab {
	width: 150px;
	float: left;
}

div.wpcf7 div.formbuttom {
	float: left;
	width: 402px;
	text-align: right;
}

div.wpcf7 p {
	font-size: 11px;
	padding-bottom: 5px;
}

div.wpcf7 div.wpcf7-validation-errors {
	color: red;
}
