﻿@import url(layout.css);
body {
	color: #999;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #000;
}
#container {
	width: 870px;
	margin: 0 auto;
	background: #000;
}
#navigation {
	margin-right: 10px;
	margin-left: 0px;
	background-color: #000;
	height: 120px;
	background-image:url('../images/valentino_logotekst_klein.png');
	background-position:left;
	background-repeat: no-repeat;
}
#column_l {
	width: 830px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	border-top: 3px red solid;
	background-image:url('../images/valentino.png');
	background-position: right top;
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	background-color: #000;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 5px red solid;
	overflow: hidden;
	padding: 2px;
}
#foto {
	width: 120px;
	height: 140px;
	border: 2px solid #FF0000;
	text-align: center;
	background-color: #000000;
	margin: 5px;
	float: left;
}
#foto h4 {
	color: #fff;
	font-size: 1.25em;
	margin-top: 0px;
	margin-bottom: 2px;
}
#foto img {
	border: 0px;
}
#foto2 {
	width: 790px;
	border: 2px solid #FF0000;
	text-align: center;
	background-color: #000000;
	margin: 5px;
	float: left;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin-left: 440px;
	margin-top: 20px;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #999;
}
#navigation a:hover {
	background-color: #000;
	border: 1px solid red;
	color: red;
}
/* Styles for Content */
h1 {
	color: #fff;
	font-size: 2.0em;
}
h2 {
	color: #fff;
	font-size: 1.75em;
}
h3 {
	color: #fff;
	font-size: 1.5em;
}
h4 {
	color: #fff;
	font-size: 1.25em;
}
h5 {
	color: #fff;
	font-size: 1em;
	background-color:red;
	margin:0;
}
h6 {
	color: #fff;
	font-size: 0.5em;
}
big {
	color: #fff;
	font-size: medium;
}
img {
	vertical-align: text-top;
	float: left;
	
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #999;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.attention {
	background-color: #333333;
	text-align: center;
}
.attentiontitle {
	color: red;
	text-transform:uppercase;
	font-weight:bold;
}
