html {
behavior:url(whatevs.htc);
}

body {
background: #fff;
margin: 0;
padding: 0;
min-width:720px;
font-family: "trebuchet ms", lucida grande, sans-serif;
font-size: 0.8em;
color: #666;
}

h1 {
color: #0e6270;
font-size: 1.8em;
margin: 0 0 2px 0;
}


h2 {
color: #000;
font-size: 1.4em;
margin: 0 0 2px 0;
}


h4 {
color: #666;
font-size: 0.8em;
margin: 0 0 2px 0;
}

h5 {
margin: 1%;
font-weight: normal;
color: #ccc;
font-size: 0.9em;
}

h5 a:link {
font-weight: normal;
color: #ccc;
text-decoration: none;
border-bottom: 0 none;
}

h5 a:visited {
font-weight: normal;
color: #ccc;
text-decoration: none;
border-bottom: 0 none;
}

h5 a:hover {
font-weight: normal;
color: #666;
text-decoration: none;
border-bottom: 0 none;
}

h5 a:active {
font-weight: normal;
color: #666;
text-decoration: none;
border-bottom: 0 none;
}


p {
margin: 0;
line-height: 1.6em;
}

a:link {
font-weight: bold;
color: #0e6270;
text-decoration: none;
border-bottom: 0 none;
}

a:visited {
font-weight: bold;
color: #666;
text-decoration: none;
border-bottom: 1px dotted #666;
}

a:hover {
font-weight: bold;
color: #f64b2d;
text-decoration: none;
border-bottom: 1px dotted #f64b2d;
}

a:active {
font-weight: bold;
color: #000;
text-decoration: none;
border-bottom: 1px dotted #000;
}

#header {
display:block;
background: transparent;
width:100%;
overflow:hidden;
}

#headermenu {
display: block;
padding: 10px 0 10px 0;
background: #fff url(../images/headermenu_1.jpg) 40% bottom repeat-x;
}

#headermenu h5 {
margin: 0 8px 0 8px;
}

#headerpic {
background: #fff url(../images/headerpic_1.jpg) 40% bottom repeat-x;
height: 136px;
display: block;
}

#meatwrap {
display:block;
float:left;
background: transparent;
width:56%;
margin-bottom: -28px;
overflow:hidden;
}

#meat {
padding: 5%;
border-top: 1px dotted #d9d9d9;
}

#meatheader {
border-bottom: 8px solid #0e6270;
padding: 0 0 5px 0;
background: transparent;
}

#meat p {
margin: 20px 0 0 0;
}

#teaserwrap {
display:block;
float:left;
margin-top: -26px;
background: transparent;
width:22%;
overflow:hidden;
}

#teaser {
border-right: 1px dotted #d9d9d9;
background: #fff;
}

#teaserheader {
border-bottom: 0;
margin: 0;
padding: 15px 10px 15px 10px;
}

#teaser div {
padding: 15px 10px 15px 10px;
border-top: 1px dotted #d9d9d9;
background: transparent;
}

#teaser div:hover {
background: #eef3f4;
}

#teaser a img {
display: block;
text-align: center;
padding: 0;
margin: 20px 0 20px 0;
border: 1px solid #d9d9d9;
text-decoration: none;
}

#teaser a img:hover {
border: 1px solid #000;
text-decoration: none;
}

#navwrap {
display:block;
float:left;
margin-top: -26px;
background: transparent;
width:22%;
overflow:hidden;
}

* html #navwrap {
display:block;
float:left;
margin-top: -26px;
background: transparent;
width:21.9%;
overflow:hidden;
}

#nav {
text-align: right;
border-left: 1px dotted #d9d9d9;
background: #fff;
}

#navheader {
border-bottom: 0;
margin: 0;
padding: 15px 10px 15px 10px;
}

#nav div {
padding: 15px 10px 15px 10px;
border-top: 1px dotted #d9d9d9;
}


#nav div:hover {
background: #eef3f4;
}

#fodder {
display:block;
clear:left;
text-align: right;
background: transparent url(../images/headermenu_1.jpg) 82% bottom repeat-x;
width:100%;
overflow:hidden;
border-top: 1px solid #d9d9d9;
}

form.mail {
margin-top: 8px;
}

input.mail {
margin: 8px 0 8px 0;
background-color: #fff;
border: 1px solid #d9d9d9;
}

input.mail:hover {
background-color: #fff;
border: 1px solid #000;
}

#login input {
background: #fff;
}