/*

Theme Name: Help-e-V.de
Author: HELP
Version: 2.0

*/

* { margin: 0; }

body {

font-family: Arial;
font-size: 90%;
line-height: 180%;
text-shadow: #fff 0 1px 0; 

background: #c6c6c2 url('bg.jpg') repeat-x;

}

a img { border: none; }
a { color: #a0a000; }
a:hover { text-decoration: none; }

.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.center { text-align: center; }
img.alignleft { float: left; margin-right: 12px; }
img.alignright { float: right; margin-left: 12px; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; font-size: 100%; text-transform: uppercase; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; } 
span.title { font-weight: bold; text-transform: uppercase; }

#wrapper { width: 1000px; }

#header { margin: 20px; }

#content { float: left; width: 730px; }
#content .padding { padding: 0 20px; }
#content .box, #sidebar .box { background-color: #f0f0f0; margin-bottom: 5px; padding: 10px; border-bottom: 2px solid; border-right: 2px solid; border-color: #b6b6b6; }

#content .minibox { 
float: left;
width: 198px;
height: 120px;
margin: 0 10px 10px 0; 
padding: 10px; 
border: 1px dotted; 
border-color: #b6b6b6; 
text-align: center;
background-color: #fff;
}
#content .postimg { height: 80px; }

#sidebar { float: right; width: 268px; font-size: 85%; line-height: 170%; text-align: justify; }

