html, body {
	background: #e8e6e4;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 95%;
	color: #111A22;
	line-height: 110%;
	margin: 0;
	padding: 0;
	height: 100%; 
}


/*******/
/* Box */
/*******/
div.box {
	background: #fff;
	width: 824px;
	margin: 0 auto auto auto;
}


/**********/
/* Header */
/**********/
div.header{
	width: 848px;
	margin: 20px auto 0 auto;
	text-align: center;
}

div.header p {
	padding: 0 20px;
	text-align: center;
}

div.header img.banner {
	text-align: center;
}



/***********/
/* Content */
/***********/
div.content{
	width: 589px;
	margin: 0;
	padding: 20px 0px;
	float: right;
	background: #fff;
	/*border-top: 5px solid #e8e6e4;*/
	border-left: 10px solid #e8e6e4;
}

* html div.content{
	width: 78%;
}

div.content p {
	font-size: 100%;
	line-height: 110%;
	padding: 0 30px 0 20px;
	text-align: justify;
}

div.content p.img {
	font-size: 100%;
	line-height: 110%;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}

div.content p.top {
	padding: 20px;
	text-align: center;
	font-size: 80%;
	color: #8D8D8D;
}

div.content p.committee {
	line-height: 120%;
	margin-top: 20px;
	padding-left: 25px;
	width: 75%;
}


div.content ul {
	list-style: none outside url('images/bullet.jpg');
}
div.content ul li {
	line-height: 120%;
	margin-left: 20px;
	margin-right: 30px;
	padding: 10px 5px 3px 5px;
}

div.content dl {
	margin-left: 20px;
}

div.content dl dt{
	font-weight: bold;
	float: left;
	clear: left;
	padding-right: 10px;
	width: 35%;
	padding-bottom: 10px;
}

div.content dl dd {
	float: left;
	width: 60%;
	margin-left: 2%;
	padding-bottom: 10px;
}

div.content hr {
	text-align: center;
	width: 65%;
	border: 0px; /* Für Firefox und Opera */
 	border-top: solid 1px #e8e6e4;
 	border-bottom: solid 1px #fff; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}


/********/
/* Menu */
/********/
div.menu{
	width: 225px;
	margin: 0;
	float: left;
	padding: 20px 0;
	background: #fff;
	/*border-top: 5px solid #e8e6e4;*/
}

div.menu p {
	padding: 0 20px;
	text-align: left;
}

div.menu ul#menu {
	text-align: left;
	padding: 5px 10px 5px 20px;
	list-style: none inside url('images/bullet.jpg');
	/*border-right: solid 1px #D9D9D9;*/
}

div.menu ul#menu li{
	font-size: 100%;
	padding-bottom: 10px;
	margin: 0 5px 0 10px;
	font-variant: small-caps;
	font-weight: bold;
}

div.menu {
	text-align: center
}

div.menu p.partner {
	text-align: center;
}

div.menu p.partner img {
	border: 0px;
	padding-bottom: 5px;
}


/**********/
/* Footer */
/**********/
div.footer{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	text-align: center;
	
}

div.footer p {
	padding: 20px;
	text-align: center;
	font-size: 80%;
	color: #8D8D8D;
}


/************/
/* Headings */
/************/
h2 {
	color: #1A5A93;
	font-size: 120%;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #e8e6e4;
	padding: 0 20px;
}



/*********/
/* Links */
/*********/
a  {
	font-weight: normal;
	color: #1A5A93;
	text-decoration: none;
	background: transparent;
	font-weight: bold;
	
}

a:visited {
	font-weight: normal; 
	color: #334E66;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-weight: normal; 
	color: #1A5A93;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-weight: normal; 
	color: #6B1429;
	font-weight: bold;
}

a img {
	border: 0px;
}

/*******************/
/* Definition List */
/*******************/

div.content dl.committee {
	width: 100%;
	margin: 0 0 0 25px;
}
div.content  dl.committee dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 10%;
	margin: 0 0 0.5em 0;
	padding-right: 0px;
}
div.content  dl.committee dd {
	float: left;
	width: 87%;
	margin: 0 0 0.5em 2%;
}
* html div.content  dl.committee dd {
	float: none;
	margin-left: 10%;
}
* html div.content  dl.committee dt {
	margin: 0;
}

div.content dl.tutor {
	width: 100%;
	margin: 0 0 0 25px;
}
div.content  dl.tutor dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 10%;
	margin: 0 0 0.5em 0;
	padding-right: 0px;
}
div.content  dl.tutor dd {
	float: left;
	width: 87%;
	margin: 0 0 0.5em 2%;
}
* html div.content  dl.tutor dd {
	float: none;
	margin-left: 10%;
}
* html div.content  dl.tutor dt {
	margin: 0;
}

div.content dl.tutor p{
	margin: 0px;
}