body {
	margin: 0;
	font-family: Arial;
	color: #390f0c;
	font-size: 13px;
	min-width: 1022px;
}

a {
	color: #702c22;
	text-decoration: none;
}

a img {
	border: none;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}

/******************** Rules ************************/
.alignCenter {text-align: center;}
.clearBoth {clear: both;}
.relative {position: relative;}

/******************** Icons ************************/
.iconBackward,
.iconChat,
.iconForward,
.iconMail,
.iconUndo {
	padding: 3px 0 3px 26px;
}

.iconBackward {	
	background: url(images/icon/backward.png) no-repeat left center;
}

.iconChat {
	background: url(images/icon/chat.png) no-repeat left center;
}

.iconForward {
	background: url(images/icon/forward.png) no-repeat left center;
}

.iconMail {
	background: url(images/icon/mail.png) no-repeat left center;
}

.iconUndo {
	background: url(images/icon/undo.png) no-repeat left center;
}

/******************** Layout ***********************/
#backgroundLeft {
	background: transparent url(images/background/body2_left.png) no-repeat left top;
}

#backgroundRight {
	padding-top: 10px;
	background: transparent url(images/background/body2_right.png) no-repeat right top;
}

#main {
	margin: 0 auto;
	width: 1002px;
}

#center {
	margin-right: 4px;
	width: 700px;
	float: left;
}

#right {
	width: 297px;
	float: left;
}

#footer {
	margin: 10px auto 20px;
	width: 1002px;
	color: #702c22;
	font: normal 10px Tahoma;
	line-height: 1.5;
}


.blogTeaser {
	margin-bottom: 5px;
	width: 698px;
	background: #f3efe4;
}

.blogTeaserContent {
	padding: 0 13px;
}

.blogTeaserHeader {
	width: 698px;
	line-height: 5px;
	background: #f3efe4 url(images/border/10_header.png) no-repeat left top;
}

.blogTeaserFooter {
	width: 698px;
	line-height: 9px;
	background: #f3efe4 url(images/border/10_footer.png) no-repeat left bottom;
}


.blogLinks {
	margin-top: 10px;
}

.blogLinks table td {
	padding-right: 20px;
}

.blogLinks a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	line-height: 22px;
}

.imageTeaser {
	margin: 10px 0;
	text-align: center;
}

.permalink {
	padding: 10px;
	background: #CBBE8D;
	border: 1px solid #471811;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.form-textarea {
	width: 99%;
}

/******************** Side block *******************/
.sideBlockTitle {
	margin-top: 2px;
	padding: 0 10px;
	width: 276px;
	background: transparent url(images/border/11_header.png) no-repeat;
	font: bold 15px Tahoma;
	line-height: 28px;
	color: #7d3127;
}

.sideBlockBody {
	padding: 0 4px;
	width: 288px;
	background: #cbbe8d;
}

.sideBlockContent {
	background: #ebe1c8 url(images/gradient/08.png) repeat-x;
}

.sideBlockFooter {
	width: 296px;
	line-height: 7px;
	background: transparent url(images/border/11_footer.png) no-repeat;
}



/******************** White block *******************/
.white-block .right-block1-title {
	margin-top: 2px;
	width: 297px;
	background: transparent url(images/border/13_header.png) no-repeat;
	text-align: center;
	font: 16px Tahoma;
	height: 23px;
}

.white-block .right-block1-footer {
	width: 297px;
	line-height: 10px;
	background: transparent url(images/border/13_footer.png) no-repeat;
}

.white-block .right-block1-body {
	padding: 0 4px 0 3px;
	background: #cbbe8d;
	color: #330000;
}

.white-block .right-block1-content {
	background: #faf9f4;
}



/********************** Calendar fix ********************/
.line {
	font-size: 0px;
	height: 1px;
	background: url(images_old/background/trans-line.gif) repeat-x;
}

.blue { color: #2E7E87; }
.link {
	padding: 2px 0 2px 16px;
	font-weight: bold;
}

.link.calendar {
	padding:0px 0 2px 22px;
	background: url(images/icon/01.png) no-repeat;
}

#slide-content .content {
	margin-left: 5px;
	line-height: 140%;
	font-size: 11px;
}
