/* theodin.co.uk -Designed and developed by Philip Beel All Rights Reserved*/
	/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/
	/* Reset 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
*/
#contact table {
	border-collapse: collapse;
	border-spacing: 0;
}

#contact fieldset,#contact img {
	border: 0;
}

#contact address,#contact caption,#contact cite,#contact code,#contact dfn,#contact em,#contact strong,#contact th,#contact var
	{
	font-style: normal;
	font-weight: normal;
}

#contact ol,#contact ul {
	list-style: none;
}

#contact caption,#contact th {
	text-align: left;
}

#contact h1,#contact h2,#contact h3,#contact h4,#contact h5,#contact h6
	{
	font-size: 100%;
	font-weight: normal;
}

#contact q:before,#contact q:after {
	content: '';
}

#contact abbr,#contact acronym {
	border: 0;
}

#contact body {
	font-family: 'Myriad', 'Helvetica', 'Arial', sans-serif;;
	font-size: 11pt;
	height: 100%;
	width: 100%;
	background-color: #931F1F;
}

#contactable {
	background-image: url(../../images/Set_orange/kontakt.png);
	color: #FFFFFF;
	background-color: transparent;
	cursor: pointer;
	height: 64px;
	left: 0;
	margin-left: -5px;
    /* margin-left: -5px; */
	overflow: hidden;
	position: fixed;
	/* position: absolute; */
	text-indent: -100000px;
	top: 74px;
	/* margin-top: 60px; */
	width: 64px;
	z-index: 1001;
}

#contactForm {
	background-color: #931F1F;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	height: 450px;
	left: 0;
	margin-left: -400px;
	/* margin-left: -434px; */
	margin-top: -125px;
	overflow: hidden;
	padding-left: 30px;
	position: fixed;
	top: 165px;
	width: 360px;
	/* width: 394px; */
	z-index: 99;
	font-size: 12pt;
}

#contact form#contactForm input,#contact form#contactForm textarea {
	background: #FFFFFF none repeat scroll 0 0;
	outline-style: none;
	outline-width: medium;
	width: 325px;
	padding: 5px;
	border: 1px solid #dfdfdf;
	font-family: 'Myriad', 'Helvetica', 'Arial', sans-serif;;
	font-size: 1em;
	margin-bottom: 10px;
}

#contact form#contactForm .submit {
	background: #FF6633 none repeat scroll 0 0;
	outline-style: none;
	outline-width: medium;
	width: 125px;
	padding: 5px;
	border: 3px solid #f2d3c4;
	outline-color: -moz-use-text-color;
	font-family: georgia;
	font-size: 1em;
	cursor: pointer;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: 'Myriad', 'Helvetica', 'Arial', sans-serif;;
	margin-top: 10px;
}

#contact form#contactForm p {
	width: 325px;
	font-size: 0.9em;
}

#contact form#contactForm .disclaimer {
	/* margin-left: 20px; */
}

#contact #contactForm .red {
	color: #f2d3c4;
}

#contact #overlay {
	background-color: #666666;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

#contact .error {
	background-color: #dec2b4;
}

#contact #name.error {
	background-color: #dec2b4;
}

#contact #email.error {
	background-color: #dec2b4;
}

#contact #comment.error {
	background-color: #dec2b4;
}

#contact form#contactForm label {
	/* margin-left: 20px; */
}

#contact form#contactForm #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width: 55px;
	height: 55px;
	margin: 100px auto;
	display: none;
}

#contact #callback {
	font-family: 'Myriad', 'Helvetica', 'Arial', sans-serif;;
	font-size: 11pt;
	color: #FFFFFF;
	width: 325px;
	margin: 100px auto;
	display: none;
}

#contact .holder {
	margin: 0 auto;
	/* margin-left: 20px; */
	padding-top: 20px;
}