/* Anna Trzaska - Screen Styles CSS */
/* Design and Developed by - Coeur Design - http://c03ur.com*/


/* grey = #303232 */

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 62.5% 'Arial', Geneva, Sans-Serif;
	color: #696969;}

#logo {
	margin: 10px;
	height: 60px;
	width: 325px;
	text-indent: -1000px;
	background: url('/images/akt_logo.gif') no-repeat;
}

#logo a {
	height: 60px;
	width: 325px;
	display: block;
	text-decoration: none;
	border: 0px;
}

#intro{
	margin: 20px 10px;
	height: 100px;
	width: 680px;
	text-indent: -1000em;
	background: transparent url('/images/akt_intro.gif') no-repeat;
}

#cv{
	margin: 0px;
	height: 15px;
	width: 105px;
	text-indent: -1000em;
	background: transparent url('/images/akt_cv_icon.gif') no-repeat;
}

#statement{
		margin: 0px;
		height: 15px;
		width: 115px;
		text-indent: -1000em;
		background: transparent url('/images/akt_statement_icon.gif') no-repeat;
}

#contact{
		margin: 0px;
		height: 15px;
		width: 50px;
		text-indent: -1000em;
		background: transparent url('/images/akt_contact_icon.gif') no-repeat;
}

dl{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
	float:left;
}

dl dt{
	padding: 0px;
	margin: 0px;
	text-indent: -1000px;
	list-style-type: none;
	float:left;
}

dl dt a{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
}

p{
	font: normal 1.3em/1.8em 'Helvetica', Arial, Geneva, Sans-Serif;
	margin: 20px 0px 0px 10px;
	clear:both;
}

/*Links */

a, a:link, a:visited {
	-webkit-transition: color 0.25s ease-in-out;
	color: #333;
	text-decoration: underline;
}

a:hover, a:active { 
	color: #839090; 
}

a:focus { outline: none; }