@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color: #b1005d;
}

table td {
	vertical-align: top;
	padding: 0 10px 0 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #838384;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 700px;
}

#logo {
	padding: 50px 0 0 30px;
	width: 235px;
	height: 65px;
	float: left;
}

#menu {
	padding: 94px 0 0 330px;
}

#navlist ul {
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a
{
	display: block;
	width: 114px;
	height: 23px;
	float: left;
	text-align: center;
	padding: 6px 0 0 0;
	color: #fff;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

#navlist a:hover {
	background-image: url(../images/tab_active.png);
	color: #c780a5;
}

#navlist .active a:link, #navlist .active a:visited, #navlist .active a:hover {
	background-image: url(../images/tab_active.png);
	color: #fff;
}

#submenu {
	background-color: #b1005d;
	clear: both; 
	height: 41px;
	width: 960px;
	margin: 0 auto;
}

#submenu ul {
	margin: 0 0 0 250px;
}

#submenu ul li {
	display: inline;
	list-style-type: none;
}

#submenu ul li a {
	padding: 13px;
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
}

#submenu .active a {
	color: #fff;
	font-weight: bold;
}

#submenu a:hover {
	color: #d87fae;
}

#content {
	clear: both;
	margin: 0 20px;
}

#left {
	width: 200px;
	float:left;
}

#spreuk {
	background-image: url(../images/spreuk_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #b1005d;
	width: 196px;
	min-height: 100px;
}

#spreuk p {
	color: #d880ae;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
}

#spreuk p span {
	width: 196px;
}

.smaller {
	font-size: 12px !important;
}

#photo {
	width: 196px;
	text-align:center;
}

#right {
	float: left;
	width: 560px;
	padding: 50px 100px 0 100px;
}

#right h1 {
	padding: 10px 0;
	color: #b1005d;
}

#right h2 {
	padding: 10px 0;
	color: #b1005d;
	font-size: 14px;
	font-weight: normal;
}

#right p {
	padding: 5px 0;
}

#right ul {
	padding: 0 0 0 30px;
}

#footer {
	clear:both;
}

.form {
	width: 350px;
	float:left;
}

.form input {
	margin: 5px 0;
}

.contactdata table {
	margin: 0 !important;
	padding: 0 !important;
}

.contactdata table tr td {
	margin: 0 !important;
	padding: 0 !important;
}