/*
bilderbuch.css
modifiziert nach:
 
Theme Name: Connections
Theme URI: http://www.patriciamuller.com/
Version: 1.0
Description: A Theme from wpthemes.Info
Author: Patricia Muller
Author URI: http://www.vanillamist.com/blog/
*/
body {
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 0.9em;
	text-align:center;
	color:#29303B;
	line-height:1.3em;
	background: #000000;





}
table {
	margin:auto;
	padding:0;
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 0.9em;
	text-align:center;
	color:#60504B;
	line-height:1.3em;
	background: #000000;
}
a {
	color: #909D73;	
	text-decoration:none;
}
a:visited {
	color: #8a3207;
}
a:hover {
	color: #753206;
	text-decoration:underline;
}
a img {
	border: none;
}
h1, h2 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size:2.6em;
	color: #f7f3ed;
	line-height: 1.0em;
}
h2 {
	margin: 0;
	padding: 0;
	font-size:2.6em;
	color: #f7f3ed;
	line-height: 1.0em;
}
h3 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	font-size:2.6em;
	color: #8a3207;
	line-height: 1.2em;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
	color: #f7f3ed;
}