/* undohtml.css															*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.						*/
/* http://creativecommons.org/licenses/by/2.0							*/
/* This style sheet is licensed under a Creative Commons License.		*/
/* Purpose: undo some of the default styling of common (X)HTML browsers	*/

/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul, ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6 { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/**************************************************************************************************************************/

body {
color:#333;
padding:0px;
margin:0 auto;
font-size:100%;
font-family: bookman old style, times, helvetica, verdana, arial, sans-serif;
}

#main{
width:100%;
margin:0px auto;
}

#logo {

}

#head {
display:none;
}

#menu {
display:none;
}

#content {
text-align:left;
}

#bottom {
text-align:center;
font-size:80%;
}

.invisible {
display:none;
}

/**********************************************************************************/
/*	Schrift	*/

h1{
font-size:140%;
line-height:160%;
font-weight:bold;
color:#333;
padding:10px 70px;
}

h2{
font-size:130%;
line-height:160%;
font-weight:normal;
color:#333;
padding:10px 70px;
}

h3{
font-size:110%;
line-height:160%;
font-weight:bold;
color:#333;
padding:10px 70px;
}

p{
font-size:90%;
line-height:1.8em;
font-weight:normal;
color:#333;
padding:0px 70px 20px 70px;
}

p a:link, p a:visited{
color:#99B9C4;
font-weight:bold;
border-bottom: 1px dotted #99B9C4;
}

p a:hover, p a:active{
color:#99B9C4;
font-weight: bold;
border-bottom: 1px solid #99B9C4;
}
