/**********************************************************
 * block positions
 **********************************************************/

#wrapper,#content {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none !important;
}

#header {
}

#sidebar,#progress,#buttons,#validate,#menu,#decal,#testimonial,#mailinglist {
    display: none;
}


/**********************************************************
 * generics
 **********************************************************/

* {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12pt;
    color: #000;
    text-decoration: none;
    border: none;
}

BODY {
    background-color: white;
    margin: 0;
    padding: 0;
}

H1,H2,H3,H4,H5,H6 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0.2em;
    clear: right;
}

H1 { font-size: 2em; border-bottom: 1px solid black; }
H4 { font-size: 1em; border-bottom: 1px solid black; }
H2 { font-size: 1em; border-bottom: 1px solid black; }
H3,H4 { font-size: 1em; border-bottom: 1px solid black; }
H4,H5,H6 { font-size: 1em; font-style: italic; }


#content A, #content A:visited, #content A:link, #content A:active, #contet A:hover, #content A:focus {
    text-decoration: none;
    color: black;
}

div.ind {
    padding-left: 1em;
}

IMG {
    border: 0;
}


.fright {
    float: right;
    margin-left: 3em;
}

.boxed {
    border: 1px solid black;
    padding: 2px;
    margin: 5px;
    background: white;
}

.clear {
    clear: left;
}


.screen_only {
    display: none;
}

/***********************************************************
 * content
 ***********************************************************/

#content img.image {
	border: 1px solid black;
	margin: 3px;
}

#content pre {
	font-size: 12px;
	border: 1px dashed gray;
	background: #e0e0e0;
	padding: 1em;
}

#content li {
	margin-bottom: 1em;
}

#content ul.dense li {
    margin-bottom: 0em;
}

#content p {
    margin-left: 0px;
}

#content ul, #content li {
    margin-bottom: 0.25em;
}

/* add link target as text after links */
#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

/* CSS3 foo, fix internal links */
#content a:not([href^="http"]):after {
  content: " (http://hentaibreaks.de/5/" attr(href) ") ";
}

/* don't do this if we don't want it, eg: images */
#content a.notextprint:link:after, #content a.notextprint:visited:after {
    content: "";
}
