html, body {
	background: #E6E6E6 url('images/back.jpg') repeat-x top left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #272727;
	line-height: 110%;
	margin: 0;
	padding: 0;
	height: 100%; 
}


/*******/
/* Box */
/*******/
div.box {
	background: #fff;
	width: 80%;
	max-width: 1000px;
	min-width: 825px;
	margin: 0 auto auto auto;
}


/**********/
/* Header */
/**********/
div.header{
	width: 80%;
	max-width: 1000px;
	min-width: 825px;
	margin: 0px auto;
	text-align: center;
}

div.header p {
	padding: 0 20px;
	text-align: center;
}

div.header img.banner {
	text-align: center;
}


/**********/
/* Banner */
/**********/
div.banner{
	width: 727px;
	height: 186px;
	margin: 0px auto -120px auto;
	background: url('images/msw.jpg') no-repeat top;
	text-align: center;
	padding-top: 120px;
}

div.banner a.icsc {
	display: block;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 445px;
	height: 50px;
	font: 1px sans-serif;
	text-indent: -999px;
}


/***********/
/* Content */
/***********/
div.content{
	width: 80%;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 35px;
	float: right;
	background: #fff url('images/corner_right.jpg') no-repeat top right;
}

* 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%;
	border-left: solid 1px #D9D9D9;
	margin-top: 20px;
	padding-left: 25px;
	width: 75%;
}

div.content ul li {
	line-height: 120%;
	margin-left: 20px;
	margin-right: 30px;
	padding: 0px 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 #D9D9D9;
 	border-bottom: solid 1px #fff; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}


/********/
/* Menu */
/********/
div.menu{
	width: 20%;
	margin: 0;
	float: left;
	padding-top: 25px;
	padding-bottom: 10px;
	background: #fff url('images/corner_left.jpg') no-repeat top left;

}

div.menu p {
	padding: 0 20px;
	text-align: justify;
}

div.menu ul#menu {
	text-align: justify;
	padding: 5px 10px 5px 20px;
	list-style-type: none;
	border-right: solid 1px #D9D9D9;
}

div.menu ul#menu li{
	font-size: 95%;
	padding-bottom: 10px;
	margin: 0 5px 0 10px;
}

div.menu {
	text-align: right;
}


/**********/
/* 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: #0A5F9F;
	font-size: 120%;
	font-weight: bold;
	padding: 0 20px;
}



/*********/
/* Links */
/*********/
a  {
	font-weight: normal;
	color: #CD3400;
	text-decoration: none;
	background: transparent;
	
}

a:visited {
	font-weight: normal; 
	color: #CD9100;
	text-decoration: none;
}

a:active {
	font-weight: normal; 
	color: #CD3400;
	text-decoration: none;
}

a:hover {
	font-weight: normal; 
	color: #0A5F9F;
	text-decoration: none;
}

a img {
	border: 0px;
}