html, body {
	height:100%;
	width:100%;
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
}

.all {
	margin: 0 auto;
	width:1064px;
}

.site {
	width:1000px;
	height:auto;
	min-height:100%;
}

.menu {
	width:183px;
	background-image: url(images/bg_navi.gif);
	background-repeat: repeat-y;
}
.content {
	padding:30px 30px 0px 30px;
	width:757px;
	background-color:#FFFFFF;
}

.header {
	width:1000px;
	height:139px;
}
	
.rand-links {
	background-image:url(images/rand_links.jpg);
	background-repeat:repeat-y;
	width:32px;
	height:100%;
}

.rand-rechts {
	background-image:url(images/rand_rechts.jpg);
	background-repeat:repeat-y;
	width:32px;
}

.navigation {
	padding-bottom:5px;
}

.navigation_all {
	padding-top:20px;
}

.csc-textpic-caption {
	width:100px;
	padding-left:50px;
	text-align:center;
}

.align-center {
	text-align: center;
}

div.indent { margin-left: 20px; }

