/** style.css for WochenWirtschaftsGipfel redesigned in January 2009 **/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: url(images/body-bg.jpg) repeat-x top;
	}


/************************* standarts **/
p {
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 12px;
	padding: 0;
}


h1 {
	font-size: 12px;
	font-weight: bold;
	color: #C00101;
	margin: 0 0 20px 0;
	padding: 0;
	}


h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	}


a {
	font-weight: bold;
	color: #C00101;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #C00101;
	}


ul {
	margin: 0 0 0 20px;
	padding: 0;
	}

ol {
	margin: 0 0 0 40px;
	padding: 0;
	}

ol li {
	margin: 0 0 20px 0;
	padding: 0;
	}


/*************** table elements **/
table {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
	table th {
		margin: 0;
		padding: 0;
		text-align: left;
		}
	
	table td {
		margin: 0;
		padding: 0 0 20px 0;
		}
	
	table p {
		margin: 0;
		padding: 2px;
		}


.programm {
	margin: 0 0 0 50px;
	}

.old {
	color: #aaa;
	}
	
.new {
	color: #C00101;
	}

hr {
	border: 1px dotted #dcdcdc;
	margin: 0 0 5px 0;
	padding: 0;
	}

	
/****************************************************** container **/

#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg.jpg) no-repeat top;
	}


img.team {
	border: 1px solid #dadada;
	padding: 3px;
	}



/************************************************** navigation **/
#nav {
	position: absolute;
	right: 0;
	top: 160px;
	width: 197px;
	height: 160px;line-height: 2em;
	list-style: none;
	}
	
	#nav li {
		margin: 0;
		padding: 0;
		}
	
	#nav li:hover {
		background: url(images/hover-bg.jpg) no-repeat bottom;
		}

	#nav li.current {
		background: url(images/hover-bg.jpg) no-repeat bottom;
		text-decoration: none;
		color: #C00101;
		font-weight: bold;
		}


	#nav li a {
		display: block;
		width: 197px;
		text-decoration: none;
		color: #333;
		font-size: 12px;
		font-weight: normal;
		padding: 0 0 0 40px;
		}
	
	#nav li a:hover {
		text-decoration: none;
		color: #C00101;
		}


	#nav li a.current {
		text-decoration: none;
		color: #C00101;
		font-weight: bold;
		}

#content {
	display: block;
	width: 490px;
	min-height: 500px;
	margin: 0;
	padding: 145px 0 0 50px;
}
