@import url(typo.css);
/* runde ecken */
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #d5d5dd; border-right:1px solid #d5d5dd;}
.xb1 {margin:0 5px; background:#d5d5dd;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#fff; border:0 solid #d5d5dd; border-width:0 1px; padding: 15px 0 10px;}
.box {
	width: 94%;
	margin: 0px auto;	
}
/* eof */

body {	
	background: #e8e8ea url(../images/design/bg-body.jpg) 0 0 repeat-x;
	color: #000;	
}
h1 {
	margin: 0 0 20px 25px;
	padding: 15px 0 0 0;
}
h2 {
	margin: .5em 25px 1em;
	font-size: 1em;
	font-weight: bold;
}	
p {
	margin: 5px 25px;
}

.copy {
	text-align:center;
}

#wrapper {
	width: 960px;	
	background: #fff url(../images/design/bg-seite.jpg) repeat-y;
	padding: 0;
	margin: 15px auto 0;	
}
#seite {		
	background: transparent url(../images/design/bg-seite-top.jpg) top center no-repeat;
	overflow: visible;
}
#wrapper-bottom {
	height: 25px;
	background: transparent url(../images/design/bg-seite-bottom.jpg) center bottom no-repeat;
	clear: both;
}

#header {
	width:960px;
	background: transparent url(../images/design/bg-seite-top.jpg) top center no-repeat;
	overflow: visible;
	padding:0px;
	margin:0px;
}

#copyright {
	margin: 10px auto 0px;
	width:960px;
}

.bild {
	margin-right:25px;
	margin-left:25px;
	float:left;
}

ul.links {
	list-style-type:none;
	margin: 0 15px;
	padding:0px;
}

ul.links li {
	xdisplay: inline;
	float:left;
	margin:0 10px;
	padding:0;
		
}

ul.links li a {
	line-height:1.4em;
	white-space:nowrap;
}
