/*
 * Combined style sheet for the index pages and the slide pages.
 */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	
	text-align:center;	
	background-color: #2f3942;
	background-image: url(../../tagungsreihe2009.jpg);
	background-repeat: no-repeat;
	color: white;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
}


A:link {text-decoration: none; color: #bec4cb}
A:visited {text-decoration: none; color: #bec4cb}
A:active {text-decoration: none; color: white; background-color:#8f151a}
A:hover {text-decoration: none; color: white; background-color:#8f151a}



div.thumb {
	font-size: 10px;
}

.thumbimage {
	border: 4px solid white;
}
.thumbimage:hover {border-color:#8f151a}

.image {
	border: 12px solid white;
}
.image:hover {border-color:#8f151a}

.icon {
	border: 0px;
}
