.decor { 
	margin: 15px 0px 0px 0px;
	border-bottom: 1px solid #f00;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	width: 160px;
	height: 104px;
}

/*.content img { 
	border: 1px solid #f00;
	margin: 0px 10px 5px 10px;
}*/
.image-wrapper {  }
.image-wrapper div {
	padding: 5px 5px 5px 5px;
	background-color: #ebebeb;
}
.image-wrapper div img { border: 1px solid #f00; }

.frontpage { padding: 10px 0px 0px 0px; }

.texts-text {  }

.texts-text .image-wrapper { 
	padding-right: 10px;
	padding-bottom: 3px;
}
.texts-text .image-wrapper, 
.texts-text .image-wrapper div, 
.texts-text .image-wrapper div img { 
	float: left;
}

.texts-empty {  }
.texts-response {  }
.texts-response h2 { 
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.texts-response .content { margin: 15px 0px 15px 0px; }
.texts-response .input { margin: 0px 0px 10px 0px; }
.texts-response .message { 
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.texts-response .commands { text-align: left; }
.texts-response h3 { color: #f00; }
.texts-photogallery { width: 100%; }
.texts-photogallery .description { margin: 0px 0px 10px 0px; }

.events-list { margin: 0px 0px 10px 0px; }
.events-list a { color: #f00 !important; }
.events-list .link { margin: 5px 0px 0px 0px; }

.parthners-list { padding: 0px 0px 10px 0px; }
.parthners-list .logo { 
	float: left;
	padding: 0px 10px 0px 0px;
}
.parthners-list h2 { 
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}
.parthners-list .location {  }
.parthners-list .location a { color: #f00 !important; }
.parthners-list .description { margin: 5px 0px 0px 0px; }

.counters-item { 
	float: left;
	padding: 0px 5px 0px 5px;
	white-space: nowrap;
}

.sitemap { font-family: Arial, sans-serif; }
.sitemap h2 { margin: 0px 0px 0px 0px; }
.sitemap .issue { margin: 15px 0px 0px 0px; }
.sitemap .description { margin: 5px 0px 15px 0px; }
.sitemap h1 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	color: #747474;
}
.sitemap h1 a {
	font-size: 12px !important;
	font-weight: bold !important;
}
.sitemap .nodisc { list-style: none !important; }
.sitemap ul {
	padding: 0px 0px 5px 15px;
	list-style: disc;
	color: #f00;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
}
.sitemap ul a {
	font-weight: normal;
	font-size: 11px;
}
.sitemap ul a:hover,
.sitemap ul a:visited:hover {
	color: #f00;
	text-decoration: none;
}
.sitemap li { padding: 0px 0px 2px 5px; }

.media-list {
	float: left;
	padding: 5px 5px 5px 5px;
}
.media-list .title { margin: 0px 0px 5px 0px; }
.media-list .annotiation {  }
.media-list .wrapper {
	padding: 5px 5px 5px 5px;
	background-color: #ebebeb;
}
.media-list .wrapper div {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #f00;
}
.media-item {
	padding: 5px 5px 5px 5px;
	background-color: #ebebeb;
}
/*.media-item .wrapper {
	background-color: #fff;
	border: 1px solid #f00;
	text-align: center;
	padding: 10px 10px 10px 10px;
}
.media-item .wrapper img {
	margin: auto;
	padding: auto;
}*/
.media-item img {
	margin: auto;
	padding: auto;
	border: 1px solid #f00;
}

.media-collage {
	width: 520px;
	border: 0px;
}
.media-collage .collage {
	width: 520px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}
.media-collage .collage div {
	float: left;
}
.media-collage .collage .wrapper {
	width: 100%;
	background: url(/resources/images/collage-rp.gif) repeat-x top;
	
}
.media-collage .collage .text {
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding: 3px 15px 2px 15px;
	background-color: #f2f2f2;
}
.media-collage .collage .text h1 {
	color: #f00;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
.media-collage .collage .corner {
	width: 10px;
	height: 21px;
	background-image: url(/resources/images/collage-corner.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resources/images/collage-corner.png", sizingMethod="crop");
	background-image: expression("none");
	background-repeat: no-repeat;
}


