/**********************************************************************
**
** CSS file for Silberpalais
** Output medium: Screen
**
**********************************************************************/

body {
	background-color: #E9E9E9;
	color: black;
}

body, form, table, td {
	font-family: arial, sans-serif;
	font-size: 12px;
}

a:visited, a:link {
	color: #7c7c7c;
	text-decoration: none;
}

a.sp_active:visited, a.sp_active:link {
	color: #7c7c7c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

input, textarea, select, option {
	font-size: 12px;
	font-family: Arial, sans-serif;
}

h1 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 1.5px;
	color: #A62816;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	margin-top: 42px;
	margin-bottom: 12px;
}

#sp_navigation_main {
	position: absolute;
	top: 223px;
	left: 27px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sp_navigation_main ul {
	list-style-type: none;
	padding-left: 17px;
	padding-top: 7px;
	margin: 0px;
}

#sp_navigation_login {
	position: absolute;
	top: 567px;
	left: 27px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navigation img {
	margin-right: 5px;
}

.navigation li {
	margin-bottom: 10px;
}

div.sp_textBlock {
	position: absolute;
	line-height: 17px;
	z-index: 10;
}

#sp_footer {
	position: absolute;
	top: 746px;
	left: 222px;
	font-size: 9px;
	padding-bottom: 20px;
}

.sp_emphasized {
	text-transform: uppercase;
	font-weight: bold;
}

#sp_logo {
	position: absolute;
	left: 23px;
	top: 25px;
}

