body
{
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

.Normal
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

.Logo
{
	background-image: url(/Portals/_default/Skins/Kurreisen/LogoBack.jpg);
	text-align: left;
	vertical-align: top;
	width: 216px;
	height: 158px;
}

.UnderLogo
{
	background-image: url(/Portals/_default/Skins/Kurreisen/UnderLogoBack.gif);
	background-repeat: repeat-x;
	background-color: #7CA5F8;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	height: 44px;
	font-family: Verdana;
	font-size: 10px;
}

.Date
{
	background-image: url(/Portals/_default/Skins/Kurreisen/DateAreaBack.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	height: 39px;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.MenuArea
{
	background-image: url(/Portals/_default/Skins/Kurreisen/MenuBack.gif);
	height: 32px;
	width: 553px;
}

.BackGroundArea
{
	height: 244px;
	width: 553px;
	vertical-align: top;
}

.LoginArea
{
	position: absolute;
	width: 185px;
	height: 94px;
	z-index: 1;
}

.FloatingDate
{
	position: absolute;
	z-index: 1;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.FloatingHotNews
{
	position: absolute;
	width: 380px;
	z-index: 1;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
}

.ContentPane
{
	vertical-align: top;
	width: 570px;
	padding-left: 10px;
	padding-right: 10px;
}

.SidePane
{
	background-image: url(/Portals/_default/Skins/Kurreisen/SideBarBack.gif);
	background-repeat: repeat-y;
	background-color: #DAF6F6;
	vertical-align: top;
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
}

.Copyright
{
	text-align: center;
	background-color: #042D8B;
	color: #ffffff;
}

.PortalEngineCopyright
{
	text-align: center;
	width: 770px;
}

.LoginLabel
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.LoginTextBox
{
	border: solid 1px #000000;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #042E8C;
	font-style: italic;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000; 
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #5555FF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana,Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

