
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img04.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
	text-align: center;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 100px;
  padding-top: 10px;
}

#logo img {
	border: none;
}

/* Menu 1 */
#navcontainer {
	float: right;
	padding: 10px;
}
#navlist {
margin: 0;
padding: 10px;
}
#navlist li {
display: inline;
list-style-type: none;
padding: 10px;

background-color: #CE201E;
}

#navlist li a{
color: white;
}
#navlist li a:hover{
color: #CE201E;
background-color: white;
}

/* Menu 2 */

#menu {
	width: 770px;
	height: 70px;
	margin: -30px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
	height: 40px;
}

#menu li:hover {
	background: #F9F8F1;
}

#menu a {
	display: block;
	width: 60px;
	height: 35px;
	padding: 5px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	color: #7F7772;
}

html>body #menu a {
	width: auto;
}

#menu li.active {
	background: #EDEBD5 url(images/img05.gif) no-repeat;
}

#menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto 20px auto;
	background: url(images/img07.gif) repeat-y 260px 0;
	text-align: left;
}

/* Content */

#content {
	float: right;
	width: 490px;
	background-image: url(images/mosca.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar .csc-header {
  background: url(images/img11.gif) no-repeat;
  padding: 20px 20px 5px 20px;
  margin-top: 20px;
}

#sidebar h1 {
	margin: 0;
	border-bottom: 1px solid #EDEBD5;
	font-size: 114%;
	font-weight: bold;
}

#sidebar p {
	margin: 0;
	padding: 5px 20px 5px 20px;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #EDEBD5 url(images/img08.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

/* noticias */
.news-latest-item, .news-list-item {
  padding: 10px 20px;
  margin-bottom: 5px;
}

.news-latest-morelink, .news-list-morelink {
  text-align: right;
  border-bottom: 1px dotted red;
}

.news-list-item a img, 
.news-latest-item a img {
float: left;
margin: 8px;
}
.news-latest-item h3 {
margin-bottom: 0px;
}
.news-list-morelink {
 clear: both;
}


/* 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;
}

#content h1, #content h2 {
 border-bottom: solid 1px silver;
}

/************	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;
}
