/******************************************/
/* Standard Tags */


.color_1 { /*orange*/
	color: #e47001
}

.color_2 { /*blau*/
	color: #004169
}

body {
	color: #004169;
	font-family: verdana,helvetica;
	font-size: 14px;
	background-color: #FFFFFF
}

body a:link {
	color: #004169
}

body a:visited {
	color: #004169
}

body a:hover {
	color: #e47001
}



/******************************************/
/* header and menu only links :) */

.header {
	background-image: url(/images/header.jpg);
	font-family: verdana,helvetica;
	font-size: 40px;
	color: #FFFFFF
}

.footer {
	color: #004169;
	font-family: verdana,helvetica;
	font-size: 12px
}

.title {
	color: #004169;
	font-family: verdana,helvetica;
	font-size: 12px;
	background-color: #FFFFFF
}

.title a:link {
	color: #004169;
	text-decoration: none
}

.title a:visited{
	color: #004169;
	text-decoration: none
}

.title a:active{
	color: #e47001;
	text-decoration: underline
}

.title a:hover {
	color: #e47001;
	text-decoration: underline
}


/******************************************/
/* color and fonts for guestbook */

.bgcolor1 { /*background orange*/
	font-family: verdana,helvetica;
	font-size: 12px;
	background-color: #e47001
}

.bgcolor2 { /*background blau*/
	color: #e47001;
	font-family: verdana,helvetica;
	font-size: 12px;
	background-color: #004169
}

.bgcolor2 a:link{
	color: #e47001
}

.bgcolor2 a:visited{
	color: #e47001;
	text-decoration: none
}

.bgcolor2 a:active{
	color: #e47001;
	text-decoration: underline
}

.bgcolor2 a:hover {
	color: #e47001;
	text-decoration: underline
}

