@charset "utf-8";

.center, .align-center			{text-align:center;}
.left, .align-left				{text-align:left;}
.right, .align-right			{text-align:right;}
.justify, .align-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;}

.nosee          {display:none;}

.nomargin       {margin:0px;}

/* 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;display:inline;/*margin-right:1em;margin-bottom:0.15em;*/}
.floatright		{float:right;display:inline;/*margin-left:1em;margin-bottom:0.15em;*/}

/* Line-Heights */
.lineheight2	{line-height:2em;}

/* Cursor als Link */
.cursor			{cursor:pointer;}

/* Links */
.texdecnone		{text-decoration:none;}

.nowrap			{white-space:nowrap;}

/* Pflichtfelder */
.mandatory      {color:#FF0000;padding-left:3px;}

/* abgerundete Ecken */
.roundCorners   {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;}

/* Schrifschatten */
.text-shadow  {text-shadow:#c0c0c0 3px 3px 5px;}
.text-shadow2 {text-shadow:black 0 0 5px, red 5px 5px 3px;}

