html, body {
	background-color: #000000;
	padding: 0;
	margin: 0;
	background-image: url(pics/bg.jpg);
	background-attachment: fixed;

	font-family: Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	font-size: 13px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


/* links */
a { text-decoration: none; }
a:link { color: #6e6e6e; }
a:visited { color: #6e6e6e; }
a:active { color: #6e6e6e; }
a:hover { color: #6e6e6e; }


.red {
	color: #9C1323;
}




/* --- header --- */

#header {
	background-image: url(pics/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	position: relative;
	width: 900px;
	height: 320px;
	margin-top: 0px;
}

#logo {
	position: absolute;
	width: 317px;
	height: 304px;
	margin-top: 12px;
	margin-left: 10px;
}


/* menu */
#about {
	position: absolute;
	width: 117px;
	height: 58px;
	margin-top: 220px;
	margin-left: 10px;
}

#sessions {
	position: absolute;
	width: 165px;
	height: 58px;
	margin-top: 215px;
	margin-left: 120px;
}

#electives {
	position: absolute;
	width: 164px;
	height: 58px;
	margin-top: 220px;
	margin-left: 285px;
}

#xtras {
	position: absolute;
	width: 107px;
	height: 58px;
	margin-top: 230px;
	margin-left: 445px;
}

#random {
	position: absolute;
	width: 150px;
	height: 58px;
	margin-top: 225px;
	margin-left: 545px;
}

#registration {
	position: absolute;
	width: 207px;
	height: 64px;
	margin-top: 220px;
	margin-left: 690px;
}

/* --- header end --- */




/* --- content --- */

#content {
	position: relative;
	width: 500px;
	min-height: 340px;
	
	background-image: url(pics/content.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	
	margin: 0;
	padding-top: 0;
	padding-left: 150px;
	padding-right: 250px;
	padding-bottom: 0;

	text-align: left;
}

* html #content {	/* nur fuer internet explorer */
	width: 900px;	/* version 5.x */
	w\idth: 900px;	/* version 6 */
}

#text_left {
	position: absolute;
	width: 130px;
	height: 20px;
	margin-left: -145px;
	text-align: right;
}

/* --- content end --- */




/* --- footer --- */

#footer {
	background-image: url(pics/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;

	position: relative;
	width: 900px;
	height: 110px;
}

#countdown {
	position: absolute;
	width: 250px;
	height: 20px;
	margin-top: 85px;
	margin-left: 640px;
	text-align: right;
	color: #000000;
}

/* --- footer end --- */




/* --- registration --- */

.form_title {
	width: 200px;
	height: 23px;
	text-align: left;
}

.form_fields {
	width: 300px;
	text-align: left;
}

.form_registration {
	padding: 2px;
	border: 0px;
	width: 300px;
	background-color: #9C1323;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

/* --- registration end --- */
