/*
Euralex.net CSS script.
Copyright 2004 i-gelb GmbH.
www.i-gelb.com, info@i-gelb.com
*/

body {
	font-family: times, times new roman, serif;
	font-size: 1em;
	text-align: left;
	}

	
#logo p {
	font-family: times, times new roman, serif;
	font-size: 2em;
	text-align: right;
	}

h1 {
	font-size: 1.8em;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1em;
	}


p {
	font-size:1em;
	line-height: 1.3;
	text-align: justify;
	}

a {
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}

img {
	border: 0;
	}

ul {
	border: 0;
	list-style: none;
	text-align: left;
	}
	
ul li {
	text-align: left;
	font-size: 1em;
	}
	
ul li a {
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
	font-size: 1em;
	font-weight: bold;
	}

ul li a:hover, a:active	{
	text-decoration: none;
	}
