html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	color : black;
	background-color : #999999;
	font-family : Verdana, sans-serif;
	font-size : 11px;
	text-align : center;
/*	padding : 16px;*/
}

td {
	font-size : 11px;
}

h3 {
	font-size: 13px;
}

a {
}

#all, #header, #content, #bar, #footer { 
	width : 750px;	color : black;
	background-color : #999999;

}

#table { height : 100%; margin : 0px auto; }

#all {
/*
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -220px;
	margin-left : -375px;
*/
	height : 441px;
	text-align : left;
/*	margin : 0px auto;*/
}

#header {
	height : 125px;
	vertical-align : bottom;
	color : white;
	background-color : #CE0000;
	font-weight : bold;
	background-image : url('img/tl.gif');
	background-repeat : no-repeat;
}

#content, #navi, #scroll, #info  { height : 250px; }

#content {
	color : black;
	background-color : #EFEFEF;
}

#footer, #navi {
	color : white;
	background-color : #636563;
}

#navi, #main { float : left; }

#navi { 
	width : 91px;
	border-right : solid 3px #CE0000;
	font-weight : bold;
	line-height: 31px;
}

#main { 
	overflow : hidden;
	clip : rect(18px,10px,18px,10px);
	margin : 8px 14px 8px 30px;
	width: 400px;
	height : 234px;
	text-align : right;
}

#main > a { 	vertical-align : bottom; }

#window {
	width : 400px;
	margin-top : 8px;
	text-align : left;
}

#scroll {
	float : left;
	width : 20px
}

#info {
	float : right;
	width : 190px
}

#bar, #imBox { height : 12px; font-weight : bold; }

#bar {
	color : white;
	background-color : #CECFCE;
}

#imBox {
	color : white;
	background-color : #CE0000;
	text-align : center;
	float : right;
	width : 192px;
}

#footer {
	height : 54px;
	font-weight : bold;
	text-align : center;
	background-image : url('img/br.gif');
	background-repeat : no-repeat;
	background-position : right bottom;
}

a { text-decoration : none; font-weight : bold; color: #CE0000; }

img { border : none; }

.topNavi, .topNaviFirst { color : #DFDFDF; background-color : inherit; }

.topNaviActive, .topNaviFirstActive, .peopleNaviActive { color : white; background-color : inherit; }

.topNavi, .topNaviActive, .topNaviFirst, .topNaviFirstActive { line-height: 31px; }

.topNavi:hover:hover, .topNaviFirst:hover, .peopleNavi:hover { color : white; background-color : inherit; }

.addNavi, .addNaviActive, .impressum, .impressumActive { font-size : 9px; }

.addNavi, .addNaviActive, .impressum { color : white; background-color : inherit; }

.impressum, .impressumActive { line-height : 10px; }

.addNavi:hover, .impressum:hover { color : #DFDFDF; background-color : inherit; }

.addNaviActive, .impressumActive { color : #DFDFDF; background-color : inherit; }

.peopleNavi { line-height : 2.5em;  color : #C0C0C0; background-color : inherit; }

.logo { margin : 36px 210px 0px 20px; }

.td1, .td2 { padding-top : 8px; padding-right : 14px; padding-bottom : 8px; vertical-align : top; }

.td1 { width : 190px; }
.down { margin-top: 220px; }


