@CHARSET "UTF-8";

@import "folder.css";
@import "navi.css";
@import "slimbox.css";
@import "jd.gallery.css";

body {
	margin: 0;
	padding: 0;
	background-color: #333;
	font-size: 16px;
	font-family:"Courier New", Courier, monospace;
	background-image:url(../media/Menke_Borlik_Foto.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

a {
	text-decoration: none;
	color: #990000;
}

a:ACTIVE {
	text-decoration: none;
	color: #F00;
}

a:HOVER {
	text-decoration: none;
	color: #F00;
}

a:VISITED {
	text-decoration: none;;
	color: #990000;
}

#MainDIV {
	margin: 10px auto 40px auto;
	width: 970px;
	min-height: 600px;
	position: relative;
	padding: 0;
	background-image: none;
	z-index: 10;
}

#MainTitle {
	width: 970px;
	height: 40px;
	line-height: 40px;
	color:#EEE;
	position:relative;
	font-size: 24px;
	font-weight:normal;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
}

#MainDIVTop {
	width: 970px;
	height: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
	background-image: url('../media/seite_oben.png');
	background-repeat: no-repeat;
}

#MainDIVNavi {
	width: 970px;
	height: 25px;
	position: relative;
	z-index: 100;
	background-image: url('../media/seite_schwarz.png');
	background-repeat: repeat-y;
	text-align: right;
}

#MainDIVContent {
	width: 970px;
	min-height: 595px;
	position: relative;
	z-index: 100;
	position: relative;
	background-image: url('../media/seite_schwarz.png');
	background-repeat: repeat-y;
}

#MainDIVButtom {
	width: 970px;
	height: 10px;
	position: relative;
	z-index: 100;
	background-image: url('../media/seite_schwarz_unten.png');
	background-repeat: no-repeat;
}

#MainDIVLowerContent {
	width: 970px;
	position:relative;
	background-image: url('../media/seite_weiss.png');
	background-repeat: y-repeat;
	font-family:"Courier New", Courier, monospace;
}

#MainDIVLowerBottom {
	width: 970px;
	height: 10px;
	position:relative;
	background-image: url('../media/seite_unten.png');
	background-repeat: no-repeat;
}

/* --------------------------- */
.fullContentImg {
	width:280px;
	margin-right: 20px;
	float:left;
	display:block;
	position: relative;
}

.fullContentText {
	width:620px;
	margin-right: 10px;
	float: right;
	display:block;
	position: relative;
	text-align:justify;
}

.fullContentText h1 {
	font-size:140%;
	font-weight:bold;
	margin: 0 0 10px 0;
}

.fullContentText h2 {
	font-size:120%;
	font-weight:bold;
	margin: 0 0 10px 0;
}

.fullContentRow {
	margin-bottom: 25px;
	display:block;
	position: relative;
}
/* --------------------------- */
.top {
	margin-top: 0;
}

 .tabHighLightColor {
 	background-color: #FFEEEE;
 }
 
 #tooltip {
 	background-image:url(../media/weiss_90.png);
	max-width: 200px;
	position:absolute;
	display:none;
	padding: 2px;
	border: 1px solid #EEE;
	z-index: 5000;
	font-size: 80%;
 }
 
 br.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
	margin:0;
	padding:0;
    font-size: 1px;
    line-height: 0px;
	border:0px;
}
