@charset "utf-8";
/* CSS Document */

.center			{text-align:center;}
.left			{text-align:left;}
.right			{text-align:right;}
.justify		{text-align:justify;}

.top			{text-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;}

/* Spacer */
DIV.spacer		{height:10px;}
DIV.smallspacer	{height:3px;}

/* Linien */
DIV.line		{height:1px;line-height:1px;font-size:1px;background-color:#EEE;width:100%;}

/* Rahmen */
.noborder		{border:none;}