/* AELK.lu CSS Document */

/* behaviour of images */
.img {
	border-width: 1px;
	border-color: #EEEEEE;
}
.img:link {
	border-width: 1px;
	border-color: #EEEEEE;
}
.img:visited {
	border-width: 1px;
	border-color: #EEEEEE;
}
.img:hover {
	border-width: 1px;
	border-color: #990000;
}

/* hyperlinks */
a, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus { outline: none; }

/* text formatting */
p {
	font-size: 0.8em;
}
h1 {
	color: #990000;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2777em;
	padding-bottom: 14px;
	background-image: url('img/title_bg.jpg');
	background-repeat: no-repeat;
	background-position: center; 
}
h2 {
	color: #990000;
	text-align: center;
	font-size: 1.1em;
}
h3 {
	color: #555555;
	font-size: 0.9em;
}

/* lists */
li {
	list-style-image: url("img/cube.gif");
	font-size: 0.8em;
}

/* horizontal ruler */
.hr {
	background: transparent url("img/strip.gif") repeat-x center;
}

/* text alignment */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}

/* text color */
.grey {
	color: #999999;
}

/* special classes */
.container {
	width: 800px;
	padding: 5px;
	margin: 0;
	background: transparent url("img/strip.gif") repeat-x  top;
}
.infobox {
	width: 160px;
	margin: 5px;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #AFAFAF;
}

/* image boxes */
.lbox {
	float: left;
	padding: 10px 27px 10px 5px;
	line-height: 1em;
}
.rbox {
	float: right;
	padding: 10px 5px 10px 27px;
	line-height: 1em;
}