/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

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

html
{
	height: 100%;
	width: 100%;
}
body
{
	font-size: 62.5%;
}

*
{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

ul, ol 
{
	margin-left: 2em;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* allgemeine Klassen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.block { clear: both; display: block; }

span.zeile
{
	display: block;
}

span.bezeichner
{
	clear: left;
	float: left;
	width: 50px;
	margin-right: 10px;
}
span.wert
{
	float: left;
	width: 165px;
}
.linksbuendig { text-align: left; }
.zentriert, .center { text-align: center; }
.rechtsbuendig { text-align: right; }

img.links_umflossen { float: left; display: inline; margin: 0 20px 20px 0; }
img.rechts_umflossen { float: right; display: inline; margin: 0 0 20px 20px; }

.clearer { clear: both; }

.float.right { float: right; }
.float.far.right { clear: right; }
.float.left { float: left; }
.float.far.left { clear: left; }

.bigger { font-size: 1.5em; }

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

