@CHARSET "ISO-8859-1";

/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Sans-Serif;
	text-align: left;
	margin-top: 20px;
	}

#center {
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left:  auto;
    margin-right: auto;
	width: 760px;
	padding: 0;
    background: url("images/kubrickbg.jpg") repeat-y top; 
	border: none;
	}

/* TITLE/HEADER + Main Menu */
#title {
	 margin: 0 0 0 0;
	 padding: 0;
	 border: none;
	 width: 760px;
	 height: 200px;
	 background-image: url("images/header-semweb.png");
	 background-position: center center;
	 background-repeat: no-repeat;
	}
	

/* Special Links within the main menu */
#title table {
	text-align:center;
	margin-top: 20px;
	margin-left: 250px;
	border:none;
	border-width: 0px;
	border-bottom-style:none;
}

#title td {
	vertical-align:bottom;
	background-image: url("bilder/menu-item.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	
	height:23px;
	color: #FFFFFF;
}

#title h1 {
	padding-top: 80px;
	text-align:center;
	 font-size: 2.0em;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title a {
   	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;

}
#title a:hover {
	color: #999999;
	text-decoration: none;
}

/* FOOTER */
#footer {

 height: 63px;
 width: 760px;
text-align:center;
	font-size: 0.8em;
}
#mainContent {
background: url("images/kubrickbg.jpg") repeat-y top; 
	border: none;
	padding: 0 20px 20px 20px;
}


a {
	color: #325e84;
	text-decoration: none;
	}

 a:hover {
	text-decoration: underline;
	}
 a:visited {
	color: #8dbae1;
	}
a:active {
	color: #000000;
	}



