/* CSS Document */

#menu {
  float: left;
  width: 25%;
  background-color: #c52620;
  overflow: auto;
}

html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px 20px;
	margin:0px;
	background-image: url(img/slash.png);
}

#inhalt {
  float: left;
  width: 75%;
  /*background-color: #e1ddd9;*/
  background-color: #fff;
  margin:0px 0px 50px 0px;
  overflow: auto;
} 
h1 {
font-size: 11px;
text-transform:uppercase;
color: #000;
background-color: #c52620;
padding:5px 15px;
margin:0px

}

a {color: #564b47;
text-decoration:none}
a:visited {color #564b47;}
a:hover {color: #564b47;}
a:active { color:#564b47;}


.title {
	font-size: 1.1em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #c52620;
	font-weight: bold;
}

p {
text-align:justify;
margin:30px;
}

.imatge{
margin:10px 0 0 0;
}

.imatge1{
	text-align: center;
}
.email{
color:#c52620;
	left: auto;
}

table{
border:0;
background-color:#c52620;
width: auto;
}

.textConferencies {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

