@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	background-color: #000;
	margin: 0px;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#container {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	font-size: 14px;
	margin: 0;
}
.orange {
	color: #F60;
}
.yellow {
	color: #FC6;
}
#header {
	height: 120px;
	background: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 220px;
	padding-right: 220px;
	position: relative;
}
#logo {
	padding-top: 20px;
}
#social li {
	background-image: none;
	margin-bottom: 52px;
	padding: 0px;
}
#social li a {
	background-image: none;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	width: auto;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 224px;
	bottom: 16px;
}
#header ul li {
	float: left;
	padding-left: 10px;
}
#header a {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 0;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
}
#header a:hover {
	color: #F63;
	text-decoration: none;
}
#slider {
	margin-bottom: 10px;
	padding-left: 220px;
}
#nyilgomb {
	float: right;
	right: 10px;
	bottom: 37px;
	position: relative;
}
#feature1 {
	background-color: #000;
	background: rgba(26,26,26,0.8);
	padding-top: 14px;
	padding-left: 10px;
	height: 42px;
	width: 242px;
	border: 2px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
}
#feature2 {
	background-color: #000;
	background: rgba(26,26,26,0.8);
	padding-top: 14px;
	padding-left: 10px;
	height: 42px;
	width: 242px;
	margin-top: 10px;
	border: 2px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
}
#feature3 {
	background-color: #000;
	background: rgba(26,26,26,0.8);
	padding: 10px;
	height: 238px;
	width: 232px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #CCC;
	border-radius: 10px;
	overflow: hidden;
}
#feature3 a {
	color: #FC6;
	text-decoration: none;
}
#feature3 a:hover {
	color: #F63;
	text-decoration: none;
}
#columns {
	clear: left;
	background-color: #000;
	background: rgba(26,26,26,0.8);
	height: auto;
	margin-left: 220px;
	margin-right: 220px;
	border: 2px solid #CCC;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#left_col, #center_col, #right_col {
	width: 300px;
	float: left;
	overflow: hidden;
}
#center_col, #right_col {
	margin-left: 18px;
}
#columns a {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	text-align: center;
}
#columns a:hover {
	color: #F63;
	text-decoration: none;
}
#columns h2 {
	margin-top: 10px;	
}
#columns_end {
	clear: left;
	height: 0;
}
#photos {
	float: left;
	margin-right: 10px;
	width: 694px;
	height: 400px;
	overflow: hidden;
}
#photos img {
	position: absolute;
}
.margin_top {
	margin-top: 15px;
}
.pedigree {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 50px;
	background: #000;
	margin-top: 20px;
	padding-left: 220px;
	padding-right: 220px;
}
#impressum {
	float: left;
	height: auto;
	width: 850px;
}
#inmotion {
	float: left;
	width: 110px;
}
