* {
	margin: 0;
	padding: 0;
}
html, body {
height: 99%;
}

body {
	background-color: #000000;
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { color:#5050DD; text-decoration:none; font-weight:bold; }
a:visited { color:#C0CFFF; text-decoration:none; font-weight:bold; }
a:hover { color:#000000; text-decoration:none; background-color:#5050DD; font-weight:bold; }
a:active { color:#5050DD; background-color:#C0CFFF; font-weight:bold; }

a {
	font-size: 0.9em;
	color: #DDDDDD;
}
a.tooltip {
	position: relative;
}
a.tooltip span {
	display: none;
	padding: 2px;
}
a.tooltip hover span {
	display: block;
	position: absolute;
	top: 1.3em;
	left: 2em;
	border: 1px solid #000;
	background-color: #FFFFEE;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}
* html a.tooltip {
font-size: 99%;
}
* html a.tooltip:hover {
font-size: 100%;
}

hr {
	height: 1px;
	border: 0 none;
	border-top: 1px solid #282828;
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}
.imgborder {
	border: 3px solid #DDDDDD;
}

table {
	width: 100%;
	border: 0 none;
	padding: 2px;
	margin-top: 2px;
}

td {
	border: 0 none;
	color: white;
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
	/*font-weight: bold; */
	padding: 0;
}
/*
td {
	padding: 0;
}*/

p {
	text-align: justify;
	color: white;
}
.bold {
	font: bold 1em Verdana, Arial, sans-serif;
	color: white;
}
.gallery {
	font: 0.8em Verdana, Arial, sans-serif;
	color: white;
	text-align: center;
}

ul {
	list-style-type: none;
}

li {
	background-color: #1B1B1B;
	border: 1px #282828 solid;
	color: #DDDDDD;
	font-size: 0.9em;
	margin-top: 5px;
	padding: 4px;
	text-align: justify;
	list-style-type: square;
}
/* Design */
div#full {
	float: left;
	margin: 0 auto;
	width: 100%;
	/*padding: 0em; */
	border: 0px;
	/* border: 1px ridge silver; */
}

div#pic {
	float: left;
	width: 60%;
	margin: 0 auto;
	text-align: left;
	/* border: 2px ridge silver; */
}
div#pictext {
	float: right;
	width: 39%;
	margin: 0 auto;
	text-align: left;
	border: 0 none;
}

div#trow {
	float: left;
	width: 19.8%;
	margin: 0 auto;
	text-align: center;
	/* border: 1px dashed silver; */
	border: 0 none;
}

div#retour {
	text-align: center;
}


/* '-' */
#wrapper {
	position: relative;
	min-height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
#header {
	background-color: #000000;
	color: #FFFFFF;
	height: 50px;
}
#content {
	padding-bottom: 50px;
	margin-left: 2%;
	margin-right: 2%;
}

#footer {
	text-align: center;
	position: relative;
	background-color: #000000;
	color: #DDDDDD;
	height: 50px; 
	margin-top: -50px;
	clear: both;
	/*background-image: url(pics/Background.jpg);
	background-attachment: fixed;*/
	font-size: 0.7em;
}
/* ie-fix (auslagern in CC) */
/** html #wrapper {
	height: 100%;
}*/

