/*
////////////////////////////////////-- ratzinger-internetloesungen.de - style.css --///////////////////////////////////////////
// 
// Copyright: ratzinger-internetloesungen 2008 
// 
// Erstellt: 01.07.2008 (Florian Ratzinger)
// Ge�ndert: 
// 
// Informationen zu CSS:
// font-weight: 100(extra-d�nn) / 200 / 300(d�nn) /400 / 500(normal) /600 / 700(fett) / 800 / 900(extra-fett) ;
// text-decoration: none / underline / overline / underline overline / line-through;
// 
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
/*======================================== IMPORT CSS ============================================*/
@import url("buildin_style.css");
@import url("form.css");
@import url("navigation.css");

/*======================================== Allgemeine Classen ============================================*/
#access {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#access div.message,
#access div.message_ok,
#access div.message_error,
#access div.profile,
#access div.paging,
#access div.member_list,
#access div.letter_index,
#access div.search,
#access div.functions {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#access div.message_error {
	color: #ff0000;
}

#access div.message_ok {
	color: #029202;
}

#access img.member_gender_female {
	background-color:#f4d7f4;
	padding:2px;
}

#access img.member_gender_male {
	background-color:#a2c0ff;
	padding:2px;
}

#access img.member_gender_undefined {
	background-color:#dddddd;
	padding:2px;
}

#access table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
}

#access th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#access tr.row2 {
	background-color: #f9f9f9;
}

#access tr.row1 {
	background-color: #FFFFFF;
}

#access td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}

#access p {
    width: 360px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    height: 1%;
}

#access p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#access p label.description {
    font-weight: normal;
    float: left;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#access input[type=checkbox], #access input[type=radio]{
    float: left;
	width: 20px;
	text-align:left;
}

#access input[type=text], #access input[type=password]{
    overflow: hidden;
	width: 250px !important;
    width:250px ; /* nur f�r den IE */
}

#access select {
	width: 254px !important;
    width:254px ; /* nur f�r den IE */
}


#access textarea {
    width: 250px !important;
    width:250px ; /* nur f�r den IE */
    height: 150px !important;
}
/***************************************************/
/* CSS DEFINITIONS FOR GALLERY MODULE              */
/***************************************************/

#gallery {
	width: 100%;
	height:auto !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#gallery div.category_tree {
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallery div.category_comment,
#gallery div.category_images,
#gallery div.show_image,
#gallery div.image_navigation {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
}

#gallery div.category_paging {
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#gallery div.category_image,
#gallery div.category_informations {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallery div.category_informations h2 {
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallery div.image_voting,
#gallery div.image_comment {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#gallery div.category {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#gallery div.category_images div.image {
	background-color: #fff;
	width: 120px;
	padding: 2px 2px 2px 2px;
	margin: 10px 10px 10px 0px;
	text-align:center;
	float: left;
}

#gallery div.show_image img, #gallery div.category_image img, #gallery div.category_images img{
	margin: 0px 15px 0px 0px;
}

#gallery div.show_image, #gallery div.image_navigation {
	text-align: center;
}



a
{
	color: #929292;
	text-decoration: none;
}

a:hover
{
	color: #4292f5;
	text-decoration: none;
	cursor: pointer;
}

h1
{
	color: #1c41aa;
	font-size: 17px;
	font-weight: 600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
}

h2
{
	color: #1c41aa;
	font-size: 15px;
	border-bottom: 1px solid #58585a;
}

h3
{
	color: #58585a;
	font-size: 13px;
}

caption
{
	color: #3b398c;
	font-size: 15px;
	text-align: left;
	font-weight: 600;
}

img
{
	border: 0px;
}

hr
{
	color: #1c41aa;
}

li
{
	list-style: disc;
	margin: 0px 0px 0px 20px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
}

table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
}

th
{
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

tr
{
	border: 0px dotted #D0D0D0;
}

tr.row1
{
	background-color: #ffffff;
}

tr.row2
{
	background-color: #f9f9f9;
}

td
{
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 0px dotted #D0D0D0;
	border-right: 0px solid #ffffff;
	border-spacing: 0px;
}

/*======================================== SITEMAP ============================================*/

#login ul {
	color: #666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 17px 0px;
}

#login ul li{
	display: block;
	padding: 4px 13px 4px 18px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

#login ul li a, #login ul li a:hover{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

/*======================================== SITEMAP ============================================*/
.sitemap_level_1 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
	font-weight: bold;
}

.sitemap_level_2, .sitemap_level_3, .sitemap_level_4, .sitemap_level_5
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0D0D0;
	font-weight: normal;
}

/*======================================== NAVIGATION ============================================*/
#navigation li
{
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	float: left;
}

#navigation li:hover
{
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	float: left;
}

/*======================================== FOOTER ============================================*/
#footer_left a
{
	color: #646464;
	font-size: 11px;
	font-weight: 500;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#footer_left a:hover
{
	color: #f52032;
	font-size: 11px;
	font-weight: 500;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#footer_right a
{
	color: #646464;
	font-size: 11px;
	font-weight: 500;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#footer_right a:hover
{
	color: #f52032;
	font-size: 11px;
	font-weight: 500;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/*======================================== SEARCH ============================================*/
.searchinput 
{
	background: #FFFFFF url(../images/bg_searchinput.gif) no-repeat scroll right bottom;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 2px 25px 2px 5px; /*oben|rechts|unten|links */
	height: 20px;
	width: 120px;
	font: normal 12px Arial, Verdana;
	color: #838383;
	border: 1px solid #838383;
}

.searchbutton {
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	margin: 2px 0px 2px 0px; /*oben|rechts|unten|links */
	width: 100px;
	height: 25px;
	cursor: pointer;
	color: #3b398c;
	border: 1px solid #3b398c;
}

/*======================================== HEADLINES ============================================*/
.headlineHead
{
	background-image: url(../images/head_news.gif);
	background-repeat: no-repeat;
	text-align: right;
	width: 154px;
	height: 25px;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 9px 15px 0px 0px; /*oben|rechts|unten|links */
}

.headlineDate
{
	margin: 0px 0px 0px 10px; /*oben|rechts|unten|links */
	padding: 4px 0px 2px 0px; /*oben|rechts|unten|links */
	color: #838383;
	font-size: 12px;
	font-weight: 600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

div.headlineTitle
{
	margin: 0px 0px 0px 10px; /*oben|rechts|unten|links */
	padding: 4px 0px 4px 0px; /*oben|rechts|unten|links */
}

div.headlineTitle a
{
	color: #838383;
	font-size: 12px;
	font-weight: 500;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

div.headlineTitle a:hover
{
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#headlineLink
{
	background: transparent url(../images/arrow_headline.gif) no-repeat 0px 5px;
	margin: 4px 0px 0px 8px; /*oben|rechts|unten|links */
	padding: 0px 0px 5px 8px; /*oben|rechts|unten|links */
}

#headlineLink a
{
	color: #838383;
	font-size: 12px;
	font-weight: 500;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#headlineLink a:hover
{
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/*======================================== BLOCK ============================================*/
.blockHead
{
	background-image: url(../images/head_block.gif);
	background-repeat: no-repeat;
	width: 169px;
	height: 34px;
	margin: 0px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 0px 0px; /*oben|rechts|unten|links */
}

#blockTitle
{
	margin: 5px 0px 0px 0px; /*oben|rechts|unten|links */
	padding: 0px 0px 4px 0px; /*oben|rechts|unten|links */
	text-align: center;
}

#blockTitle img
{
	width: 140px;
	height: auto;
	border: none;
}

/*======================================== FONTSIZE ============================================*/
#fontsize a
{
	color: #666666;
	text-decoration:none;
}

#fontsize a.smaller
{
	font-size: 0.9em;
}

#fontsize a.reset
{
	font-size: 1.0em;
}

#fontsize a.bigger
{
	font-size: 1.1em;
}

#fontsize a:hover
{
	color: #f52032;
	text-decoration:none;
}

/*======================================== MEDIA ============================================*/
table.normal
{
	border: none;
	border-collapse: collapse;
	width: 100%;
}

table.normal td
{
	border-bottom: 1px dotted #d0d0d0;
	padding: 5px;
}

table.normal th
{
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
	background-color: #efefef;
	text-align: center;
	padding: 5px;
}

/*======================================== MEDIA ============================================*/
#news table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}

#news th
{
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#news tr.row1
{
	background-color: #f9f9f9;
}

#news tr.row2
{
	background-color: #FFFFFF;
}

#news td
{
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
}

/*======================================== DATALIST ============================================*/
div.datalist_block dl dt {
    margin: 0px;
    padding: 0px 0 0px 0;
    font-weight: bold;
    display: block;
    /*background-color: #f2db80;*/
}

div.datalist_block dl dd {
    margin: 0px;
    padding: 0px 0 6px 0;
border-top: 0px solid #cbb354;
}

div.datalist_block dl dt.cattitle {
    font-weight: bold;
    margin: 0px;
    padding: 0px 2px 0px 2px;
    display: block;
    /*background-color: #cbb354;*/
    border: 0px #bcbcbc solid;
    margin-top: 11px;
}

.bg {background-color: #EFEFEF;}

div.datalist_block dl dd.catcontent {
	padding: 0px;
    border: 0px #bcbcbc solid;
    border-top: none;
	/*background-color: #f2db80;*/
	padding-top:5px;
}

div.datalist_block dl dd.catcontent2{
	/*background-color: #f2db80;*/
}

div.datalist_block dl dd.catcontent2 p{
    padding: 0px;
}

div#data dl dt {
    /*background-color: #cbb354;*/
    border-bottom: 1px grey solid;
    font-weight: bold;
}

div#data dd {
    margin-bottom: 2em;
}

dl.data_module dt {
    font-weight: bold;
    font-size: 100%;
}

dl.data_module {
    padding: 5px;
    background-color: white;
    color:#333333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
}

dl.data_module dd {
    margin: 1.5em 0 0 0;
}

/*======================================== DIRECTORY ============================================*/
#directory {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#directory div.search,
#directory div.navtree,
#directory div.title,
#directory div.categories,
#directory div.directoryLatest,
#directory div.no_feeds,
#directory div.insert_feeds,
#directory div.message,
#directory div.fields,
#directory div.feed
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
}

#directory div.insert_feeds {
	margin: 15px 0px 0px 0px;
	text-align:center;
	float:left;
}

#directory div.paging {
	margin: 15px 0px 0px 0px;
	float:left;
}

#directory div.feeds_, #directory div.feeds_row1, #directory div.feeds_row2 {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
	border-bottom: 1px dotted #D0D0D0;
}

#directory div.feeds_row1 {
	background-color: #ffffff;
}

#directory div.feeds_row2 {
	background-color: #f9f9f9;
}

#directory div.image {
	float:left;
	height:auto !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#directory div.infos {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:auto !important;
}


#directory div.infos h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#directory div.image img {
	margin: 0px 15px 15px 0px;
}

#directory div.image a img {
	border:2px solid #1679CE;
	margin: 0px 15px 0px 0px;
}

#directory div.image a:hover img {
	border:2px solid #51BBF9;
	margin: 0px 15px 0px 0px;
}

#directory div.fields table, 
#directory div.fields tr,
#directory div.fields th,
#directory div.fields td {
	border:0px;
}

/*======================================== STATUS ============================================*/
.status_red 
{
	background-color: #ffffff;
	color: #FF0000;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	padding: 2px;
}	

.status_green
{
	background-color: #ffffff;
	color: #008000;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	border: 1px solid #008000;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	padding: 2px;
}
	
.status_grey
{
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}
/****************************************/
/* CSS DEFINITIONS FOR DOWNLOADS-MODULE */
/****************************************/

#downloads {
	width: 100%;
}

#downloads div.category {
}

#downloads div.overview div.row div.category {
	float: left;
	width: 50%;
}

#downloads div.overview div.row div.category div.title {
	font-weight: bold;
}

#downloads div.overview div.row div.category div.content a {
    color: black;
}

#downloads div.overview div.row div.category div.content a:hover {
    color: #C5252F;
}

#downloads div.overview div.row div.category div.content a.more {
    color: #8b9581;
}

#downloads div.overview div.row div.category div.content a.more:hover {
    color: #C5252F;
}


#downloads div.subcategories {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;

}

#downloads div.file {
	width: 900px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#downloads div.image {
	float: right;
	height:auto !important;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

#downloads div.image img {
	margin: 0px 0px 15px 0px;
}

#downloads div.delete {
    clear: right;
    float: right;
}

#downloads div.file_list .infos {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 84%;
	float: left;
}

#downloads div.infos {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:auto !important;
}


#downloads div.infos h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;

}

#downloads div.infos .shortdetail_top {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	height:auto !important;
	color: #808080;
	font-size: 0.95em;
}

#downloads div.infos .shortdetail_top img, #downloads div.infos .shortdetail_bottom img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 10px;
	height: 10px;
}

#downloads div.infos .shortdetail_bottom a {
	color: #808080;
}

#downloads div.infos .shortdetail_bottom a:hover {
	color: #000000;
}

#downloads div.infos .shortdetail_bottom {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	height:auto !important;
	color: #808080;
	font-size: 0.95em;
}

#downloads div.infos .detail_desc {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 84%;
	float: left;
}

#downloads div.infos .file_info {
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
}

#downloads div.infos .file_info img {
	padding: 0px 2px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 10px;
	height: 10px;
}

#downloads div.download {
	padding: 0px 0px 10px 0px;
	margin: 5px 0px 15px 0px;
	width: 200px;
    position: relative;
}

#downloads div.download h3 img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    width: 24px;
    height: 24px;
    float:left;
	top: 16px;
}

#downloads div.infos .file_owner, #downloads div.infos .file_owner a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:auto !important;
	color: #808080;
	font-size: 0.95em;
	text-align: right;
}

#downloads div.infos .file_owner a:hover {
	color: #000000;
}


#downloads div.file_list div.paging {
	float:left;
}


#downloads div.subcategories div.category {
	float: left;
	width: 50%;
}

#downloads div.message,
#downloads div.message_ok,
#downloads div.message_error {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#downloads div.message_error {
	color: #ff0000;
}

#downloads div.message_ok {
	color: #029202;
}

#downloads #download_view_types_wrapper {
    display: block;
    padding: 2em 0em 0em 0em;
    clear:both;
}
#downloads #download_view_types {
    display: block;
    clear:both;
    margin: 0px;
    padding: 0px;
}

#downloads #download_view_types li{
    float:left;
    display: block;
    padding-right: 1px;
}
#downloads #download_view_types li a.active{
    float:left;
    display: block;
    background-color: #6983b6;
    color:white;
    padding: 0.4em 1em 0.4em 1em;
}

#downloads #download_view_types li a{
    float:left;
    display: block;
    background-color: #f0f0f0;
    padding: 0.4em 1em 0.4em 1em;
    font-weight: bold;
}

#downloads #download_tabbar_closer {
    margin-top: 2.2em;
    border-top: 1px solid #f0f0f0;
}
/***************************************************/
/* CSS GLOBAL DEFINITIONS FOR LAYER RWO CLASS     */
/***************************************************/

div.row_1,
div.row1 {
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}

div.row_2,
div.row2 {
	background-color: #ececec;
	border-bottom: 1px solid #ffffff;
}
/***************************************************/
/* CSS DEFINITIONS FOR BLOG MODULE                 */
/***************************************************/

#blog {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#blog div.categories,
#blog div.posted_comment,
#blog div.entries,
#blog div.content,
#blog div.message_ok,
#blog div.message_error,
#blog div.entry,
#blog div.voting,
#blog div.link,
#blog div.addcomment,
#blog div.networks,
#blog div.searchform
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#blog div.comments,
#blog div.code,
#blog div.statistics {
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 15px 0px;
	background-color: #f9f9f9;
	border: 1px dotted #E6E6E6;
	clear:both;
}

#blog div.message_error {
	color: #ff0000;
}

#blog div.message_ok {
	color: #029202;
}

#blog div.posted {
	font-size: 0.9em;
	color: #888888;
	font-style: italic;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

#blog div.comment_posted {
	font-size: 0.9em;
	color: #888888;
	font-style: italic;
}

#blog div.comment_avatar {
	float:right;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
}

#blog div.comment_text {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#blog div.text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	height:auto !important;
}

#blog div.image {
	float:left;
	height:auto !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#blog div.image img {
	margin: 0px 15px 15px 0px;
}

#blog div.search_date {
	float:left;
	width: 200px;
	padding: 0px 0px 0px 190px;
	margin: -15px 0px 0px 0px;
	height:auto !important;
}

.blogTagCloud {
	padding: 0px;
	margin: 0px;
	float:left;
	height:auto !important;
}

.blogTagCloud li {
	padding: 0px 3px 0px 3px;
	margin: 0px;
	float:left;
	height:auto !important;
}

.blogTagCloudSmallest {
	height: 20px;
	margin: 0px 2px 0px 2px;
	font-size: 10px;
	list-style: none;
	float: left;
}

.blogTagCloudSmall {
	height: 20px;
	margin: 0px 2px 0px 2px;
	font-size: 12px;
	list-style: none;
	float: left;
	padding: 0px;
}

.blogTagCloudMedium {
	height: 20px;
	margin: 0px 2px 0px 2px;
	font-weight: bold;
	font-size: 14px;
	list-style: none;
	float: left;
	padding: 0px;
}

.blogTagCloudLarge {
	height: 20px;
	margin: 0px 2px 0px 2px;
	font-weight: bold;
	font-size: 16px;
	list-style: none;
	float: left;
	padding: 0px;
}

.blogTagCloudLargest {
	height: 20px;
	margin: 0px 2px 0px 2px;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	padding: 0px;
	float: left;
}