
/*********** text and link styles **************/

body
{
  	color: black;
  	background-color: white;
  	background-image: url('http://www.tut.fi/irc/tausta.jpg');
  	background-repeat: no-repeat; 
  	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 115%;
	font-weight: bold;
	color: black;
}

p 
{
	margin: 0px 0px 16px 0px;
	padding: 1px;
	font-size: 100%;
}

quote, blockquote
{
	margin: 30px;
	padding: 10px;
	background-color: #99CCFF;
}

li
{
	list-style-type: disc;
	font-size: 100%;
	margin: 5px;
	padding: 5px;
}

a:link, a:visited, a:hover 
{
	color: black;
	text-decoration: underline;
	font-size: 100%;
}

a:hover 
{
	color: #425E90;
}

.container:before, #logo
{
	margin-left: 50px;
	content: 'Tampere University of Technology Stylesheet';
}

.cvs
{
  	position: absolute;
  	top: 125px;
  	left: 0px;
	border-left: 13px solid #547cb7;
  	background-color: #6699CC;
  	width: 98%;
  	height: 15px;
	font-size: 75%;
}

#aus {
  	position: absolute !important;
  	top: 25px;
  	right: 25px;
}

.menu
{
	position: absolute;
	padding: 4px;
	width: 175px;
	top: 155px;
  	left: 20px;
	font-size: 100%;
	border: 1px dashed black;
}

.content
{
	position: absolute;
	padding: 6px;
	width: 60%;
	top: 155px;
  	left: 255px;
    	float:right;
	font-size: 100%;
}

.menu a
{
	font-size: 90%;
  	font-weight: bold;
  	margin-right: 20px;
  	margin-left: 5px;
	display:	block;
}

