﻿/* CSS-elrendezés */
#header {
	position: relative;
	background-color: #E5E2C9;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#head {
    position: relative;
    height: 154px;
    width:900px;
    background-image:url('../images/head.jpg')
}
#container {
	position: relative;
	width: 900px;
	margin: 1px auto 5px auto;
	background-color: #E5E2C9;
}
#content {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #F1F0E2;
	padding: 1px 20px 20px 20px;
}
.nav {
	color: #CCCCCC;
	background-color: #473B2B;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.info {

	background-color: #E5E2C9;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:20px;
}
.col {
	padding: 0px 20px 20px 20px;
	background-color: #F8F8F1;
}
.quote {
	padding: 15px 25px 15px 25px;
	font-size: 13px;
	font-style: italic;
	background-color: #F8F8F1;
	margin-top: 20px;
	text-align:center;
}
#footer {
	padding: 20px;
	position: relative;
	font-size: 12px;
	background-color: #372F22;
	color: #CCCCCC;
	margin-top: 20px;
}
body {
	background-color: #473B2B;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
p {
	margin: 10px 0px 0px 0px;
}
img {
	border-width : 0px;
	float: left;
	margin-right: 20px;
}

h1 {
	font-family: Georgia;
	font-size: 30px;
	margin: 0px 0px 0px 0px;
	color: #808080;
	font-weight: normal;
}
h2{
	font-family: Georgia;
	font-size: 20px;
	margin: 20px 0px 0px 0px;
	color: #666666;
	font-weight: normal;
	background-color: #F8F8F1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
h3{
	font-family: Georgia;
	font-size: 16px;
	color: #000000;
	margin: 20px 0px 10px 0px;
	font-weight: normal;
}
a:link{
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited{
	color: #CCCCCC;
	text-decoration: underline;
}
a:active{
	color: #999999;
	text-decoration: underline;
}
a.contentlink:link {
	color: #666666;
	text-decoration: underline;
	font-size: 13px;
}
a.contentlink:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 13px;
}
a.contentlink:active {
	color: #999999;
	text-decoration: underline;
	font-size: 13px;
}

