html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin-top:0;
    margin-left:0;
	margin-right:0;
	padding: 0;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	color:#697678;
	text-align: justify;
		
}
input,select,option,textarea,h1,h3,h4 {
	color: #CF2A28;
}
b{
color:#cf2a28;
}
h1 {
	font-size:2em;
}

h2 {
	font-size:1.2em;
	margin-top:0pt;
}

h3, a.imp {
	font-size:1.1em;
	color:#cf2a28;
}

#header {
	padding-top: 20px;
	padding-left: 117px;
	padding-bottom: 10px;
}
#menus {
	width: 100%;
	height: 250px;
	background-color: #eeeee0;
}
#menu1 {
	left: 110px;
	height: 250px;
	width: 155px;
	background-color: #eeeee0;
	position: absolute;
	border-right: 7px solid #ffffff;
	border-left: 7px solid #ffffff;
	overflow: hidden;
}
#menu1 table {
	width: 155px;
	height: 250px;
	border: 0;
	margin: 0;
	padding: 0;
}
#menu2 {
	left: 279px;
	height: 250px;
	width: 160px;
	background-color: #cdcdc1;
	position: absolute;
	border-right: 7px solid #ffffff;
	overflow: hidden;
}
#menu2 table {
	width: 100%;
	height: 250px;
	border: 0;
	margin: 0;
	padding: 0;
}
#menu1 ul {
	list-style-type: none;
	list-style-position: outside;
	margin: -3px;
	padding: 0;
	width: 155px;
}
#menu2 ul {
	list-style-type: none;
	list-style-position: outside;
	margin: -3px;
	padding: 0;
	width: 160px;
}
#menu1 li {
	border-bottom: 1px solid #cdcdc1;
}
#menu2 li {
	border-bottom: 1px solid #eeeee0;
}
#menu1 a {
	width: 145px;
	display: block;
	padding: 3px 3px 3px 0.5em;
	border-left: 10px solid #EEEEE0;
	text-decoration: none;
	color: #000000;
	font-size: 11px !important;
}
#menu2 a {
	width: 150px;
	display: block;
	padding: 3px 3px 3px 0.5em;
	border-left: 10px solid #cdcdc1;
	text-decoration: none;
	color: #000000;
	font-size: 11px !important;
}
#menus a:hover {
	border-left: 10px solid #b5152a;
	background-color: #ffffff;
}
#menus .active {
	border-left: 10px solid #b5152a;
	background-color: #ffffff;
}
#menus .buerobest {
	background-color: #ffe903;
	border-left: 10px solid #ffe903;
	color: #b5152a;
}
#picture {
	left: 446px;
	height: 250px;
	width: 400px;
	background-color: #343a47;
	position: absolute;
	border-right: 7px solid #ffffff;
}
#content {
	left: 446px;
	top: 320px;
	width: 400px;
	position: absolute;
	margin-top: 7px;
	line-height: 1.6;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color:#000;
}
p.teaser {
	border:10px solid #EEEEE0;
	font-size:14px;
	padding:10px;
	color:#222;
}
.csc-mailform { border:none; }
.csc-mailform-field label {
  display: block;
  margin-top: 10px;
}