/* CSS Document */

/************************/
/*** Body / Allgemein ***/
/************************/
BODY {
	background: #000000;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;

	scrollbar-base-color:#000000;
	scrollbar-3dlight-color:#0000ff;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#0000ff;
	scrollbar-face-color:#0000ff;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000;
}

/*******************/
/*** Linker Rand ***/
/*******************/
#borderLeft {
	background: #000000;
	float: left;
	width: 10%;
}

/************/
/*** Head ***/
/************/
#head {
	background: #000000;
	float:center;
	height: 100px;
	border: solid 1px #0000ff;
}

/******************/
/*** Navigation ***/
/******************/
#nav {
	background-color: #000000;
	float: left;
	width: 110px;
	height: 400px;
	border: solid 1px #0000ff;
}

/***************/
/*** Content ***/
/***************/
#content {
	/*Übackground-color: #000000;*/
	float: left;
	width: 575px;
	height: 400px;
	color: #ffffff;
	overflow: auto;
	border: solid 1px #0000ff;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;

	font-size: 13px;

}

#historieNav {
	background: #000000;
	float: left;
	width: 120px;
	height: 400px;
	border: solid 1px #0000ff;
}

#black_BG {
	background: #000000;
}

/********************/
/*** Rechter Rand ***/
/********************/
#borderRight {
	background: #000000;
	float: right;
	width: 110px;
	height: 400px;
	border: solid 1px #0000ff;
}

/**************/
/*** Fehler ***/
/**************/
#error {
	color: #ff0000;
}

/****************************/
/*** Ausrichtung für Text ***/
/****************************/
#left {
	text-align: left;
}

#center {
	text-align: center;
}

#right {
	text-align: right;
}

/*************************/
/*** Tabelle Allgemein ***/
/*************************/
tr, th, td {
	border: 2px solid #0000ff;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-size: 13px;
}

/*********************/
/*** Überschriften ***/
/*********************/
h1 {

}

h2 {
	text-align: left;
}

h3 {
	text-align: center;
}

.text {
	background: #000000;
	border: solid 1px #0000ff;
	color: #ffffff;
}
.button {
	background: #000000;
	border: solid 1px #0000ff;
	color: #ffffff;
}

hr {
	border: solid 1px #0000ff;
}

a:link, a:hover, a:active, a:visited {
	color: #ffffff;
	font-weight: bold;
	background-color: #000000;
}
