/*****************************/
/*** Core html setup stuff ***/
/*****************************/

* {
margin: 0;
padding: 0;
}

html {
/*	overflow: scroll;
	overflow-x: hidden; 
	overflow-y:scroll; */
	
	width:100%;
	height:100%;
}
 

body
{
	font:14px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

#container {
color: #333333;
/*background: transparent url(../img/design/body_img_2.jpg) 0 88px no-repeat;*/
	width: 800px;
	position: relative;
	height:100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#Logo {
position: absolute;
top: 50px;
left: 50px;
color: #333333;
width: 300px;
height: 300px;
/*background: transparent url(../images/christundheiri_logo_ani.gif) center no-repeat;*/
font-size: 24px;

}

#righter {
position: absolute;
top: 80px;
right: 40px;
width: 255px;
color: #333333;
background:#FFFFFF;

}

#bild {
position: absolute;
top: 300px;
left: 0;
width: 800px;
height: 340px;
background:#FFFFFF;
background: transparent url(../../../../img/firma_christundheiri_1.jpg) top left no-repeat;
}

td {
vertical-align:top;
height: 20px;
color: #666666;
line-height: 18px;
}

a {
color: #b58b28;
}

a:link, a:visited {
text-decoration: none;
font-weight: normal;
color: #b58b28;
}

a:hover {
font-weight: normal;
color: #666666;
}

h3, th, legend {
  margin: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.kontakt {
color: #333333;
font-size:14px;
background: #FFFFFF;
font-weight: bold;
}
.kontakt a {
	font-size:14px;
	text-decoration:none;
	color: #b58b28;
	font-weight: bold;
}
.kontakt a:link {text-decoration:none; color: #b58b28; font-weight: bold;}
.kontakt a:hover {text-decoration:none; color: #999999; font-weight: bold;}




input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; color: #FFFFFF;}

img { border: 0 none; }







