/*	Styles fuer atelier-eiblmeier.com
	(c) 2003 Leonard Burtscher
	www.ileo-webdesign.de */
	
	

/* Allgemeine Klassen Anfang */

body {
	margin-top: 5px;
	margin-left: 5px;
	margin-width: 0px;
	margin-height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}

.error  {
	color: red;
	font-weight: bold
	}
	
.small {
	font-size: 10px;
	}
	
.subheadline {
	font-weight: bold;
	font-size: 14px;
	}
	
.headline {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	}
	
.headlinebig {
	font-weight: bold;
	font-size: 36px;
	}

/* Allgemeine Klassen Ende */


/* Links Anfang */

a:active {
	color: #b22222;
	text-decoration: underline
	}

a:link {
	color: #0000ff;
	text-decoration: none
	}
	
a:visited {
	color: #0000ff;
	text-decoration: none
	}
	
a:hover {
	text-decoration: underline;
	}

/* Links Ende */
