body {
	margin: 0;
	padding: 0;
	background: #ffffff;}

body, tr, td, table, #content td, #content tr {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 1.5px;
	font-size: 10px;
	text-decoration:none;
	border: 0;
	color: #5e5b5b;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1.5px;
	font-size: 10px;
	text-decoration:none;
	border: 0;
	color: #44c4f3;
}

img {
	border: 0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1.5px;
	font-size: 10px;
	color: #5e5b5b;
}

p, ul, ol {
	line-height: 170%;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 1.5px;
	font-size: 10px;
	text-decoration:none;
	border: 0;
	color: #5e5b5b;
}

a {
	color: #44c4f3;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:none; 
	background-color: #44c4f3;
}

/* Header */

#header {
	width: 820px;
	height: 140px;
	margin: 0 auto;
}

#header hr {
	border:none;
	border-top: 1px dashed #5e5b5b;
	height: 1px;
	margin-top: 15px;
}

#header p, td, tr {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 1.5px;
	font-size: 12px;
	text-decoration:none;
	border: 0;
	color: #5e5b5b;
	margin: 0;
}

#header a, #header a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-decoration:none;
	border: 0;
	color: #5e5b5b;
	background-color: inherit;
}

#header a:hover, #header a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-decoration:none;
	border: 0;
	color: #44c4f3;
	background-color: inherit;
}

#header img {
	border: 0;
}

/* Page */

#page {
	width: 820px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 500px;
}


.title {
	margin: 0;
	border-bottom: 1px dotted #e31000;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}	

#sidebar a {
	text-decoration: none;
	border: none;
	background-color: inherit;
}

#sidebar a:hover {
	text-decoration: none;
	border: none;
	background-color: inherit;
}

#sidebar img {
	border: 0;
}

#sidebar .home a       { 
	background-image:url('http://www.ingridlukas.com/test/_navi/HOME.png'); }
 
#sidebar .home a:hover { background-image:url('http://www.ingridlukas.com/test/_navi/HOME_aktiv.png'); }

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
	color: #4f5453;
}


