/* css for Martin Memmel
   http://www.dfki.uni-kl.de/~memmel
   written by Martin Wisniowski (http://www.node3000.org/020200),
   adaptet a little bit by MM ;-)
*/ 

body{ 
	/* background: url("pictures/discostripes.gif") repeat; */
        background: #000000;
	color: white; 
	font-family: Verdana, Arial;
	font-size: 13px;
	color: white; 
	font-style: normal; 
}

td{ 
	font-family: Verdana, Arial;
	font-size: 13px;
	color: white; 
	font-style: normal; 
}

h1 {
	background: no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}
a { 
/*	color: #BC7EA2; */
        color: #ffffff;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active { 
	text-decoration: underline;
}


b { 
	font-weight: bold;
}

/*////////////////////////////// wrapper // /  */
#mainwrap {
	background: #ff22aa url("pictures/baumannhead.gif") bottom left no-repeat; 
	font-weight: bold;
	width: 695px;
	padding: 38px 0 28px 75px;
	margin: auto;
	text-align: left;
}

#navwrap {
	/* background: #880044; */
        background: #000000;
	color: #687eac;
	font-weight: normal;
	width: 600px;
	padding: 25px 10px;
	margin: 0px 30px;
	text-align: left;
}

#contentwrap {
	background: black;
	width: 600px;
	padding: 25px;
	margin: 5px 30px;
	text-align: justify;
}

#footerwrap {
	background: #000000; 
	color: #909090;
	width: 600px;
	padding: 25px;
	margin: 10px 30px;
	font-size: 10px;
	text-align: center;
}

#footerwrap a{
	color: #909090;
	text-weight: normal;
}

#wildwrap {
	background: #000000 url("images/beamer.jpg") bottom left no-repeat;
	white; 
	width: 850px;
	padding: 10px;
	margin: 5px 20px;
	text-align: justify;
}

#wildwrap a{
	color: #cf0400;
}





/*////////////////////////////// image classes // /  */

.imageright img {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid black;
}

.imageleft img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid black;
}