@charset "utf-8";
/* CSS Document */

body {
			background-image:url(images/background.gif);
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#inhalt { 	text-align: left;
			margin: auto;
			width: 60%;
			height:600px;
			background-color: #FFFFFF;
			border: 1px dashed black;
			min-width: 900px;
			min-height: 600px;
}

#titelbild {
			float: left;
}

#titel {
			margin:20px 30px 30px 30px;
}

#textcontainer {
			padding:20px;
			height: 550px;
}

#footer {
	font-size:80%;
	color: #999999;
	text-decoration: overline;
	letter-spacing: 0.0em;	
}

a {
	text-decoration: none;
	color: #999999;
}

p {
	font-size:85%;
	color: #666666;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
