@charset 'UTF-8';
/**
 * @package WordPress
 * @subpackage Basis_Theme
 */
 
/*
Theme Name: hinternet
Theme URI: http://hinternet.de/
Description: hinternet-css
Version: 0.7
Author: Walter Mitty
Author URI: http://mitty.de/
Tags: threaded-comments, sticky-post
*/

@import url(/css/standardcss.php);

/**
 * @section for WordPress classes at images
 * @css-for (images)
 */
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
}

.wp-caption img {
}

.wp-caption-dd {
}

.wp-caption p.wp-caption-text {
text-align: center;
vertical-align:top; 
font-size:xx-small;
letter-spacing: 0.1em;
}