/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	background: #eeeecc url(images/bg.gif) center repeat-y;
}

a{
text-decoration: none;
}

a img{
border:0
}

acronym{
	cursor: help;
}


#wrapper{
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

#banner{
	height:110px;
	border-top: 5px solid #222;
	border-bottom: 5px solid #222;
	background-color:#ccc;
	margin-right: 0;
	margin-left:20px;
	text-align: right;
	padding-left:0;
	font-size: 200%;
}

#nav{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: 20px 0 40px 20px;
	text-align:center;
	color: blue;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active{
	text-decoration: none;
	color: blue;
}

#nav a:hover{
	color: red;
}

#nav a.current{
	font-weight:bold;
}


#pix{
	text-align:center;
	margin:10px 70px;
}

#pix table{
	text-align:center;
}

#copyright{
	margin:20px auto 10px auto;
	padding-top: 0;
	clear: both;
	text-align:center;
	width:400px;
	border-top: 1px solid #ccc;
}

#copyright a{
	text-decoration:none;
	font-size: 80%;
	color: #444;
}

#content p{
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
}

#content dl{
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
}
#content dt{
	margin-top:10px;
	font-weight:bold;
}
#content dd{
	margin-left:100px;
	margin-right:100px;
	text-align:justify;
}

#content blockquote{
	margin: 5px 100px;
	font-style:italic;
	font-weight:bold;
}

#content blockquote.zitat{
	width:150px;
	background-color:#EEE;
	margin: 20px 20px;
	font-style:italic;
	font-weight:normal;
	float:left;
}

.diagrammText{
	text-align:center;
	margin: 5px 100px;
}

#content h1{
	font-size:large;
	margin-left:20px;
}

#content h2{
	font-size:14px;
	color:#666666;
	margin-left:20px;
}
