* {
	margin: 0;
	padding: 0;
}

body {
	background: #fdf0f5 url(../images/back.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

div { font-size:1em;}
input, textarea {
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}
.clear { clear:both; }
h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #cb297f;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
	padding-bottom: 30px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	padding: 0 0 8px 0;
	background: url(../images/menu.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float:left;
}

#menu li.first {
/*	background: none;*/
}

#menu a {
	text-decoration: none;
	display:block;
	float:left;
	font-size: 1.4em;
	font-weight: bold;
	color: #642d88;
	background: url(../images/rondje.png) no-repeat left center;
	height:28px;
	padding: 0 20px 0 40px;
}
#menu a:hover {
	background: url(../images/rondje_2.png) no-repeat left center;
	color:#cb297f;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	height:150px;
	padding: 8px 0;
}

/* Page */
#main {
	width:100%;
	margin:0 auto;
	/*background-image:url(../images/ring.png);*/
	background-repeat:no-repeat;
	background-position:right top;
}
#page {
	width:900px; /* 960 */
	margin: 0 auto;
	padding:25px 35px 45px 25px;
	background-image:url(../images/tops.png);
	background-repeat:no-repeat;
}

/* Content */
.post { clear:both; }
.announce { 
	background-image:url(../images/announce_top.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:20px 0 20px 0;
}
.announce .repeat { 
	background-image:url(../images/announce_repeat.png);
	background-repeat:repeat-y;
	background-position:center top;
}
.announce .bottom { 
	background-image:url(../images/announce_bottom.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:20px;
}

.announce_big { 
	background-image:url(../images/announce_big_top.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:20px 0 20px 0;
}
.announce_big .repeat { 
	background-image:url(../images/announce_big_repeat.png);
	background-repeat:repeat-y;
	background-position:center;
}
.announce_big .bottom { 
	background-image:url(../images/announce_big_bottom.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:20px;
}
.pictures { padding:0 20px 0 20px; }

#content {
	float: left;
	width: 603px;
}

.title {
	margin:0 0 10px 10px;
}

.title {
	display:block;
	background: url(../images/rondje.png) no-repeat left center;
	height:28px;
	padding: 0 0 0 40px;
}
.title:hover {
	background: url(../images/rondje_2.png) no-repeat left center;
}


.entry {
	padding: 0 20px;
}

.meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	clear:both;
	background: url(../images/balk.png) no-repeat;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 253px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 1.5em;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

