BODY {
	background-color : White;
}
p.Normaltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}


BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}


TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11px;
}

A {
	text-decoration: underline;
	color: Blue;
}

TD.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

A.nav {
	text-decoration : none;
	color : Black;
}

A.nav:hover {
	text-decoration : underline;
	color : Blue;
}

.tafel {
	background-image: url(../bilder/tafel.jpg);
	background-repeat: no-repeat;
}
.errormessage{
	border		:	2px red solid;
	color		:	#ff0000;
	font-weight	:	bold;
}

TABLE.sitemenu{
	background-color	:	#ffffff;
	padding			:	1px;
	margin			:	1px;
	width			:	170px;
}

TABLE.sitemenu TD.category{
	background-color	:	#99CCFF;
	font-weight		:	bold;
	text-align		:	center;
	vertical-align		:	middle;
	height			:	25px;
}

Table.sitemenu TD.page{
	background-color	:	#E5E5E5;
	vertical-align		:	middle;
	height			:	20px;
	padding-left		:	5px;
	padding-right	:	5px;
}

TD.content{
	padding-top		:	20px;
	padding-left		:	20px;
	padding-right	:	100px;
}

DIV#postit{
	position			:	relative;
	float				:	right;
	width			:	220px;
	height			:	150px;
	top				:	0px;
	right			:	0px;
	text-align		:	left;
	background-image	:	url(../bilder/postIt.gif);
	background-repeat:	no-repeat;
	padding			:	0px;
	/*border			:	thin solid red;*/
}

DIV#postit #note{
	position			:	relative;
	width			:	175px;
	height			:	120px;
	left				:	12px;
	top				:	5px;
	color			:	#3333cc;
	/*border			:	thin solid black;*/
	padding			:	10px;
	text-align		:	right;
	overflow			:	hidden;
}

.note_headline{
	font-size			:	11px;
	color			:	#6666bb;
	font-weight		:	bold;
	margin-bottom	:	25px;
	text-align		:	center;
}

.note_date{
	text-align		: 	center;
	font-size			:	18px;
	font-weight		:	bold;
}

.note_time{
	text-align		:	center;
	font-size			:	12px;
	margin-bottom	:	15px;
}

.note_place{
	text-align		:	center;
	margin-bottom	:	20px;
}

DIV#postit #note a{
	font-style		:	italic;
	text-align		:	right;
}

DIV#postit #note a:hover{
	color			:	#6666dd;
}

LI{
	list-style-image	:	url(../bilder/bullet_blue.gif);
	list-style-position	:	outside;
}

h4.pin_title{
	font-weight		:	bold;
	color			:	#000066;
}

.pin_initiale{
	 color			:	#FF9933;
	 font-size			:	larger;
}