/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html {
background-color: white;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
color: #62376f;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.3em;
}

p {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 1.3em;
font-size: 1.3em;
}

ul {
font-size: 1.3em;
}

ul ul {
font-size: 1em;
}

a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #4E8006;
}

a:visited {
	color: #4E8006;
}

img {
	border: none;
}


/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 860px;
	margin: 0 auto;
padding: 0;
padding-top: 10px;
margin-bottom: -40px;
}

#logo {
margin-left: 25px;
}

#logo img {
float: left;
width: 75px;
height: 75px;
}

#logo p {
font-size: 2.5em;
color: white;
padding: 40px 0 0 90px;
}

/* Menu */

#basis #menu, #breed #menu  {
	width: 860px;
	height: 50px;
margin-top: -55px;
padding-left: 10px;
	background: url(../images/bg-menu.gif) no-repeat left bottom;
}

#basis #menu ul, #breed #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#basis #menu li, #breed #menu li {
	display: block;
	float: left;
}

#basis #menu a, #breed #menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #DADADA;
line-height: 25px;
}

#basis #menu a:hover, #breed #menu a:hover { 
	text-decoration: none; 
color: #FFFFFF;
background-color: #62A008;
}

#basis #menu .current_page_item a, #breed #menu .current_page_item a {
	color: #FFFFFF;
background-color: #62A008;
}

#home #menu {
margin-top: -35px;
}

#home #menu ul {
padding: 15px 0;
width: 180px;
font-size: 1em;
}

#home #menu li {
list-style-type: none;
font-size: 1.6em;
line-height: 1.8em;
}

#home #menu a {
display: block;
margin-left: 20px;
padding-left: 5px;
text-decoration: none;
color: #DADADA;
text-transform: uppercase;
}

#home #menu a:hover {
ackground-color: #bf4367;
background: url(../images/bg-menu-item.png);
}

#submenu {
	margin: 0;
	padding: 0;
	list-style: none;
font-size: 1.1em;
}

#submenu li {
	padding: 0 15px;
}

#submenu a {
font-size: 1.3em;
color: #bf4367;
}

/* Servicemenu */
#servicemenu {
position: relative;
top: -120px;
font-size: 1.1em;
text-align:right;
}

#servicemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#servicemenu li {
	display: inline;
}


#servicemenu a {
	text-decoration: none;
	color: #eeeeee;
}

#servicemenu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* Klikpad */
#klikpad {
float: left;
width: 800px;
padding-left: 20px;
}

#klikpad a {
	color: #aaaaaa;
}

/* Klikpad */
#klikpad a:hover {
	color: #666666;
}

#klikpad p {
font-size: 1.15em;
	color: #aaaaaa;
}

/** Banner */

#banner-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}

#banner {
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/img05.jpg) no-repeat left top;
}

#banner h1, #banner h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#banner h1 { 
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#banner h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#banner h1 a:hover { text-decoration: underline; }

#banner h2 {
	padding: 115px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#banner p a {
	text-decoration: none;
	color: #B6ACA2;
}

#banner p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

#basis #page, #breed #page {
margin-top: 50px;
}

/* Content */

#content {
min-height: 350px;
}

#home #content {
	float: left;
	width: 620px;
}

#basis #content {
	float: right;
	width: 620px;
}

#breed #content {
	width: 800px;
margin-left: 20px;
}

/* Post */

#home .post {
float: left;
width: 255px;
height: 180px;
margin:0;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
	padding: 5px 10px;
	background: url(../images/bg-post.png) no-repeat left top;
overflow: hidden;
}

#home .post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#home .post h1 {
font-size: 2em;
color: #DADADA;
}


/* Sidebar */

#home #sidebar {
	float: right;
	width: 200px;
margin-right: 15px;
}

#basis #sidebar {
	float: left;
	width: 215px;
}

#home #sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#home #sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#home #sidebar li ul {
}

#home #sidebar li li {
	margin: 0;
	padding-left: 15px;
}

#home #sidebar h1 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(../images/bg-header.gif) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

/* Bodytext */
.bodytext {
margin: 10px 0;
}

/* Footer */
#footer {
	width: 860px;
	height: 64px;
	margin: 0 auto;
	background: url(../images/bg-footer.gif) no-repeat left top;
	padding: 0;
padding-top: 5px;
}

#footer p {
margin: 0;
padding:0;
	text-align: center;
	color: #cccccc;
}

#footer .info {
}

#footer .copyright {
font-size: 1em;
padding-top: 5px;
}

#footer a {
	color: #cccccc;
}

#basis #header, #breed #header {
padding-bottom: -50px;
}
