/**
* Reset stylesheet
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a,
a:link,
a:active,
a:visited {
	text-decoration: underline;
}

.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#emergency {
	color: white;
	background-color: #898c90;
/* 	border-color: #7e363c; */
/* 	border-width: 2px; */
	text-align: center;
/* 	position: absolute; */
/*
	top: 0;
	left: 50%;
*/
	width: 800px;
	height: auto;
	margin: 10px auto;
/*
	overflow: visible;
	visibility: visible;
*/
/* 	display: block */
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	}

#emergency p {
	font-family: arial, helvetica, sans-serif;
	padding: 15px;	
	font-size: .9em;
}


#flashbox {
	position: absolute;
	width: 800px;
	height: 361px;
	top: 150px;
	margin: 0 auto;
	text-align: right;
}

#flashbox #flashobject {
	position: relative;
	z-index: -10000;
}

#box {
	position: relative;
	width: 800px;
	margin: 0 auto;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

#title {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0 0 5em 0;
}

#logo {
	position: absolute;
	top: 60px;
	left: 0;
	width: 180px;
	height: 38px;
	background-image: url('../shared/img/hofmann_logo.png');
	background-repeat: no-repeat;
	-webkit-transition: background-color .2s ease-in;
}

#logo:hover a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Styles für das Hauptmenü */

#menue {
	position: absolute;
	right: 0;
	bottom: 0;
	vertical-align: bottom;
	list-style-type: none;
	margin: 0;
}

#menue li {
	display: inline;
	margin: 0 0 0 1.5em;
	font-size: 1.15em;
	text-transform: uppercase;
}

#menue li a,
#menue li a:link,
#menue li a:active,
#menue li a:visited {
	padding: 0 0 0.5em 0;
	text-decoration: none;
}

#menue li a:hover {
	text-decoration: none;
}

#menue li.active a,
#menue li.active a:link,
#menue li.active a:active,
#menue li.active a:visited {
	font-weight: bold;
	text-decoration: none;
}

#menue li a img {
	margin-left: 2px;
	vertical-align: top;
}

/* Styles für das Submenü */

#menue_sub {
	width: 180px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menue_sub li {
	margin: 0;
	padding: 0.3em 0;
	font-size: 1.1em;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#menue_sub li a,
#menue_sub li a:link,
#menue_sub li a:active,
#menue_sub li a:visited {
	text-decoration: none;
}

#menue_sub li a:hover {
	text-decoration: none;
}

#menue_sub li.active a,
#menue_sub li.active a:link,
#menue_sub li.active a:active,
#menue_sub li.active a:visited {
	font-weight: bold;
	text-decoration: none;
}

/* Styles für die Buttonförmigen Links */

a.button,
a.button:link,
a.button:visited {
	display: inline-block;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background-image: url('../shared/img/button.png');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px 8px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
	text-decoration: none;
}

a.button:active,
a.button:hover {
	text-decoration: none;
	cursor: pointer;
}

/* Formular-Elemente */

label {
	display: block;
	float: left;
	padding: 5px 0 0 0;
	font-size: 1.1em;
}

input[type=text],
textarea {
  border-width: 1px;
  border-style: solid;
  padding: 3px;
  margin: 2px 0;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input:focus,
textarea:focus{
}

input[type=submit] {
  padding: 3px 10px;
  font-weight: normal;
  background-image: url('../shared/img/button.png');
  background-repeat: repeat-x;
  background-position: left top;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}

input[type=submit]:hover,
input[type=submit]:focus {
}

/* Kontaktformular */

form#newsletter .label,
form#kontakt .label {
	width: 150px;
}

form#newsletter input[type=text],
form#kontakt input[type=text] {
	width: 390px;
}

form#kontakt textarea#body {
	width: 390px;
	height: 100px;
	margin: 2px 0 0 0;
}

form#newsletter #submit,
form#kontakt #submit {
	margin: 5px 0 5px 150px;
	padding: 2px 7px;
}

/* Newsletterformular */

form#newsletter .label {
	width: 150px;
}

form#newsletter input[type=text] {
	width: 390px;
}

form#newsletter #submit {
	margin: 5px 0 5px 150px;
	padding: 2px 7px;
}

form#newsletter div.checkbox {
	margin: 5px 0 10px 150px;
	padding: 0 2px 0 0;	
}

form#newsletter input[type=checkbox] {
	margin: 5px 0 5px 0;
	float:  left;
}

form#newsletter div.checkbox p {
	margin: 0 0 0 20px;
	padding: 4px 0 0 0;
	font-size: 1em;
}

/* Styles für den Content */

#content {
	position: relative;
	width: 100%;
	min-height: 375px;
}

.content {
	font-size: 1.1em;
	text-align: left;
}

.left {
	width: 250px;
	float: left;
	padding-top: 2em;
}

.right {
	width: 550px;
	float: right;
	padding-top: 2em;
}

.content p {
	margin-bottom: 1.7em;
	font-size: 1.2em;
}

.content .s_left {
	float:  left;
}

.content .s_right {
	margin-left:  100px;
	display:  block;
}

.content h1 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

.content h2 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

#news {
	width:  450px;
	float:  left;
}

#news h2 {
	margin-top:  1.5em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	padding:  0;
}

#news p {
	margin-bottom: 0;
	font-size: 1.2em;
	text-align: justify;
	padding: 0;
}

#twitter {
width:  300px;
float:  right;
}

#twitter p {
	margin-bottom: 0.7em;
	font-size: 1.2em;
	text-align: justify;
	padding: 0;
}

#twitter h2 {
	margin-top:  1.5em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	padding:  0;
}

.right p {
	text-align: justify;
}

.right ul {
	margin-bottom: 1.7em;
	list-style-type: square;
	list-style-position: inside;
}

.right ul li {
	font-size: 1.1em;
	padding-top: 2px;
}

#content .right span.date {
	font-size: .9em;
}

#content .right iframe.gmaps {
	width: 550px;
	height: 325px;
}

#content .right p.gmaps {
	margin-bottom: 2.2em;
	font-size: 0.9em;
}

#content .right img {
	margin-top: 25px;
}

#content .right img.nomargin {
	margin: 0;
}

#content .right img.lines {
	margin: 0;
	padding: 1px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#footer {
	width: 800px;
	margin: 3em 0 2em 0;
}

#footer p {
	font-size: 1.1em;
	line-height: 1.2em;
}

br.clear {
	clear: both;
}
