/* CSS-Stile Absolventenverein Katzelsdorf */

body {
	margin: 0;
	background-color: #333366;
}

body, td, div, span {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
}

a {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a:hover {
	color: #CC3333;
}

a.mehr {
	font-size: 11px;
}

/* Hintergründe */

.bgmenu {
	background-color: #CCCCCC;
}

.bgblau {
	background-color: #333366;
}

.rot {
	color: #CC3333;
}

.blau {
	color: #333366;
}

.titelklein, h3 {
	font-size: 13px;
	color: #333366;
	font-weight: bold;
	margin: 0;
}

.titelkleinrot {
	font-size: 13px;
	color: #CC3333;
	font-weight: bold;
}

.newstitel, h2 {
	font-size: 16px;
	color: #333366;
	font-weight: bold;
	margin: 0;
}

.seitentitel, h1 {
	font-size: 18px;
	color: #333366;
	font-weight: bold;
	margin: 0;
}

.bildtext {
	color : #333366;
	font-style : italic;
}

.button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333366;
	font-weight: bold;
	background-color: #CCCCCC;
	border-color: #333366;
	border : 1px solid #333366;
}

.textbox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333366;
	background-color: #CCCCCC;
}

.einladung {
	font-size: 13px;
	color: black;
	font-weight: normal;
	text-align: center;
}

