/************************************************************

    Program:      engemann-und-partner.de

    File:         style.css

    Description:  CSS Stylesheets

    Author:       Daniel Orrú (do) www.dohmsoft.de

************************************************************/
 @charset "utf-8";

html {
	color: #3e4545;
	background: #a7b2b1;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

input {
	border: 0px;
}

.autocomplete {
	border: 1px solid #000;
	background-color: #FFF;
}

.autocomplete ul {
	margin: 2px;
	padding: 0px;
}

.autocomplete li {
	list-style: none;
	list-style-position: insidfe;
	background-color: #e3e3e3;
	margin: 0;
}

.autocomplete a:hover {
	text-decoration: underline;
	color: #3e4545;
}

li {
	list-style-type: square;
	padding-left: 10px;
	padding: 3px;
	margin-left: 40px;
	/*list-style-position: inside;*/
}

#popup {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body {
	font-family: arial, "tahoma sans-serif";
	font-size: 10pt;
	text-align: left;
	background: #a7b2b1;
}

a,a:link,a:active,a:visited,a:focus,a:hover {
	color: #3e4545;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #ffffff;
}

div#container {
	margin: 4px auto 0 auto;
	width: 980px;
	text-align: left;
	border: 4px solid #ffffff;
}

div#header {
	text-align: right;
	padding-bottom: 10px;
	background: #ffffff;
}

div#navigation1 {
	width: 980px;
	text-align: left;
	/*text-transform: uppercase;*/
}

div#navigation1 a {
	color: #3e4545;
	text-decoration: none;
}

div#navigation1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

div#navigation1 p {
	line-height: 1.4;
	padding-left: 10px;
	padding-bottom: 5px;
}

div#navigation3 {
	text-align: right;
}

div#navigation3 a {
	color: #3e4545;
	text-decoration: none;
	padding: 5px;
}

div#navigation3 p {
	padding: 5px;
}

div#navigation3 a:hover {
	color: #3e4545;
	text-decoration: underline;
}

#InputFeld { /*position: relative;*/
	height: 26px;
	width: 315px;
	margin-left: 660px;
	margin-top: 241px;
	padding-left: 5px;
	padding-top: 5px;
}

div#content-image {
	height: 300px;
	width: 980px;
	background: #445058;
}

div#content-image p {
	line-height: 1.4;
	padding: 5px;
}

div#navigation-position {
	height: 4px;
	background: #ffffff;
	width: 980px;
}

div#navigation2 {
	float: left;
	width: 300px;
	padding-top: 15px;
}

div#content-container {
	width: 980px;
	min-height: 300px;
	background: #a7b2b1;
}

div#welcome_title {
	width: 960px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}

div#box1 {
	float: left;
	width: 290px;
	min-height: 360px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background: #929d9e;
}

div#box2 {
	float: left;
	width: 310px;
	min-height: 360px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: #929d9e;
	background: #717f81;
}

div#box3 {
	float: left;
	width: 290px;
	min-height: 360px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background: #4b5457;
	color: #bcc5c1;
}

div#content {
	float: left;
	width: 640px;
	min-height: 300px;
	color: #3e4545;
	background: #929d9e;
	padding-left: 20px;
	padding-right: 20px;
}

div#content p {
	padding-top: 15px;
}

div#print_content p {
	padding-top: 15px;
}

div#footer {
	clear: left;
	color: #3e4545;
	background: #ffffff;
}

div#copyright {
	background: #ffffff;
}

div#copyright p {
	padding: 5px;
}

h1 {
	padding-bottom: 5px;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: 1pt;
}

h2 {
	padding-bottom: 5px;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 1pt;
}