/* 
Definierung bekannter HTML Klassen
*/

body, table, td {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}

img {
	border:0;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	color:#004283;
	text-align:center;
}

h2 {
	font-size:16px;
	font-weight:bold;
	text-align:center;	
}

/*
Spezifische Klassen
*/
.content_titel {
	font-size:24px;
	font-weight:bold;
}

.occassion_titel {
	font-size:18px;
	font-weight:bold;
}


/* Link Liste */

.link1:link, .link1:visited, .link2:link, .link2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}

.link1:hover, .link2:hover {
	color:#999999;
}

.link1:link, .link1:visited {
	color: #444444;
}

.link2:link, .link2:visited {
	color:#000000;
	font-style:italic;
}
a {
	text-decoration:none;
	color:#004283;
}

