body {
        background: #1e1e1e;
}

#doc4 {
	background: black;
	color: white;
        width: 88em;
/*
	margin: 10px 10px 10px 10px;
*/
}

#all {
}

a {
	color: white;
	/*border-bottom: 1px solid;*/
	text-decoration: underline;
}

a:hover {
	background: #300000;
}

.kiemeles {
	background: #940c18;
        font-size: 120%;
	color: yellow;
}

#hd {
	background: #940c18 url('p-c.png') no-repeat;
        height: 70px;
        font-size: 180%;
	margin-bottom: 10px;
}

#ft {
	background: #940c18;
        font-size: 120%;
}

#ft p a {
	color: yellow;
	margin: 10px;
	font-weight: bold;
}

#left-menu {
        height: 180px;
}

.title-h1 {
        margin-left: 100px;
}

h2 {
	font-size: 120%;
}

.content {
	font-size: 128%;
        margin-top: 10px;
        margin-bottom: 10px;
}

.navigation {
	background: #940c18;
}

.navigation p {
	font-size: 140%;
	line-height: 150%;
}

.navigation ul {
	font-size: 120%;
	line-height: 150%;
}

.navigation ul li {
	margin-left: 10px;
}

.navigation p {
	margin-left: 10px;
}

#ft p {
	margin: 10px;
}

#main-logo-left {
	background: url('peugeot.jpg') no-repeat;
	width: 300px;
	height: 200px;
	margin-left: 10px;
/*	
	position: relative;
	float: left;
*/
}

#main-logo-right {
	background: url('c4.jpg') no-repeat;
	width: 300px;
	height: 200px;
/*	
	position: relative;
	float: right;
*/
}

#main-logo-middle {
	background: #940c18;
	font-size: 20px;
	font-family: "Arial";
	color: white;
/*	
	margin: 0cm 2cm 10px 3cm;
	position: relative;
	float: left;
*/
}

#main-title {
	font-size: 30px;
	font-family: "Arial";
	color: white;
/*
	margin: 0cm 2cm 10px 2cm;
	background: url('c4.jpg') no-repeat;
*/
}

.margin-10px {
        margin: 10px;
}

#sub-title {
	background: #940c18;
	font-family: "Arial";
	font-size: 20px;
	color: white;
	margin: 0 0 10px 0;
}

#address {
	position: relative;
	float: left;
	width: 350px;
}

#contact {
	position: relative;
	float: left;
	width: 250px;
}

#open {
	position: relative;
	float: left;
	width: 200px;
}

.clear {
	clear: both;
}

