/* BODY ELEMENTS */
body {
    	margin: 0px;
		padding: 0px;
		background-image: url(../images/background.gif);
    	SCROLLBAR-BASE-COLOR: ; 
    	SCROLLBAR-3DLIGHT-COLOR: ;
		SCROLLBAR-ARROW-COLOR: #340002;
		SCROLLBAR-DARKSHADOW-COLOR: #C9CA9D;
		SCROLLBAR-FACE-COLOR: #C9CA9D;
		SCROLLBAR-HIGHLIGHT-COLOR: #F1EDE9;
    	SCROLLBAR-SHADOW-COLOR: ; 
		SCROLLBAR-TRACK-COLOR: ;
}


/* HYPERLINKS */
a:link {
        color: #D97A78;
        text-decoration: none;
		font-weight:bold;
}

a:visited {
        color: #D97A78;
        text-decoration: none;
		font-weight:bold;
}

a:active {
        color: #D97A78;
        text-decoration: none;
		font-weight:bold;
}

a:hover {
        color: #D97A78;
        text-decoration: underline;
		font-weight:bold;
}

.sublineinsideleft a:link {
        color: #C9CA9D;
        text-decoration: none;
}

.sublineinsideleft a:visited {
        color: #C9CA9D;
        text-decoration: none;
}

.sublineinsideleft a:active {
        color: #C9CA9D;
        text-decoration: none;
}

.sublineinsideleft a:hover {
        color: #C9CA9D;
        text-decoration: underline;
}

.sublineinsideright a:link {
	color: #340002;
	text-decoration: none;
	font-weight: normal;
}

.sublineinsideright a:visited {
        color: #340002;
        text-decoration: none;
		font-weight: normal;
}

.sublineinsideright a:active {
        color: #340002;
        text-decoration: none;
		font-weight: normal;
}

.sublineinsideright a:hover {
        color: #340002;
        text-decoration: underline;
		font-weight: normal;
}

.youarehere a:link {
	color: #340002;
	text-decoration: none;
	font-weight: normal;
}

.youarehere a:visited {
        color: #340002;
        text-decoration: none;
		font-weight: normal;
}

.youarehere a:active {
        color: #340002;
        text-decoration: none;
		font-weight: normal;
}

.youarehere a:hover {
        color: #340002;
        text-decoration: underline;
		font-weight: normal;
}


/* FORMULAR ELEMENTS */
.button {
	color: #000000;
	background-color: #F1EDE9;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #0078A9;
}

form {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
}

input {
	color: #000000;
	background-color: #F1EDE9;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #D97A78;
}

select {
	color: #000000;
	background-color: #F1EDE9;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #D97A78;
}

textarea {
	color: #000000;
	background-color: #F1EDE9;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #D97A78;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #340002;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-weight: normal;
}
