* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #7f7d67;	
}


h1 {
	font-family: Arial, sans-serif;
	padding-top: 3px;
	padding-left: 10px;
	color: #ffc39f;	
}

h2 {
	font-family: Arial, sans-serif;
	padding-top: 15px;
	padding-left: 10px;
	color: #ffc39f;	
}

h3 {
	font-family: Arial, sans-serif;
	padding-top: 15px;
	padding-left: 10px;
	color: #464f4b;
	
}


/*-------- header -------*/


.header {
	background: url('../images/header.jpg') center no-repeat;
	height: 123px;
	width: 800px;
}


.bodytop {
	background: url('../images/body-top.jpg') center no-repeat;
	height: 303px;
	width: 800px;
}

.bodyselbstreklame {
	background: url('../images/body-selbstreklame.jpg') center no-repeat;
	height: 170px;
	width: 800px;
}

.bodyselbstreklame img {
	list-style: none;
	border: 0px;
	padding-left: 48px;
}

.bodyselbstreklame ul {
	list-style: none;
	padding-top: 45px;
	padding-left: 132px;
	width: 800px;
	color: #000000;
	text-align: center;
}

.bodyselbstreklame li {
	display: inline;
	font-size: 12pt;
}



.bodyselbstreklame a:link, .bodyselbstreklame a:visited {
	padding: 0px;
	color: #464f4b;
	text-decoration: none;
}

.bodyselbstreklame a:hover {
	color: #81a1b8;
	padding: 0px;
}


/* ----- wrapper ------*/
#wrapper {
	width: 800px;
	margin: 0 auto;
}




#main {
	width: 800px;
	background: url('../images/body.jpg') center repeat-y;

	
	/*clear: both;*/
	
}
#main img {
	list-style: none;
	border: 0px;
	
}



/*-------- sidebar --------*/

.sidebar {
	float: left;
	width: 150px;
	padding-top: 25px;
	padding-left: 35px;
	
}

.sidebar img {
	list-style: none;
	border: 0px;	
}

.sidebar ul {
	list-style: none;
	width: 150px;
}


.sidebar ul li a:link, .sidebar a:visited {
	padding: 0px;
	color: #464f4b;
	text-decoration: underline;
}

.sidebar ul li a:hover {
	color: #ffc39f;
	padding: 0px;
}


/*-----nav-----*/

.nav {
	background: url('../images/nav.jpg') center no-repeat;
	height: 55px;
	width: 800px;
}

.nav ul {
	list-style: none;
	padding-top: 7px;
	padding-left: 25px;
	width: 800px;
	color: #464f4b;
}


.nav li {
	display: inline;
}


.nav a:link, .nav a:visited {
	padding: 0px;
	color: #464f4b;
	text-decoration: none;
}

.nav a:hover {
	color: #ffc39f;
	padding: 0px;
}


.nav img {
	list-style: none;
	border: 0px;
	padding-left: 15px;
}

/*-----table-----*/
table {
	width: 700px;
	margin-left: 55px;
	border: none;
	border-collapse: collapse;
	color: #ffffff;
}

td {
	border: none;
	padding: 2px;	
}



/* ----- content -----*/

.empty{
	clear:both;
	}

#contentBody {
	float: right;
	width: 600px;
	}
	

	
#contentBody p {
		padding-top: 5px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 10px;
		
		
		}

#contentBody p a:link, #contentBody p a:visited {
		color: #464f4b;
		text-decoration: underline;

	}

#contentBody p a:hover {
		color: #ffc39f;
		text-decoration: underline;
	}


#contentBody img {
	list-style: none;
	border: 0px;
}


#contentBody ul li a:link, #contentBody ul li a:visited {
	color: #464f4b;
	text-decoration: underline;
	
}

#contentBody ul li a:hover {
	color: #ffc39f;
	text-decoration: underline;
}


#contentBody ul{
clear:both;
padding-left: 20px;
}
#contentBody ul li{
  width:500px;
  padding:0 0 0 20px;
  text-align:left;
  line-height:20px;
  list-style-type:none;
  background:url(http://www.artba.org/microsites/annualconvention/images/bullet.jpg) 3px 7px no-repeat;
  font-size:small;
}



/*-------- footer --------*/

.footer {
	background: url('../images/footer.jpg') center no-repeat;
	clear: both;
	height: 84px;
	width: 800px;	
}



/* ----- copyright -----*/

#copyright {
	width: 800px;
	font-size: small;	
}

#copyright img {
	list-style: none;
	border: 0px;
}

#copyright p {
	color:#000000;
	padding-top: 15px;
	padding-left: 25px;
}

#copyright p a:link, p a:visited {
	color: #7f7d67;
	text-decoration: underline;
	
}

#copyright p a:hover {
	color: #ffc39f;
	text-decoration: underline;
}