a, address, blockquote,
caption, cite, dfn, dl, dt,
fieldset, form, h1, h2, h3, h4,
img, input, label, legend,
li, ol, option, p, q, body,
select, textarea, td, th, ul,div
{
  font-family: Georgia, Times, serif;
  font-size: 13px;
	line-height: 1.4em;
  margin: 0px;
  padding: 0px;
	border: 0px;
	color:#444;
}

html {
	height: 101%;
}
body
{
	background: #fefefe url(../img/shadow.gif) top center repeat-y;
	height: 100%;
}

h1
{
  font-family: Arial, sans-serif !important;
  font-size: 20px;
  margin: 0px 0px 0.5em 0px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	padding-top: 1em;
	color:#000;
}
h1 a {
  font-family: Arial, sans-serif !important;
  font-size: 20px;
	font-weight: normal;
	color:#000 !important;
}
h2
{
  font-family: Arial, sans-serif !important;
  font-size: 15px;
	font-weight: normal;
	line-height: 1.2em;
  padding: 1em 0px 0.5em 0px;
	color:#000000;
}
h2 a {
  font-family: Arial, sans-serif !important;
  font-size: 15px;
	font-weight: normal;
	line-height: 1.2em;
	color:#000 !important;
}

h1.top,
h2.top
{
	margin-top: 0px;
	padding-top: 0px;
}
p  {
  padding: 0em 0em 0.75em 0em;
	color:#444;
}

hr {
	line-height: 0px;
	height: 1px;
	border: 0px;
	background-color: #eee;
	margin: 10px 0px;
}

a
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
a:link,
a:visited,
a:active,
a:hover
{
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a.link {
  text-decoration: underline;
}

select, input, textarea {
  color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px;
}
input, option, textarea {
	padding: 1px 2px 1px 2px;
}

select.long {
	width: 237px;
	height: 18px;
}
input.long {
	width: 230px;
	height: 16px;
}
textarea.textfield {
	width: 230px;
	height: 100px;
}

input.error,
select.error,
textarea.error
{
	background-color: #ffc989;
}

p.error, 
td.error  {
	font-weight: bold;
	color: #ffa939;
}

li {
  padding: 0px 22px 0px 0px;
  margin: 0px 0px 3px 24px;
}

ul, ol {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px -10px;
}
ul ul, 
ol ol {
  margin-left: 12px;
}
table {
  border: 0px;
	padding:10px;
}

table td,
table th
{
  padding: 2px 10px 2px 0px;
}
table th
{
  text-align: left;
}

img.right {
  border: 1px solid #ccc;
  margin: 10px 0px 10px 15px;
  padding: 4px;
	float:right; 
	clear:right;
}
img.left {
  border: 1px solid #ccc;
  margin: 10px 15px 10px 0px;
  padding: 4px;
	float:left; 
	clear:left;
	background-color: #fff;
}

img.top {
  margin-top: 0px;
}

#container {
	width: 1100px;
	margin-left:auto; 
	margin-right:auto; 
	height: 100%;
}
#border {
	width: 1000px;
	margin-left:auto; 
	margin-right:auto; 
	background-color: #ffffff;
	height: 100%;
}
#header {
	height: 130px;
	font-size: 40px;
	overflow: hidden;
}
#header_logo {
	float: left;
	width: 230px;
}
#header_logo img {
	margin: 27px 0px 0px 75px;
}
#header_text {
	float: left;
	width: 700px;
}
#header_text p {
	padding: 41px 0px 0px 0px;
	font-size: 40px;
	font-family: Arial, sans-serif !important;
}
#header_text p span {
	color: #e78303;
}

#navigation {
	width: 180px;
	margin: 29px 0px 0px 25px;
	cursor: pointer;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li.mainNavigation {
	margin: 0px;
	padding: 10px 10px 9px 10px;
	background-color: #ffc989;
	font-weight: normal;
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #fefefe;
	cursor: pointer;
}
#navigation ul li.mainNavigation.highlight {
	background-color: #FFA939;
	font-weight: bold;
}
#navigation ul li.mainNavigation.bold {
	font-weight: bold;
}
#navigation ul li.mainNavigation a {
	text-decoration: none;
	font-size: 14px;
  font-family: Arial, sans-serif !important;
}

#navigation ul li.subNavigation {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #eee;
	margin-bottom: 1px;
}
#navigation ul li.subNavigation.highlight {
	background-color: #ddd;
	font-weight: bold;
}
#navigation ul li.subNavigation a {
	padding: 0px 0px 5px 10px;
	text-decoration: none;
	font-size: 13px;
}


#content {
}

#contentLeft {
	float: left;
	width: 200px;
	margin: 0px 30px 0px 0px;
}


#contentCenter {
	float: left;
	width: 750px;
	padding: 0px 0px 40px 0px;
}

.textLeft {
	float: left;
	width: 350px;
	padding: 0px 30px 0px 0px;
}

.textRight {
	float: left;
	width: 350px;
	padding: 0px 0px 0px 0px;
}



#footer {
	width: 980px;
	margin-left:auto; 
	margin-right:auto; 
	margin: 5px 0px 5px 0px;
	font-weight: normal;
  color: #000000;
	text-align: right;
}
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover
{
  color: #000000;
  text-decoration: underline;
}

#footer a:hover {
  color: #AAAAAA;
}
#footer_print {
	display: none;
}
#screenshots {
}

.screenshotImage {
  margin-right: 0px;
	float: left;
}
.screenshotImage img {
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #ccc;
}
img.lupe {
  border: 0px;
  margin: 0px;
	padding: 0px;
  position: relative;
	top: -5px;
	left: -24px;
}


.button
{
  cursor: pointer;
} 

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	line-height: 0px;
}

.mailDebug {
	position: absolute;
	height: 350px;
	width: 540px;
	overflow: auto;
	background-color: #ffc989;
	border: 2px solid #ffa939;
	color: #000000;
	padding: 10px;
	z-index: 100;
	visibility: visible;
}
.mailDebug h1,
.mailDebug p {
	color: #000000;
}
.mailDebug hr {
	border: 2px solid #000000;
}
.diesistunsichtbar
{
	display:none;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.haftungsausschluss h2 {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
