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

tizian bauer at ansichtsache dot com for vierplus dot de
project congress management bremen

****************************************************************/
/* ### undo ### */

/* Randabst�nde und border aller HTML-Elemente auf Null */
* { margin:0; padding: 0; } 
:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:top; }
address { font-style:normal }
table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }
legend { display:none; }
div, p, li, a {background-repeat:no-repeat; }
pre {font-size:1.2em; }
a:hover { text-decoration:none; }

/* ### HTML ### */
html {
height:100.1%;
}

/* ### BODY ### */
body {
position:relative; 
height:100.1%;
background: #fff ;	
color: #000;
font-family:"Lucida Grande","Lucida Sans Unicode",arial,helvetica,sans-serif;
font-size: 100.01%; 
line-height:1.125em; /* 16x1.125=18px */
padding:50px;

}

/* ___________________________________________________________________________ Typography */

p {
padding-bottom:0.5em;
font-size: 0.875em;
line-height: 1.428em;
}
span {
font-weight:normal;
}
em {
font-style:italic;
}
a { 
cursor:pointer;
outline:none; /* avoid firefox bug dotted lines */
}
a {
color:#d57219;
text-decoration:none;
cursor:pointer;
outline:none; /* avoid firefox bug dotted lines */
}
a:visited {
color:#d57219;
text-decoration :none;
}
a:hover {
color:#000;
}

li {
font-size:0.875em; /* 16x0.875=14px */
line-height:1.428em; /* 14x1.428=20px */
}


h1 {
font-size:1.125em; /* 16x1.125=18px */
line-height:1.428em; /* 14x1.428=20px */
font-weight:700;
margin:0.5em 0 0.5em 0;
}
h2 {
font-size: 100%;
margin:0.5em 0;
padding:0;
}
h3 {
color:#888;
font-size: 100%;
font-weight:700; }

.clear {
clear:both;
}

