/**
  * TUI-Ferienhaus - General
  *
  * @copyright       NEUSTA GmbH
  * @author          mschaefer
  * @version         
  *
  * @revision        $Revision: 1565 $
  * @lastmodified    $Date: 2010-02-15 13:06:01 +0100 (Mo, 15 Feb 2010) $
  * @last author	 $Author: mschaefer $
  */

html, body 			{height: 100%;}
body 				{background: url(../img/kinder.jpg) center top no-repeat;}
* html body			{text-align: center;}

#wrapper			{width: 960px; height: 100%; margin: 0 auto;}
* html #wrapper		{text-align:left;}
#header				{height:284px;}
#top-bar			{float: right; background: url(../img/top-bar.png) no-repeat; width: 246px; height:36px; margin-right: 50px;}
#navi				{height:70px; background: url(../img/navigation.png) no-repeat;}
#main				{float: left; width: 860px; background: url(../img/main-wrapper.png) repeat-y; padding:0 50px 16px;}
* html #main		{width:960px;}
#footer 			{height: 128px; float: left; width: 860px; margin: 0 auto; background: url(../img/footer.png) no-repeat; padding: 0 50px;}
* html #footer		{width: 960px;}
#left-col			{float:left;width:490px;}
#right-col			{float:right;padding-top:8px;width:338px;}
* #right-col		{float:left; padding-left: 30px;}

.divider-after		{border-bottom:1px solid #999999; padding-bottom:10px; margin-bottom:10px;}

.align-right		{text-align:right;}
