/* 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 {
font-size:100%;
font-family: verdana, arial, helvetica,sans-serif;
}

#main{
width:100%;
}

#logo {
width:100%;
}

#top {
width:100%;
}

#content {
width:100%;
}

#left {
display:none;
}

#middle {
width:100%;
}
/**********************************************************************************/
/*	Schrift	*/

h1.left{
font-size:100%;
line-height:160%;
font-weight:bold;
}

h1.right{
font-size:100%;
line-height:160%;
font-weight:normal;
}

h2{
font-size:120%;
line-height:160%;
font-weight:normal;
padding:10px 0px 10px 0px;
}

h3{
font-size:90%;
line-height:160%;
font-weight:bold;
padding:10px 0px 10px 0px;
}

.team{
height:130px;
margin:0px 10px 10px 10px;
border:1px solid #fff;
}

p, #middle ul{
font-size:80%;
line-height:1.8em;
font-weight:normal;
}

p a:link, p a:visited, #middle li a:link, #middle li a:visited{
font-weight:bold;
}

p a:hover, p a:active, #middle li a:hover, #middle li a:active{
font-weight: bold;
}

#middle ul{
list-style-type:square;
}

#middle li{
margin:0px 0px 0px 15px;
}
/**********************************************************************************/
.clearfloat
{
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
/**********************************************************************************/
