* {
	margin:0; 
	padding:0;
}
html { 
	height:100%; 
}
body {
height: 100%;
font-weight: 500; 
line-height: 1.6;
font-size: 0.7em;
font-family: verdana, arial, sans-serif;
text-align: center;
}
/*
a { color:#557FFF; }
a:hover { text-decoration:none; }
p, li { margin:2px; color:#555; padding:2px}
ul { padding-left:1em; }
img { border: none; }
.bordered { border:1px solid #aaa; }
*/
/*--- Links --- */
a{
text-decoration: none; 
font-weight: 500; 
color: #E5700E; }
a:visited{}
a:hover{color: #006699;}
a:active{color: #006699;}
a:focus{color: #006699;}
.bordered { border:1px solid #fff; }

.on{color: #006699;}

/*h2{
font: 1.1em/1.6em lucida, "lucida grande", verdana, sans-serif;
margin: 0.8em 0 0.4em 0;
color: #E5700E;
font-weight: bold;
}
*/
h2{
font: 1.1em/1.6em georgia, serif;
margin: 0.8em 0 0.4em 0;
color: #E5700E;
font-weight: 500;
background: #fff;
width: 651px;
text-indent: 5px;
}



#wrap {
background: #fff url(../bilder/tile2.jpg) repeat-x;
text-align: left;
width: 750px;
margin: 0 auto;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
padding-top: 1.6em;
min-height:100%;
}
#bildercontent {
padding-left: 50px;
}


#header{
background: #fff url(../bilder/wortmarke.gif) no-repeat; 
width: 258px; 
height: 32px;
margin: 0 auto 3.2em auto;
}

#schnoerkel {
background: #fff url(../bilder/schnoerkel.gif) no-repeat;
width: 258px;
height: 21px;
margin-top: 20px;
}

/*--- Navigation --- */

ul {
margin-left: 190px;/*Achtung IE double margin bug, vielleicht...*/
width: 375px;
list-style-type: none;
border-top: 2px solid #eee;
border-bottom: 4px solid #eee;
height: 1.8em;
margin-bottom: 10px;
}

ul li {
float: left;
}

ul li a {
font: 1.1em/1.6em lucida, "lucida grande", verdana, arial, sans;
font-weight: 500;
display: block;
width: 125px;
text-align:center;
/*
background: #ccc;
*/
}

.clear{
clear: both; 
height: 0; 
line-height: 0; 
overflow: hidden;
}