@charset "utf-8";
/* CSS Document */

.center			{text-align:center;}
.left			{text-align:left;}
.right			{text-align:right;}
.justify		{text-align:justify;}

.top			{vertical-align:top;}
.middle			{vertical-align:middle;}
.bottom			{vertical-align:bottom;}

.underline		{text-decoration:underline;}
.uppercase		{text-transform:uppercase;}
.lowercase		{text-transform:lowercase;}

.italic			{font-style:italic;}
.bold			{font-weight:bold;}

.hidden			{visibility:hidden;}
.visible		{visibility:visible;}

/* Spacer */
DIV.spacer, TD.spacer			{height:10px;line-height:10px;font-size:10px;width:100%;overflow:hidden;}
DIV.smallspacer,TD.smallspacer	{height:3px;line-height:3px;font-size:3px;}

/* Linien */
DIV.line		{height:1px;line-height:1px;font-size:1px;background-color:#EEE;width:100%;}

/* Rahmen */
.noborder		{border:none;}

/* Clearer */
.clearer		{height:0px;font-size:0px;line-height:0px;clear:both;}

/* Seitenumbrüche */
.seitenumbruch	{page-break-after:always;}

/* Floats */
.floatleft		{float:left;}
.floatright		{float:right;}

/* Line-Heights */
.lineheight2	{line-height:2em;}

/* Cursor als Link */
.cursor			{cursor:hand;cursor:pointer;}

/* Links */
.texdecnone		{text-decoration:none;}

.nowrap			{white-space:nowrap;}