html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 76%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
  background-repeat: repeat-x;
  background-image: url(cab.png);
}
p {
  margin: 0 10px 10px;
}
div#container {
  text-align: left;
}
#header {
  margin: 5px 0 0;
  height: 90px;
}
#header a {
  text-decoration: none;
}
#header img.logo {
  border-style: none;
  margin-left: 10px;
  float: left;
}
#header img.adornocab {
  float: right;
  margin-right: 10px;
}
div#header2 {
  margin-left: 0px;
  padding-left: 0px;
  overflow: hidden;
}
#header2 p {
  border-style: none;
  text-align: center;
  font-variant: small-caps;
  font-size: 1.2em;
}
div#container {
  margin: 0 auto;
  width: 712px;
}
div#content {
  float: right;
  width: 486px;
  padding-left: 10px;
  margin-bottom: 15px;
}
div#content p {
  line-height: 1.4;
}
div#navigation {
  float: left;
  width: 198px;
  border-right: 3px double silver;
}
div#extra {
  border: 2px solid #edbc36;
  padding: 0px 10px;
  background-color: white; /*#edbc36;*/
  margin: 20px 10px;
}
#navcontainer {
  margin-left: 2px;
}
#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: verdana,arial,sans-serif;
}
#navcontainer li {
  margin: 0;
}
#navcontainer a {
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 2px 10px;
  display: block;
  color: #333333;
  background-color: transparent;
  width: 155px;
  text-decoration: none;
  font-variant: small-caps;
  font-size: 1em;
}
#navcontainer a:hover {
  border-right: 10px solid #aaaaaa;
  padding: 2px 1px 2px 10px;
  background-color: #dddddd;
  color: #333333;
}
#navcontainer ul ul {
  padding: 0;
  margin-left: 10px;
  list-style-type: none;
}
#navcontainer ul ul li a {
  border-top: medium none;
  border-left: 1px solid #aaaaaa;
  border-bottom: medium none;
  margin: 0;
  padding: 2px 10px;
  display: block;
  color: #333333;
  background-color: transparent;
  width: 155px;
  text-decoration: none;
  font-size: 0.8em;
}
div#footer {
  clear: both;
  width: 100%;
  text-align: right;
  background-color: black;
}
#navlist2 ul {
  margin-right: 0;
  padding-right: 0;
  white-space: nowrap;
}
#navlist2 li {
  display: inline;
  list-style-type: none;
}
#navlist2 a {
  padding: 3px 10px;
}
#navlist2 a:link, #navlist2 a:visited {
  color: #ffffff;
  background-color: black;
  text-decoration: none;
}
#navlist2 a:hover {
  color: black;
  background-color: #edbc36;
  text-decoration: none;
}

/* estilos de letra */
#subcontent {
margin: 15px 10px;
padding: 0px 5px;
background-color: silver;
}
#subcontent h1{
font-size: 1.2em;
border-bottom: 1px solid black;
}
#extra h1 {
font-size: 1.2em;
text-align: center;
border-bottom: 1px solid black;
}
#content h1 {
font-size: 1.7em;
margin-top: 1.5em;
border-left: 10px solid #edbc36;
border-bottom: 2px solid #edbc36;
padding-left: 10px;
}
#content h2 {
font-size: 1.4em;
margin-top: 1.5em;
border-left: 5px solid #edbc36;
border-bottom: 1px solid #edbc36;
padding-left: 10px;
}

#content .csc-firstHeader {
margin-top: 0px;
}

#content a:link, #content a:visited, #content a:hover {
font-variant: small-caps;
text-decoration: underline;
color: #A18025;
}
#content a:hover{
color: black;
background-color: #edbc36;
}
#content li {
margin: 1em 0em;
}

/* noticias */
.news-latest-item, .news-list-item {
  padding: 5px 10px;
  margin-bottom: 5px;
  border-right: 2px solid orange;
  border-bottom: 2px solid orange;
}

.news-latest-morelink, .news-list-morelink {
  text-align: right;
}

.news-list-item a img, 
.news-latest-item a img {
float: left;
margin: 8px;
}
.news-latest-item h3 {
margin-bottom: 0px;
}
.news-list-morelink, .news-latest-morelink {
 clear: both;
}
.news-list-item hr.clearer, .news-latest-item hr.clearer {
display: none;
}

/* busqueda */
.csc-searchResultHeader {
  border: 1px dashed silver;
  border-bottom: 0px;
  margin-bottom: 0px;
  padding: 5px;
}

.csc-searchResult {
  border: 1px dashed silver;
  border-top: 0px;
  margin-top: 0px;
  padding: 5px;
}

/*  marcos */

.csc-frame {
  margin-top: 10px;
  border-top: 1px solid silver;
}

.csc-header {
 margin-top: 15px;
}

/************	FORMULARIOS ********/
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:100px;
padding-left:10px;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:250px;
border: 1px solid #333;
background:#F4F4F4;
padding:1px;
margin-bottom:10px;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 110px;
/* Float wieder abschalten */
clear: both;
}
