/* GENERAL */
html { height: 101%; } 

body{
	margin: 0 auto;
	margin-top: 10px;
	background-color: #ecf1ff;
	width: 790px;
	font-family: 'Molengo', arial, serif;
	color: black;
}

h1 {
	font-family: 'Molengo', arial, serif;
	font-weight: bold;
}

img{
border: none;
}

td{
vertical-align: top;
}

#order li,ul{

list-style-type: circle;
margin-left: 40px;
}

/* DIV STYLES */

#header{
	width: 790px;
	height: 199px;
	background-image: url(images/design_01.jpg);
}

#menu{
	width: 790px;
	height: 22px;
	background-image: url(images/design_02.jpg);
	font-size: 16px;
	color: white;
	padding-top: 1px;
	text-align: center;
}

#menu a{
	padding-right: 60px;
	padding-left: 60px;
	color: white;
	text-decoration: none;
}

#content{
	width: 768px;
	border-left: 1px #3e4e67 solid;
	border-right: 1px #3e4e67 solid;
	background-color: white;
	padding: 10px;
	margin: 0px;
}

#footer{
	width: 768px;
	border-left: 1px #3e4e67 solid;
	border-right: 1px #3e4e67 solid;
	border-bottom: 1px #3e4e67 solid;
	background-color: white;
	padding: 10px;
	margin: 0px;
	font-size: 0.7em;
}

p.hinweis{
background-color: #f4fe9f;
border: 1px #e4ff00 solid;
padding: 6px;
margin-right: 15px;
}

/* REF NEW */
img.ref{
	border: 1px #7796C6 solid;
	margin-bottom: 2px;
}

img.ref:hover{
border: 1px #000000 solid;
}

/*	contact		*/
#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
